Lines Matching defs:ad
211 void Arm32Assembler::ldr(Register rd, const Address& ad, Condition cond) { in ldr()
216 void Arm32Assembler::str(Register rd, const Address& ad, Condition cond) { in str()
221 void Arm32Assembler::ldrb(Register rd, const Address& ad, Condition cond) { in ldrb()
226 void Arm32Assembler::strb(Register rd, const Address& ad, Condition cond) { in strb()
231 void Arm32Assembler::ldrh(Register rd, const Address& ad, Condition cond) { in ldrh()
236 void Arm32Assembler::strh(Register rd, const Address& ad, Condition cond) { in strh()
241 void Arm32Assembler::ldrsb(Register rd, const Address& ad, Condition cond) { in ldrsb()
246 void Arm32Assembler::ldrsh(Register rd, const Address& ad, Condition cond) { in ldrsh()
251 void Arm32Assembler::ldrd(Register rd, const Address& ad, Condition cond) { in ldrd()
257 void Arm32Assembler::strd(Register rd, const Address& ad, Condition cond) { in strd()
547 const Address& ad) { in EmitMemOp()
585 const Address& ad) { in EmitMemOpAddressMode3()
876 void Arm32Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs()
889 void Arm32Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs()
903 void Arm32Assembler::vldrd(DRegister dd, const Address& ad, Condition cond) { in vldrd()
916 void Arm32Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd()