| /art/compiler/optimizing/ |
| D | intrinsics_x86_64.cc | 111 __ cmpl(src_curr_addr, src_stop_addr); in EmitNativeCode() local 671 __ cmpl(Address(input, length_offset), in CheckPosition() local 674 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition() local 686 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local 688 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local 704 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local 711 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local 713 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local 742 __ cmpl(src, dest); in SystemArrayCopyPrimitive() local 931 __ cmpl(src, dest); in VisitSystemArrayCopy() local [all …]
|
| D | intrinsics_x86.cc | 841 __ cmpl(Address(input, length_offset), in CheckPosition() local 844 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition() local 856 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local 858 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local 874 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local 881 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local 883 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local 912 __ cmpl(src, dest); in SystemArrayCopyPrimitive() local 926 __ cmpl(length.AsRegister<Register>(), length.AsRegister<Register>()); in SystemArrayCopyPrimitive() local 1088 __ cmpl(ecx, Address(arg, class_offset)); in VisitStringEquals() local [all …]
|
| D | code_generator_x86.cc | 650 __ cmpl(temp_, ref_reg); in EmitNativeCode() local 1237 __ cmpl(Address(ESP, codegen_->GetStackOffsetOfShouldDeoptimizeFlag()), Immediate(0)); in GenerateMethodEntryExitHook() local 1951 __ cmpl(left_high, right_high); in GenerateLongComparesAndJumps() local 1961 __ cmpl(left_low, right_low); in GenerateLongComparesAndJumps() local 1964 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps() local 1974 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in GenerateLongComparesAndJumps() local 2112 __ cmpl(Address(ESP, lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local 2765 __ cmpl(klass, Address(temp, InlineCache::ClassesOffset().Int32Value())); in MaybeGenerateInlineCacheCheck() local 4170 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local 4431 __ cmpl(output_lo, op2_lo); in GenerateMinMaxInt() local [all …]
|
| D | code_generator_x86_64.cc | 665 __ cmpl(temp1_, ref_cpu_reg); in EmitNativeCode() local 1602 __ cmpl(Address(CpuRegister(RSP), codegen_->GetStackOffsetOfShouldDeoptimizeFlag()), in GenerateMethodEntryExitHook() local 2177 __ cmpl(Address(CpuRegister(RSP), lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local 3011 __ cmpl(Address(CpuRegister(TMP), InlineCache::ClassesOffset().Int32Value()), klass); in MaybeGenerateInlineCacheCheck() local 4338 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local 4542 __ cmpl(out, op2); in GenerateMinMaxInt() local 4750 __ cmpl(Address(CpuRegister(RSP), value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck() local 5602 __ cmpl(Address(CpuRegister(RSP), obj.GetStackIndex()), Immediate(0)); in GenerateExplicitNullCheck() local 5827 __ cmpl(temp, Address(register_value, class_offset)); in VisitArraySet() local 5839 __ cmpl(Address(temp, super_offset), Immediate(0)); in VisitArraySet() local [all …]
|
| /art/compiler/utils/x86/ |
| D | assembler_x86.cc | 3018 void X86Assembler::cmpl(Register reg, const Immediate& imm) { in cmpl() function in art::x86::X86Assembler 3024 void X86Assembler::cmpl(Register reg0, Register reg1) { in cmpl() function in art::x86::X86Assembler 3031 void X86Assembler::cmpl(Register reg, const Address& address) { in cmpl() function in art::x86::X86Assembler 3052 void X86Assembler::cmpl(const Address& address, Register reg) { in cmpl() function in art::x86::X86Assembler 3059 void X86Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl() function in art::x86::X86Assembler
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 4047 void X86_64Assembler::cmpl(CpuRegister reg, const Immediate& imm) { in cmpl() function in art::x86_64::X86_64Assembler 4055 void X86_64Assembler::cmpl(CpuRegister reg0, CpuRegister reg1) { in cmpl() function in art::x86_64::X86_64Assembler 4063 void X86_64Assembler::cmpl(CpuRegister reg, const Address& address) { in cmpl() function in art::x86_64::X86_64Assembler 4071 void X86_64Assembler::cmpl(const Address& address, CpuRegister reg) { in cmpl() function in art::x86_64::X86_64Assembler 4079 void X86_64Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl() function in art::x86_64::X86_64Assembler
|