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

/art/runtime/arch/x86_64/
H A Dasm_support_x86_64.S141 pushq REG_VAR(reg, 0)
H A Dquick_entrypoints_x86_64.S1612 pushq LITERAL(0) // Push a fake return PC as there will be none on the stack.
1653 pushq %rsi // Entry point for a jump. Fake that we were called.
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h317 void pushq(CpuRegister reg);
318 void pushq(const Address& address);
319 void pushq(const Immediate& imm);
H A Dassembler_x86_64.cc63 void X86_64Assembler::pushq(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
70 void X86_64Assembler::pushq(const Address& address) { function in class:art::x86_64::X86_64Assembler
78 void X86_64Assembler::pushq(const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
80 CHECK(imm.is_int32()); // pushq only supports 32b immediate.
2079 pushq(Immediate(High32Bits(constant)));
2080 pushq(Immediate(Low32Bits(constant)));
2367 pushq(spill.AsCpuRegister());
2718 pushq(Address(CpuRegister(RSP), src));
2736 pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset));
2746 pushq(Addres
[all...]
H A Dassembler_x86_64_test.cc279 DriverStr(RepeatR(&x86_64::X86_64Assembler::pushq, "pushq %{reg}"), "pushq");
283 DriverStr(RepeatI(&x86_64::X86_64Assembler::pushq, 4U, "pushq ${imm}"), "pushqi");
1124 str << "pushq %rsi\n";
1125 str << "pushq %r10\n";
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc529 __ pushq(CpuRegister(reg));
4097 __ pushq(CpuRegister(reg));

Completed in 205 milliseconds