Home | History | Annotate | Download | only in arm

Lines Matching refs:shift_op

501   // rm <shift_op> shift_imm
502 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);
515 // rm <shift_op> rs
516 explicit Operand(Register rm, ShiftOp shift_op, Register rs);
542 ShiftOp shift_op() const { return shift_op_; }
571 // [rn +/- rm <shift_op> shift_imm] Offset/NegOffset
572 // [rn +/- rm <shift_op> shift_imm]! PreIndex/NegPreIndex
573 // [rn], +/- rm <shift_op> shift_imm PostIndex/NegPostIndex
575 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);