Searched defs:vpushd (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/utils/arm/ | ||
| D | assembler_arm32.cc | 1094 void Arm32Assembler::vpushd(DRegister reg, int nregs, Condition cond) { in vpushd() function in art::arm::Arm32Assembler |
| D | assembler_thumb2.cc | 3003 void Thumb2Assembler::vpushd(DRegister reg, int nregs, Condition cond) { in vpushd() function in art::arm::Thumb2Assembler |
| /art/compiler/utils/ | ||
| D | assembler_thumb_test.cc | 1059 __ vpushd(D2, 4); in TEST_F() local |