Lines Matching full:extend
159 : reg_(RegisterId::INVALID_REG), extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), in Operand()
164 … : reg_(reg), extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shift_amount), immediate_(0) in reg_()
167 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0)
168 … : reg_(reg), extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount), immediate_(0) in reg_()
185 return reg_.IsValid() && extend_ != Extend::NO_EXTEND; in IsExtended()
198 inline Extend GetExtendOption() const in GetExtendOption()
219 Extend extend_;
227 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0)
229 extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount) in base_()
234 extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shiftAmount) in base_()
239 extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), shiftAmount_(0) in base_()
264 Extend GetExtendOption() const in GetExtendOption()
288 Extend extend_;