Home
last modified time | relevance | path

Searched defs:ad (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.cc211 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()
[all …]
Dassembler_thumb2.cc255 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()
[all …]