Home
last modified time | relevance | path

Searched full:shr (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dshr.yaml16 - 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 …]
Dtemplate.yaml329 - include: 'shr.yaml'
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa20 shr v0, v1
23 shr v0, v1
26 shr v0, v1
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-3bit-bits-in-byte.pa59 shr v2, v3
66 shr v2, v3
74 shr v2, v3
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-17.pa14 # assert(28 >> 2 == 7) operation --> shr
18 shr v0, v1
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h145 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()
Dmath_helpers.h142 size_t shr = lhash >> 2U; in merge_hashes() local
143 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
/arkcompiler/runtime_core/docs/
DPBC2IR.md70 | shr2 | i32 Shr |
71 | shr2.64 | i64 Shr |
99 | shri | i64 Constant, i32 Shr |
110 | shr | i32 Shr|
/arkcompiler/ets_runtime/test/aottest/shr/
DBUILD.gn16 host_aot_test_action("shr") {
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dshr.pa17 shr v0, v1
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp342 ONE_TEST_BODY(PrinterAarch64Test, TestShr, shr, AARCH64)
358 ONE_TEST_BODY(PrinterAarch32Test, TestShr, shr, AARCH32)
374 ONE_TEST_BODY(PrinterAmd64Test, TestShr, shr, X86_64)
Dinst_generator.h164 {Opcode::Shr, integer_types_},
/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/
Duint32Array.ts45 // shr
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa119 shr v1, v2
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h38 V(Shr) \
Doperations_stub_builder.h51 …GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
Drange_analysis.cpp214 return value.SHR(shift); in GetRangeOfShift()
319 log += " shr"; in PrintRangeInfo()
Dnumber_gate_info.h192 RangeInfo SHR(const RangeInfo &rhs) const in SHR() function
Dcall_signature.h337 V(Shr) \
Dgate_meta_data.cpp84 return "Shr"; in TypedBinOpToStr()
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn164 "shr",
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h149 void Shr(Immediate src, Register dst);
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp130 __ 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
Doptimized_fast_call.cpp121 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedFastCallAndPushUndefined() local

12