Home
last modified time | relevance | path

Searched refs:ASR (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.h61 ASR = 0x2, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp144 case OpCode::ASR: in CheckValueInput()
Dgate_meta_data.h212 … V(Asr, ASR, GateFlags::NONE_FLAG, 0, 0, 2) \
Dllvm_ir_builder.cpp183 {OpCode::ASR, &LLVMIRBuilder::HandleIntAsr}, in InitializeHandlers()