Searched full:ashr (Results 1 – 25 of 28) sorted by relevance
12
16 - file-name: "ashr"27 - sig: ashr v1:in:i32, v2:in:i3236 ashr v0, v144 description: Check ashr with zero and various values.68 - sig: ashr v1:in:i32, v2:in:i3276 ashr v0, v184 description: Check ashr with +1 and various values.122 - sig: ashr v1:in:i32, v2:in:i32130 ashr v0, v1138 description: Check ashr with -1 and various values.[all …]
166 - include: 'ashr.yaml'
39 ashr v1, v2
14 # assert(151 ashr 1 == 75) operation --> ashr18 ashr v0, v1
14 # assert(151 ashr 1 == 75) operation --> ashr2.64
72 | ashr2 | i32 Ashr |73 | ashr2.64 | i64 Ashr |100 | ashri | i64 Constant, i32 Ashr |111 | ashr | i32 Ashr |
16 host_aot_test_action("ashr") {
343 ONE_TEST_BODY(PrinterAarch64Test, TestAShr, ashr, AARCH64)359 ONE_TEST_BODY(PrinterAarch32Test, TestAShr, ashr, AARCH32)375 ONE_TEST_BODY(PrinterAmd64Test, TestAShr, ashr, X86_64)
165 {Opcode::AShr, integer_types_},
1989 INST(2, Opcode::AShr).s32().Inputs(0, 1); in TEST_F()2015 INST(2, Opcode::AShr).s64().Inputs(0, 1); in TEST_F()2446 // Checks the build of the ashr instruction2447 TEST_F(IrBuilderTest, Ashr) in TEST_F() argument2451 ashr a0, a1 in TEST_F()2464 INST(2, Opcode::AShr).s32().Inputs(0, 1); in TEST_F()2752 INST(1, Opcode::AShr).s32().Inputs(0, 2); in TEST_F()
41 // ashr
16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
120 ashr v1, v2
39 V(Ashr) \
52 …GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
216 return value.ASHR(shift); in GetRangeOfShift()322 log += " ashr"; in PrintRangeInfo()
206 RangeInfo ASHR(const RangeInfo &rhs) const in ASHR() function
338 V(Ashr) \
87 return "Ashr"; in TypedBinOpToStr()
127 DEF_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE() argument129 BINARY_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE()
181 Return(operationBuilder.Ashr(glue, x, y)); in GenerateCircuit()
334 * **ASHR**: returns the first integer operand shifted to the right a specified number of bits with …
843 GateRef OperationsStubBuilder::Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Ashr() function in panda::ecmascript::kungfu::OperationsStubBuilder
45 "ashr",
106 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?$/ => "binop",