| /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 | 145 size_t shr = lhash >> 2U; in merge_hashes() local 146 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes() 159 uint32_t shr = lhash >> 2U; in merge_hashes() local 160 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
|
| D | math_helpers.h | 142 size_t shr = lhash >> 2U; in merge_hashes() local 143 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/ets_runtime/test/aottest/shr/ |
| D | BUILD.gn | 16 host_aot_test_action("shr") {
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shr.pa | 17 shr v0, v1
|
| /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 | inst_generator.h | 164 {Opcode::Shr, integer_types_},
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/ |
| D | uint32Array.ts | 45 // shr
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 119 shr v1, v2
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 38 V(Shr) \
|
| D | operations_stub_builder.h | 51 …GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
|
| D | range_analysis.cpp | 214 return value.SHR(shift); in GetRangeOfShift() 319 log += " shr"; in PrintRangeInfo()
|
| D | number_gate_info.h | 192 RangeInfo SHR(const RangeInfo &rhs) const in SHR() function
|
| D | call_signature.h | 337 V(Shr) \
|
| D | gate_meta_data.cpp | 84 return "Shr"; in TypedBinOpToStr()
|
| /arkcompiler/ets_runtime/test/aottest/ |
| D | BUILD.gn | 164 "shr",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 149 void Shr(Immediate src, Register dst);
|
| /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/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 130 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedCallAndPushUndefined() local 416 __ Shr(MethodLiteral::BuiltinIdBits::START_BIT, methodExtraLiteralInfo); in GenJSCall() local 833 __ Shr(MethodLiteral::NumArgsBits::START_BIT, tmp); in PushArgsWithArgV() local
|
| D | optimized_fast_call.cpp | 121 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedFastCallAndPushUndefined() local
|