Lines Matching refs:amount_
60 amount_(0), in Operand()
66 amount_(0), in Operand()
77 amount_(0), in Operand()
86 : imm_(0), rm_(rm), shift_(shift), amount_(0), rs_(NoReg) { in Operand()
96 : imm_(0), rm_(rm), shift_(shift), amount_(amount), rs_(NoReg) { in Operand()
102 VIXL_ASSERT(amount_ <= 31); in Operand()
105 VIXL_ASSERT(amount_ <= 31); in Operand()
109 VIXL_ASSERT(amount_ <= 32); in Operand()
124 : imm_(0), rm_(rm), shift_(shift), amount_(0), rs_(rs) { in Operand()
157 return rm_.IsValid() && !shift_.IsRRX() && !rs_.IsValid() && (amount_ == 0); in IsPlainRegister()
192 return amount_; in GetShiftAmount()
230 uint32_t amount_; variable