Searched refs:shift_imm (Results 1 – 2 of 2) sorted by relevance
128 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { in Operand() argument129 ASSERT(is_uint5(shift_imm)); in Operand()130 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it in Operand()134 shift_imm_ = shift_imm & 31; in Operand()137 ASSERT(shift_imm == 0); in Operand()170 ShiftOp shift_op, int shift_imm, AddrMode am) { in MemOperand() argument171 ASSERT(is_uint5(shift_imm)); in MemOperand()175 shift_imm_ = shift_imm & 31; in MemOperand()
321 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);362 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);