Searched refs:EmitVPushPop (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 3021 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond); in vpushs() 3026 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond); in vpushd() 3031 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond); in vpops() 3036 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond); in vpopd() 3064 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { in EmitVPushPop() function in art::arm::Thumb2Assembler
|
D | assembler_thumb2.h | 788 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
|