Searched defs:cmpq (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 4345 __ cmpq(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local 4538 __ cmpq(out, op2); in GenerateMinMaxInt() local 4765 __ cmpq(Address(CpuRegister(RSP), value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck() local 8000 __ cmpq(dest, Immediate(static_cast<int32_t>(value))); in Compare64BitValue() local 8004 __ cmpq(dest, LiteralInt64Address(value)); in Compare64BitValue() local 8030 __ cmpq(lhs_reg, Address(CpuRegister(RSP), rhs.GetStackIndex())); in GenerateLongCompare() local 8032 __ cmpq(lhs_reg, rhs.AsRegister<CpuRegister>()); in GenerateLongCompare() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 4087 void X86_64Assembler::cmpq(CpuRegister reg0, CpuRegister reg1) { in cmpq() function in art::x86_64::X86_64Assembler 4095 void X86_64Assembler::cmpq(CpuRegister reg, const Immediate& imm) { in cmpq() function in art::x86_64::X86_64Assembler 4103 void X86_64Assembler::cmpq(CpuRegister reg, const Address& address) { in cmpq() function in art::x86_64::X86_64Assembler 4111 void X86_64Assembler::cmpq(const Address& address, const Immediate& imm) { in cmpq() function in art::x86_64::X86_64Assembler
|