| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | shr.yaml | 16 - file-name: "shr" 27 - sig: shr v1:in:i32, v2:in:i32 36 shr v0, v1 44 description: Check shr with zero and various values. 74 - sig: shr v1:in:i32, v2:in:i32 82 shr v0, v1 90 description: Check shr with +1 and various values. 128 - sig: shr v1:in:i32, v2:in:i32 136 shr v0, v1 144 description: Check shr with -1 and various values. [all …]
|
| D | template.yaml | 329 - include: 'shr.yaml'
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 20 shr v0, v1 23 shr v0, v1 26 shr v0, v1
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-3bit-bits-in-byte.pa | 59 shr v2, v3 66 shr v2, v3 74 shr v2, v3
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-17.pa | 14 # assert(28 >> 2 == 7) operation --> shr 18 shr v0, v1
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 144 size_t shr = lhash >> 2U; in merge_hashes() local 145 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes() 158 uint32_t shr = lhash >> 2U; in merge_hashes() local 159 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
|
| D | math_helpers.h | 141 size_t shr = lhash >> 2U; in merge_hashes() local 142 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 70 | shr2 | i32 Shr | 71 | shr2.64 | i64 Shr | 99 | shri | i64 Constant, i32 Shr | 110 | shr | i32 Shr|
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shr.pa | 17 shr v0, v1
|
| /arkcompiler/ets_runtime/test/aottest/shr/ |
| D | BUILD.gn | 16 host_aot_test_action("shr") {
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | resolvers.irt | 157 klass_64 := Shr(klass_1, 32).i64 161 cache_64_2 := Shr(cache_64_1, 32).i64
|
| D | monitors.irt | 64 If(Shr(final_mark_word, Constants::MARK_WORD_LWL_THREAD_ID_OFFSET).mw, ntid).CC(:CC_NE).mw {
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 342 ONE_TEST_BODY(PrinterAarch64Test, TestShr, shr, AARCH64) 358 ONE_TEST_BODY(PrinterAarch32Test, TestShr, shr, AARCH32) 374 ONE_TEST_BODY(PrinterAmd64Test, TestShr, shr, X86_64)
|
| D | lowering_test.cpp | 254 INST(3, Opcode::Shr).u32().Inputs(0, 1); in TEST_F() 255 INST(4, Opcode::Shr).u64().Inputs(0, 1); in TEST_F() 256 INST(5, Opcode::Shr).u64().Inputs(0, 2); in TEST_F() 264 INST(13, Opcode::Shr).u64().Inputs(0, 0); in TEST_F() 285 ASSERT_EQ(INS(5).GetPrev()->GetOpcode(), Opcode::Shr); in TEST_F() 1383 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F() 1469 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F() 1518 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F() 1600 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F() 1653 {Opcode::Shr, Opcode::ShrI, ShiftType::LSR}, in TEST_F() [all …]
|
| D | inst_generator_test.cpp | 249 case Opcode::Shr: in FixParams() 573 case Opcode::Shr: in DoLogic() 853 OneTest(stat_gen, Opcode::Shr); in RandomTestsPart1() 913 OneTestShift(stat_gen, Opcode::Shr); in NotRandomTests()
|
| D | inst_generator.h | 164 {Opcode::Shr, integer_types_},
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.h | 49 GateRef Shr(GateRef glue, GateRef left, GateRef right);
|
| D | common_stubs.h | 36 V(Shr) \
|
| D | call_signature.h | 322 V(Shr) \
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 119 shr v1, v2
|
| /arkcompiler/ets_runtime/test/aottest/ |
| D | BUILD.gn | 123 "shr:shrAotAction",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 149 void Shr(Immediate src, Register dst);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 382 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in JSProxyCallInternalWithArgV() local 670 __ Shr(MethodLiteral::BuiltinIdBits::START_BIT, methodExtraLiteralInfo); in GenJSCall() local 913 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in CallOptimziedMethodInternal() local 1171 __ Shr(MethodLiteral::NumArgsBits::START_BIT, tmp); in PushArgsWithArgV() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/
|
| /arkcompiler/runtime_core/compiler/ |
| D | CMakeLists.txt | 577 "shr"
|