Searched refs:ASR (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 | 61 ASR = 0x2, enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate.cpp | 144 case OpCode::ASR: in CheckValueInput()
|
D | gate_meta_data.h | 212 … V(Asr, ASR, GateFlags::NONE_FLAG, 0, 0, 2) \
|
D | llvm_ir_builder.cpp | 183 {OpCode::ASR, &LLVMIRBuilder::HandleIntAsr}, in InitializeHandlers()
|