Lines Matching defs:ad

335 void Thumb2Assembler::ldr(Register rd, const Address& ad, Condition cond) {  in ldr()
340 void Thumb2Assembler::str(Register rd, const Address& ad, Condition cond) { in str()
345 void Thumb2Assembler::ldrb(Register rd, const Address& ad, Condition cond) { in ldrb()
350 void Thumb2Assembler::strb(Register rd, const Address& ad, Condition cond) { in strb()
355 void Thumb2Assembler::ldrh(Register rd, const Address& ad, Condition cond) { in ldrh()
360 void Thumb2Assembler::strh(Register rd, const Address& ad, Condition cond) { in strh()
365 void Thumb2Assembler::ldrsb(Register rd, const Address& ad, Condition cond) { in ldrsb()
370 void Thumb2Assembler::ldrsh(Register rd, const Address& ad, Condition cond) { in ldrsh()
375 void Thumb2Assembler::ldrd(Register rd, const Address& ad, Condition cond) { in ldrd()
380 void Thumb2Assembler::ldrd(Register rd, Register rd2, const Address& ad, Condition cond) { in ldrd()
392 void Thumb2Assembler::strd(Register rd, const Address& ad, Condition cond) { in strd()
397 void Thumb2Assembler::strd(Register rd, Register rd2, const Address& ad, Condition cond) { in strd()
1365 const Address& ad) { in EmitLoadStore()
1919 void Thumb2Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs()
1932 void Thumb2Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs()
1946 void Thumb2Assembler::vldrd(DRegister dd, const Address& ad, Condition cond) { in vldrd()
1959 void Thumb2Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd()