Searched defs:push (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2.cc168 // If we need to add padding before literals, this may just push some out of range,
3064 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { argument
3065 int32_t rest = B21 | (push ? B24 : B23);
3066 EmitVLdmOrStm(rest, reg, nregs, SP, /*is_load*/ !push, dbl, cond);

Completed in 239 milliseconds