Home | History | Annotate | Download | only in arm

Lines Matching full:base

360   Offset       = (8|4|0) << 21,  // offset (without writeback to base)
363 NegOffset = (8|0|0) << 21, // negative offset (without writeback to base)
376 da_w = (0|0|1) << 21, // decrement after with writeback to base
377 ia_w = (0|4|1) << 21, // increment after with writeback to base
378 db_w = (8|0|1) << 21, // decrement before with writeback to base
379 ib_w = (8|4|1) << 21 // increment before with writeback to base
452 Register rn_; // base
735 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al);
736 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al);
739 void swp(Register dst, Register src, Register base, Condition cond = al);
740 void swpb(Register dst, Register src, Register base, Condition cond = al);
776 void ldc(Coprocessor coproc, CRegister crd, Register base, int option,
781 void ldc2(Coprocessor coproc, CRegister crd, Register base, int option,
786 void stc(Coprocessor coproc, CRegister crd, Register base, int option,
791 void stc2(Coprocessor coproc, CRegister crd, Register base, int option,
801 const Register base,
805 const Register base,