Searched refs:rd2 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2.h | 144 void ldrd(Register rd, Register rd2, const Address& ad, Condition cond); 145 void strd(Register rd, Register rd2, const Address& ad, Condition cond);
|
D | assembler_thumb2.cc | 380 void Thumb2Assembler::ldrd(Register rd, Register rd2, const Address& ad, Condition cond) { in ldrd() argument 386 static_cast<int32_t>(rd2) << 8 | in ldrd() 397 void Thumb2Assembler::strd(Register rd, Register rd2, const Address& ad, Condition cond) { in strd() argument 403 static_cast<int32_t>(rd2) << 8 | in strd()
|