Searched defs:cmpq (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 3907 __ cmpq(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local 4100 __ cmpq(out, op2); in GenerateMinMaxInt() local 4327 __ cmpq(Address(CpuRegister(RSP), value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck() local 7524 __ cmpq(dest, Immediate(static_cast<int32_t>(value))); in Compare64BitValue() local 7528 __ cmpq(dest, LiteralInt64Address(value)); in Compare64BitValue() local 7554 __ cmpq(lhs_reg, Address(CpuRegister(RSP), rhs.GetStackIndex())); in GenerateLongCompare() local 7556 __ cmpq(lhs_reg, rhs.AsRegister<CpuRegister>()); in GenerateLongCompare() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 3927 void X86_64Assembler::cmpq(CpuRegister reg0, CpuRegister reg1) { in cmpq() function in art::x86_64::X86_64Assembler 3935 void X86_64Assembler::cmpq(CpuRegister reg, const Immediate& imm) { in cmpq() function in art::x86_64::X86_64Assembler 3943 void X86_64Assembler::cmpq(CpuRegister reg, const Address& address) { in cmpq() function in art::x86_64::X86_64Assembler 3951 void X86_64Assembler::cmpq(const Address& address, const Immediate& imm) { in cmpq() function in art::x86_64::X86_64Assembler
|