Home
last modified time | relevance | path

Searched refs:GetShiftOption (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h194 inline Shift GetShiftOption() const in GetShiftOption() function in panda::ecmascript::aarch64::Operand
270 Shift GetShiftOption() const in GetShiftOption() function in panda::ecmascript::aarch64::MemoryOperand
H A Dassembler_aarch64.cpp723 uint32_t shift_field = (operand.GetShiftOption() << BITWISE_OP_Shift_LOWBITS) & BITWISE_OP_Shift_MASK; in BitWiseOpShift()
876 uint32_t shift_field = ((operand.GetShiftOption()) << ADD_SUB_Shift_LOWBITS) & ADD_SUB_Shift_MASK; in AddSubReg()
1234 shift = operand.GetShiftOption() != Shift::NO_SHIFT; in GetShiftOfLdr()

Completed in 6 milliseconds