Searched full:shl (Results 1 – 25 of 34) sorted by relevance
12
| /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 …]
|
| D | template.yaml | 325 - include: 'shl.yaml'
|
| D | call.virt.range.yaml | 33 shl v1, v2 45 shl v1, v2
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-16.pa | 14 # assert(7 << 2 == 28) operation --> shl 18 shl v0, v1
|
| /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 | 144 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()
|
| 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/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/tests/benchmarks/ |
| D | bitops-nsieve-bits.pa | 51 shl a1, a0 61 shl a2, a1
|
| /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/compiler/tests/ |
| D | asm_printer_test.cpp | 341 ONE_TEST_BODY(PrinterAarch64Test, TestShl, shl, AARCH64) 357 ONE_TEST_BODY(PrinterAarch32Test, TestShl, shl, AARCH32) 373 ONE_TEST_BODY(PrinterAmd64Test, TestShl, shl, X86_64)
|
| D | inst_generator.h | 163 {Opcode::Shl, integer_types_},
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/ |
| D | uint32Array.ts | 49 // shl
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 118 shl v1, v2
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 37 V(Shl) \
|
| D | operations_stub_builder.h | 50 …GateRef Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
|
| D | call_signature.h | 336 V(Shl) \
|
| D | gate_meta_data.cpp | 81 return "Shl"; in TypedBinOpToStr()
|
| /arkcompiler/ets_runtime/test/aottest/ |
| D | BUILD.gn | 163 "shl",
|
| /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/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 106 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?$/ => "binop",
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 446 // c1 e0 18 shl $0x18,%eax in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 1303 // C1 : shl r/m32, imm8 in Shll() 1313 // C1 : shl r/m64, imm8 in Shlq()
|
12