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.cc49 __ pushq(spill.AsCpuRegister()); in BuildFrame() local
428 __ pushq(Address(CpuRegister(RSP), src)); in Copy() local
452 __ pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset)); in Copy() local
466 __ pushq(Address(scratch, src_offset)); in Copy() local
Dassembler_x86_64.cc63 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler
70 void X86_64Assembler::pushq(const Address& address) { in pushq() function in art::x86_64::X86_64Assembler
78 void X86_64Assembler::pushq(const Immediate& imm) { in pushq() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1281 __ pushq(CpuRegister(reg)); in GenerateFrameEntry() local
5428 __ pushq(CpuRegister(reg)); in SpillScratch() local