Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc84 DriverStr(RepeatR(&x86_64::X86_64Assembler::pushq, "pushq %{reg}"), "pushq"); in TEST_F()
88 DriverStr(RepeatI(&x86_64::X86_64Assembler::pushq, 4U, "pushq ${imm}"), "pushqi"); in TEST_F()
Dassembler_x86_64.cc62 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler
69 void X86_64Assembler::pushq(const Address& address) { in pushq() function in art::x86_64::X86_64Assembler
77 void X86_64Assembler::pushq(const Immediate& imm) { in pushq() function in art::x86_64::X86_64Assembler
1459 pushq(Immediate(High32Bits(constant))); in LoadDoubleConstant()
1460 pushq(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
1727 pushq(spill.AsCpuRegister()); in BuildFrame()
2061 pushq(Address(CpuRegister(RSP), src)); in Copy()
2079 pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset)); in Copy()
2089 pushq(Address(scratch, src_offset)); in Copy()
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/
Dasm_support_x86_64.S149 pushq REG_VAR(reg, 0)
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/
Dcode_generator_x86_64.cc1461 __ pushq(CpuRegister(reg)); in SpillScratch() local