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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2571 void X86_64Assembler::addq(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
2573 CHECK(imm.is_int32()); // addq only supports 32b immediate.
2579 void X86_64Assembler::addq(CpuRegister dst, const Address& address) { function in class:art::x86_64::X86_64Assembler
2587 void X86_64Assembler::addq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
2589 // 0x01 is addq r/m64 <- r/m64 + r64, with op1 in r/m and op2 in reg: so reverse EmitRex64
3339 addq(CpuRegister(RSP), Immediate(2 * sizeof(intptr_t)));

Completed in 28 milliseconds