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

/art/compiler/utils/arm/
H A Dassembler_arm32.cc1109 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { argument
1126 (push ? B24 : (B23 | B20)) |
H A Dassembler_thumb2.cc168 // If we need to add padding before literals, this may just push some out of range,
3018 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { argument
3035 (push ? B24 : (B23 | B20)) |

Completed in 112 milliseconds