Home
last modified time | relevance | path

Searched refs:EmitVPushPop (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.cc1042 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
Dassembler_thumb2.cc1974 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
Dassembler_arm32.h362 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
Dassembler_thumb2.h429 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);