Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_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.
123 - sig: shl v1:in:i32, v2:in:i32
131 shl v0, v1
139 description: Check shl with -1 and various values.
[all …]
/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 …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dmath-16.pa14 # assert(7 << 2 == 28) operation --> shl
18 shl v0, v1
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-16.pa14 # assert(7 << 2 == 28) operation --> shl
18 shl v0, v1
/arkcompiler/runtime_core/static_core/tests/checked/
Dloop-unroll-constant.pa22 #! INST_COUNT "Shl", 1
27 #! INST_COUNT "Shl", 9
34 #! INST_COUNT "Shl", 1
38 #! INST_COUNT "Shl", 9
Dcombine_shifts.pa24 #! INST_COUNT "Shl", 0
27 #! INST_COUNT "Shl", 1
36 #! INST_COUNT "Shl", 0
39 #! INST_COUNT "Shl", 1
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/
Dbinary.pa29 shl v0, v1
32 shl v0, v1
Daccess-nsieve.pa28 shl v3, v7
/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.h145 size_t shl = lhash << 6U; in merge_hashes() local
147 return lhash ^ (rhash + magic_constant + shl + shr); in merge_hashes()
159 uint32_t shl = lhash << 6U; in merge_hashes() local
161 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/static_core/libpandabase/utils/
Dhash.h141 size_t shl = lhash << 6U; in MergeHashes() local
143 return lhash ^ (rhash + MAGIC_CONSTANT + shl + shr); in MergeHashes()
153 uint32_t shl = lhash << 6U; in MergeHashes() local
155 return lhash ^ (rhash + MAGIC_CONSTANT + shl + shr); in MergeHashes()
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-nsieve-bits.pa51 shl a1, a0
61 shl a2, a1
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dbitops-nsieve-bits.pa51 shl a1, a0
61 shl a2, a1
/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/static_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/static_core/irtoc/scripts/
Dallocation.irt98 size := Shl(elements_num, 1).word
100 size := Shl(elements_num, 2).word
102 size := Shl(elements_num, 3).word
Dresolvers.irt155 klass_1 := Shl(klass_0, 32).i64
159 cache_64_1 := Shl(cache_64, 32).i64
167 method_2 := Shl(method_1, 3).i64
/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/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dshl.pa17 shl v1, v0
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp322 INST(9U, Opcode::Shl).u32().Inputs(0U, 1U); in TEST_F()
323 INST(11U, Opcode::Shl).u32().Inputs(0U, 2U); in TEST_F()
324 INST(12U, Opcode::Shl).u8().Inputs(0U, 1U); in TEST_F()
329 INST(30U, Opcode::Shl).s64().Inputs(24U, 25U); in TEST_F()
331 INST(32U, Opcode::Shl).s32().Inputs(0U, 27U); in TEST_F()
362 INST(11U, Opcode::Shl).u32().Inputs(0U, 2U); in TEST_F()
363 INST(12U, Opcode::Shl).u8().Inputs(0U, 1U); in TEST_F()
368 INST(30U, Opcode::Shl).s64().Inputs(24U, 25U); in TEST_F()
370 INST(32U, Opcode::Shl).s32().Inputs(0U, 27U); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def40 BINARYOP(shl)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dshift_n.params.yaml24 - { op: '<<', name: shl }

12345