Home
last modified time | relevance | path

Searched refs:shl (Results 1 – 14 of 14) sorted by relevance

/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/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/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/tests/benchmarks/
Dbitops-nsieve-bits.pa51 shl a1, a0
61 shl a2, a1
/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)
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn163 "shl",
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa118 shl v1, v2
/arkcompiler/runtime_core/docs/
DPBC2IR.md109 | shl | i32 Shl |
/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/runtime_core/tests/
DCMakeLists.txt914 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/shl.pa")