Searched defs:ad (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 815 void Thumb2Assembler::ldr(Register rd, const Address& ad, Condition cond) { in ldr() 820 void Thumb2Assembler::str(Register rd, const Address& ad, Condition cond) { in str() 825 void Thumb2Assembler::ldrb(Register rd, const Address& ad, Condition cond) { in ldrb() 830 void Thumb2Assembler::strb(Register rd, const Address& ad, Condition cond) { in strb() 835 void Thumb2Assembler::ldrh(Register rd, const Address& ad, Condition cond) { in ldrh() 840 void Thumb2Assembler::strh(Register rd, const Address& ad, Condition cond) { in strh() 845 void Thumb2Assembler::ldrsb(Register rd, const Address& ad, Condition cond) { in ldrsb() 850 void Thumb2Assembler::ldrsh(Register rd, const Address& ad, Condition cond) { in ldrsh() 855 void Thumb2Assembler::ldrd(Register rd, const Address& ad, Condition cond) { in ldrd() 860 void Thumb2Assembler::ldrd(Register rd, Register rd2, const Address& ad, Condition cond) { in ldrd() [all …]
|