Home | History | Annotate | Download | only in arm

Lines Matching defs:EmitVPushPop

2999   EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond);
3004 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond);
3009 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond);
3014 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond);
3018 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) {