Searched refs:EmitVPushPop (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 1042 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); in vpushs() 1047 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); in vpushd() 1052 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); in vpops() 1057 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); in vpopd() 1061 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { in EmitVPushPop() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 1974 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); in vpushs() 1979 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); in vpushd() 1984 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); in vpops() 1989 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); in vpopd() 1993 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { in EmitVPushPop() function in art::arm::Thumb2Assembler
|
D | assembler_arm32.h | 362 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
|
D | assembler_thumb2.h | 429 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
|