Searched refs:shiftAmount_ (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64.h | 161 shiftAmount_(0), immediate_(imm) in Operand() 165 : reg_(reg), extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shift_amount), immediate_(0) in Operand() 169 : reg_(reg), extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount), immediate_(0) in Operand() 206 return shiftAmount_; in GetShiftAmount() 222 uint8_t shiftAmount_; member in panda::ecmascript::aarch64::Operand 230 extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount) in MemoryOperand() 235 extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shiftAmount) in MemoryOperand() 240 extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), shiftAmount_(0) in MemoryOperand() 277 return shiftAmount_; in GetShiftAmount() 291 uint8_t shiftAmount_; member in panda::ecmascript::aarch64::MemoryOperand [all...] |
Completed in 3 milliseconds