Searched defs:pushq (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 62 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler |
/art/compiler/optimizing/ | ||
D | code_generator_x86_64.cc | 1461 __ pushq(CpuRegister(reg)); in SpillScratch() local |