Lines Matching refs:ad
147 void ldr(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
148 void str(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
150 void ldrb(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
151 void strb(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
153 void ldrh(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
154 void strh(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
156 void ldrsb(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
157 void ldrsh(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
160 void ldrd(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
161 void strd(Register rd, const Address& ad, Condition cond = AL) OVERRIDE;
166 void ldrd(Register rd, Register rd2, const Address& ad, Condition cond);
167 void strd(Register rd, Register rd2, const Address& ad, Condition cond);
212 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
213 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
214 void vldrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
215 void vstrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
738 const Address& ad);
743 const Address& ad);