| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | shl.yaml | 16 - 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/ |
| D | shl.yaml | 16 - 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/ |
| D | math-16.pa | 14 # assert(7 << 2 == 28) operation --> shl 18 shl v0, v1
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-16.pa | 14 # assert(7 << 2 == 28) operation --> shl 18 shl v0, v1
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | loop-unroll-constant.pa | 22 #! INST_COUNT "Shl", 1 27 #! INST_COUNT "Shl", 9 34 #! INST_COUNT "Shl", 1 38 #! INST_COUNT "Shl", 9
|
| D | combine_shifts.pa | 24 #! 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/ |
| D | binary.pa | 29 shl v0, v1 32 shl v0, v1
|
| D | access-nsieve.pa | 28 shl v3, v7
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 29 shl v0, v1 32 shl v0, v1
|
| D | access-nsieve.pa | 28 shl v3, v7
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 145 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()
|
| D | math_helpers.h | 141 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/ |
| D | hash.h | 141 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/ |
| D | bitops-nsieve-bits.pa | 51 shl a1, a0 61 shl a2, a1
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | bitops-nsieve-bits.pa | 51 shl a1, a0 61 shl a2, a1
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 68 | shl2 | i32 Shl | 69 | shl2.64 | i64 Shl | 98 | shli | i64 Constant, i32 Shl | 109 | shl | i32 Shl |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 68 | 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/ |
| D | allocation.irt | 98 size := Shl(elements_num, 1).word 100 size := Shl(elements_num, 2).word 102 size := Shl(elements_num, 3).word
|
| D | resolvers.irt | 155 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/ |
| D | BUILD.gn | 16 host_aot_test_action("shl") {
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shl.pa | 17 shl v1, v0
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | shl.pa | 17 shl v1, v0
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 322 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/ |
| D | binary_op.def | 40 BINARYOP(shl)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/ |
| D | shift_n.params.yaml | 24 - { op: '<<', name: shl }
|