Searched defs:pushq (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86_64/ | ||
D | jni_macro_assembler_x86_64.cc | 49 __ pushq(spill.AsCpuRegister()); in BuildFrame() local |
D | assembler_x86_64.cc | 63 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler |
/art/compiler/optimizing/ | ||
D | code_generator_x86_64.cc | 1281 __ pushq(CpuRegister(reg)); in GenerateFrameEntry() local |