Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op

413   // rm <shift_op> shift_imm
414 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);
416 // rm <shift_op> rs
417 explicit Operand(Register rm, ShiftOp shift_op, Register rs);
437 ShiftOp shift_op() const { return shift_op_; }
466 // [rn +/- rm <shift_op> shift_imm] Offset/NegOffset
467 // [rn +/- rm <shift_op> shift_imm]! PreIndex/NegPreIndex
468 // [rn], +/- rm <shift_op> shift_imm PostIndex/NegPostIndex
470 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);