Home
last modified time | relevance | path

Searched refs:LSR (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dconstants.h59 enum ShiftType : uint8_t { LSL, LSR, ASR, ROR, INVALID_SHIFT }; enumerator
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h250 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/
Dassembler_aarch64_constants.h60 LSR = 0x1, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp143 case OpCode::LSR: in CheckValueInput()
Dgate_meta_data.h211 … V(Lsr, LSR, GateFlags::NONE_FLAG, 0, 0, 2) \
Dllvm_ir_builder.cpp182 {OpCode::LSR, &LLVMIRBuilder::HandleIntLsr}, in InitializeHandlers()