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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc62 void X86_64Assembler::pushq(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
69 void X86_64Assembler::pushq(const Address& address) { function in class:art::x86_64::X86_64Assembler
77 void X86_64Assembler::pushq(const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
79 CHECK(imm.is_int32()); // pushq only supports 32b immediate.
1459 pushq(Immediate(High32Bits(constant)));
1460 pushq(Immediate(Low32Bits(constant)));
1727 pushq(spill.AsCpuRegister());
2061 pushq(Address(CpuRegister(RSP), src));
2079 pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset));
2089 pushq(Addres
[all...]

Completed in 47 milliseconds