Home | History | Annotate | Download | only in arm

Lines Matching refs:EmitVPushPop

1090   EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, false, cond);
1095 EmitVPushPop(static_cast<uint32_t>(reg), nregs, true, true, cond);
1100 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, false, cond);
1105 EmitVPushPop(static_cast<uint32_t>(reg), nregs, false, true, cond);
1109 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) {