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