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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc84 DriverStr(RepeatR(&x86_64::X86_64Assembler::pushq, "pushq %{reg}"), "pushq");
88 DriverStr(RepeatI(&x86_64::X86_64Assembler::pushq, 4U, "pushq ${imm}"), "pushqi");
262 str << "pushq %rsi\n";
263 str << "pushq %r10\n";
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...]
H A Dassembler_x86_64.h266 void pushq(CpuRegister reg);
267 void pushq(const Address& address);
268 void pushq(const Immediate& imm);
/art/runtime/arch/x86_64/
H A Dasm_support_x86_64.S149 pushq REG_VAR(reg, 0)
H A Dquick_entrypoints_x86_64.S1485 pushq LITERAL(0) // Push a fake return PC as there will be none on the stack.
1524 pushq %rsi // Fake that we were called. Use hidden arg.
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1461 __ pushq(CpuRegister(reg));

Completed in 43 milliseconds