Home
last modified time | relevance | path

Searched defs:pushq (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc60 __ pushq(spill.AsCpuRegister()); in BuildFrame() local
498 __ pushq(Address(CpuRegister(RSP), src)); in Copy() local
522 __ pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset)); in Copy() local
536 __ pushq(Address(scratch, src_offset)); in Copy() local
Dassembler_x86_64.cc99 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler
106 void X86_64Assembler::pushq(const Address& address) { in pushq() function in art::x86_64::X86_64Assembler
114 void X86_64Assembler::pushq(const Immediate& imm) { in pushq() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1431 __ pushq(CpuRegister(RDI)); in MaybeIncrementHotness() local
1468 __ pushq(CpuRegister(reg)); in GenerateFrameEntry() local
6036 __ pushq(CpuRegister(reg)); in SpillScratch() local