Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dasm_support_x86_64.S141 pushq REG_VAR(reg, 0)
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/
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
2079 pushq(Immediate(High32Bits(constant))); in LoadDoubleConstant()
2080 pushq(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
2367 pushq(spill.AsCpuRegister()); in BuildFrame()
2718 pushq(Address(CpuRegister(RSP), src)); in Copy()
2736 pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset)); in Copy()
2746 pushq(Address(scratch, src_offset)); in Copy()
Dassembler_x86_64.h317 void pushq(CpuRegister reg);
318 void pushq(const Address& address);
319 void pushq(const Immediate& imm);
Dassembler_x86_64_test.cc279 DriverStr(RepeatR(&x86_64::X86_64Assembler::pushq, "pushq %{reg}"), "pushq"); in TEST_F()
283 DriverStr(RepeatI(&x86_64::X86_64Assembler::pushq, 4U, "pushq ${imm}"), "pushqi"); in TEST_F()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc529 __ pushq(CpuRegister(reg)); in GenerateFrameEntry() local
4097 __ pushq(CpuRegister(reg)); in SpillScratch() local