Lines Matching full:extend
162 : reg_(RegisterId::INVALID_REG), extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), in Operand()
167 … : reg_(reg), extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shift_amount), immediate_(0) in reg_()
170 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0)
171 … : reg_(reg), extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount), immediate_(0) in reg_()
188 return reg_.IsValid() && extend_ != Extend::NO_EXTEND; in IsExtended()
201 inline Extend GetExtendOption() const in GetExtendOption()
222 Extend extend_;
230 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0)
232 extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount) in base_()
237 extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shiftAmount) in base_()
242 extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), shiftAmount_(0) in base_()
267 Extend GetExtendOption() const in GetExtendOption()
291 Extend extend_;