Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op

183 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) {
185 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it
188 shift_op_ = shift_op;
190 if (shift_op == RRX) {
199 Operand::Operand(Register rm, ShiftOp shift_op, Register rs) {
200 ASSERT(shift_op != RRX);
203 shift_op_ = shift_op;
225 ShiftOp shift_op, int shift_imm, AddrMode am) {
229 shift_op_ = shift_op;