Lines Matching defs:ad
255 void Thumb2Assembler::ldr(Register rd, const Address& ad, Condition cond) { in ldr()
260 void Thumb2Assembler::str(Register rd, const Address& ad, Condition cond) { in str()
265 void Thumb2Assembler::ldrb(Register rd, const Address& ad, Condition cond) { in ldrb()
270 void Thumb2Assembler::strb(Register rd, const Address& ad, Condition cond) { in strb()
275 void Thumb2Assembler::ldrh(Register rd, const Address& ad, Condition cond) { in ldrh()
280 void Thumb2Assembler::strh(Register rd, const Address& ad, Condition cond) { in strh()
285 void Thumb2Assembler::ldrsb(Register rd, const Address& ad, Condition cond) { in ldrsb()
290 void Thumb2Assembler::ldrsh(Register rd, const Address& ad, Condition cond) { in ldrsh()
295 void Thumb2Assembler::ldrd(Register rd, const Address& ad, Condition cond) { in ldrd()
306 void Thumb2Assembler::strd(Register rd, const Address& ad, Condition cond) { in strd()
1250 const Address& ad) { in EmitLoadStore()
1761 void Thumb2Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs()
1774 void Thumb2Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs()
1788 void Thumb2Assembler::vldrd(DRegister dd, const Address& ad, Condition cond) { in vldrd()
1801 void Thumb2Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd()