Home
last modified time | relevance | path

Searched full:shl (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dshl.yaml16 - file-name: "shl"
27 - sig: shl v1:in:i32, v2:in:i32
36 shl v0, v1
44 description: Check shl with zero and various values.
68 - sig: shl v1:in:i32, v2:in:i32
76 shl v0, v1
84 description: Check shl with +1 and various values.
122 - sig: shl v1:in:i32, v2:in:i32
130 shl v0, v1
138 description: Check shl with -1 and various values.
[all …]
Dtemplate.yaml325 - include: 'shl.yaml'
Dcall.virt.range.yaml33 shl v1, v2
45 shl v1, v2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-16.pa14 # assert(7 << 2 == 28) operation --> shl
18 shl v0, v1
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa29 shl v0, v1
32 shl v0, v1
Daccess-nsieve.pa28 shl v3, v7
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h144 size_t shl = lhash << 6U; in merge_hashes() local
146 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
158 uint32_t shl = lhash << 6U; in merge_hashes() local
160 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
Dmath_helpers.h141 size_t shl = lhash << 6U; in merge_hashes() local
143 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
/arkcompiler/runtime_core/docs/
DPBC2IR.md68 | shl2 | i32 Shl |
69 | shl2.64 | i64 Shl |
98 | shli | i64 Constant, i32 Shl |
109 | shl | i32 Shl |
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-nsieve-bits.pa51 shl a1, a0
61 shl a2, a1
/arkcompiler/ets_runtime/test/aottest/shl/
DBUILD.gn16 host_aot_test_action("shl") {
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dshl.pa17 shl v1, v0
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp341 ONE_TEST_BODY(PrinterAarch64Test, TestShl, shl, AARCH64)
357 ONE_TEST_BODY(PrinterAarch32Test, TestShl, shl, AARCH32)
373 ONE_TEST_BODY(PrinterAmd64Test, TestShl, shl, X86_64)
Dinst_generator.h163 {Opcode::Shl, integer_types_},
/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/
Duint32Array.ts49 // shl
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa118 shl v1, v2
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h37 V(Shl) \
Doperations_stub_builder.h50 …GateRef Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
Dcall_signature.h336 V(Shl) \
Dgate_meta_data.cpp81 return "Shl"; in TypedBinOpToStr()
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn163 "shl",
/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/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb106 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?$/ => "binop",
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp446 // c1 e0 18 shl $0x18,%eax in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1303 // C1 : shl r/m32, imm8 in Shll()
1313 // C1 : shl r/m64, imm8 in Shlq()

12