Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32.cc280 void Arm32Assembler::ldr(Register rd, const Address& ad, Condition cond) { in ldr()
285 void Arm32Assembler::str(Register rd, const Address& ad, Condition cond) { in str()
290 void Arm32Assembler::ldrb(Register rd, const Address& ad, Condition cond) { in ldrb()
295 void Arm32Assembler::strb(Register rd, const Address& ad, Condition cond) { in strb()
300 void Arm32Assembler::ldrh(Register rd, const Address& ad, Condition cond) { in ldrh()
305 void Arm32Assembler::strh(Register rd, const Address& ad, Condition cond) { in strh()
310 void Arm32Assembler::ldrsb(Register rd, const Address& ad, Condition cond) { in ldrsb()
315 void Arm32Assembler::ldrsh(Register rd, const Address& ad, Condition cond) { in ldrsh()
320 void Arm32Assembler::ldrd(Register rd, const Address& ad, Condition cond) { in ldrd()
326 void Arm32Assembler::strd(Register rd, const Address& ad, Condition cond) { in strd()
[all …]
Dassembler_thumb2.cc335 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()
[all …]