Lines Matching refs:NO_SHIFT
151 shift_(NO_SHIFT), in Operand()
158 shift_(NO_SHIFT), in Operand()
176 shift_(NO_SHIFT), in Operand()
193 (((shift_ == NO_SHIFT) && (extend_ == NO_EXTEND)) || in IsPlainRegister()
195 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) || in IsPlainRegister()
209 return reg_.IsValid() && (shift_ != NO_SHIFT); in IsShiftedRegister()
240 shift_(NO_SHIFT), in MemOperand()
249 shift_(NO_SHIFT), in MemOperand()
264 shift_(NO_SHIFT), in MemOperand()
297 shift_(NO_SHIFT), in MemOperand()
325 shift_ = NO_SHIFT; in MemOperand()