Home | History | Annotate | Download | only in arm

Lines Matching refs:am

547   explicit MemOperand(Register rn, int32_t offset = 0, AddrMode am = Offset);
552 explicit MemOperand(Register rn, Register rm, AddrMode am = Offset);
558 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);
561 AddrMode am = Offset)) {
563 return MemOperand(array, key, LSL, kPointerSizeLog2 - kSmiTagSize, am);
578 AddrMode am() const { return am_; }
602 explicit NeonMemOperand(Register rn, AddrMode am = Offset, int align = 0);
1010 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al);
1011 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al);
1097 void vldm(BlockAddrMode am,
1103 void vstm(BlockAddrMode am,
1109 void vldm(BlockAddrMode am,
1115 void vstm(BlockAddrMode am,