Searched refs:LSR (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | constants.h | 59 enum ShiftType : uint8_t { LSL, LSR, ASR, ROR, INVALID_SHIFT }; enumerator
|
/arkcompiler/runtime_core/compiler/tests/ |
D | inst_generator.h | 250 std::vector<ShiftType> only_shifts_ = {ShiftType::LSL, ShiftType::LSR, ShiftType::ASR}; 251 …std::vector<ShiftType> shifts_and_rotation_ = {ShiftType::LSL, ShiftType::LSR, ShiftType::ASR, Shi…
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64_constants.h | 60 LSR = 0x1, enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate.cpp | 143 case OpCode::LSR: in CheckValueInput()
|
D | gate_meta_data.h | 211 … V(Lsr, LSR, GateFlags::NONE_FLAG, 0, 0, 2) \
|
D | llvm_ir_builder.cpp | 182 {OpCode::LSR, &LLVMIRBuilder::HandleIntLsr}, in InitializeHandlers()
|