Home
last modified time | relevance | path

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

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