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

/art/compiler/dex/quick/x86/
H A Dint_x86.cc967 // Let's put pop 'edi' here to break a bit the dependency chain.
1404 LIR* pop = NewLIR1(kX86Pop32R, r_dest.GetReg()); local
1405 pop->flags.fixup = kFixupLabel;
1406 DCHECK(NEXT_LIR(call) == pop);

Completed in 78 milliseconds