Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc3064 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { in EmitVPushPop() argument
3066 EmitVLdmOrStm(rest, reg, nregs, SP, /*is_load*/ !push, dbl, cond); in EmitVPushPop()
3075 bool dbl, in EmitVLdmOrStm() argument
3081 DCHECK(!dbl || (nregs <= 16)); in EmitVLdmOrStm()
3085 if (dbl) { in EmitVLdmOrStm()
3102 (dbl ? B8 : 0) | in EmitVLdmOrStm()
3103 nregs << (dbl ? 1 : 0); in EmitVLdmOrStm()
Dassembler_thumb2.h769 bool dbl,
788 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);