Home
last modified time | relevance | path

Searched defs:cmpl (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86.cc872 __ cmpl(Address(input, length_offset), in CheckPosition() local
875 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition() local
887 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
889 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local
905 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local
912 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
914 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local
942 __ cmpl(src, dest); in VisitSystemArrayCopyChar() local
956 __ cmpl(length.AsRegister<Register>(), length.AsRegister<Register>()); in VisitSystemArrayCopyChar() local
1084 __ cmpl(ecx, Address(arg, class_offset)); in VisitStringEquals() local
[all …]
Dintrinsics_x86_64.cc116 __ cmpl(src_curr_addr, src_stop_addr); in EmitNativeCode() local
680 __ cmpl(Address(input, length_offset), in CheckPosition() local
683 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition() local
695 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
697 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local
713 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local
720 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
722 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local
750 __ cmpl(src, dest); in VisitSystemArrayCopyChar() local
905 __ cmpl(src, dest); in VisitSystemArrayCopy() local
[all …]
Dcode_generator_x86.cc618 __ cmpl(temp_, ref_reg); in EmitNativeCode() local
1571 __ cmpl(left_high, right_high); in GenerateLongComparesAndJumps() local
1581 __ cmpl(left_low, right_low); in GenerateLongComparesAndJumps() local
1584 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps() local
1594 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in GenerateLongComparesAndJumps() local
1732 __ cmpl(Address(ESP, lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local
2384 __ cmpl(klass, Address(temp, InlineCache::ClassesOffset().Int32Value())); in MaybeGenerateInlineCacheCheck() local
3774 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local
4035 __ cmpl(output_lo, op2_lo); in GenerateMinMaxInt() local
4057 __ cmpl(out, op2); in GenerateMinMaxInt() local
[all …]
Dcode_generator_x86_64.cc637 __ cmpl(temp1_, ref_cpu_reg); in EmitNativeCode() local
1800 __ cmpl(Address(CpuRegister(RSP), lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local
2588 __ cmpl(Address(CpuRegister(TMP), InlineCache::ClassesOffset().Int32Value()), klass); in MaybeGenerateInlineCacheCheck() local
3900 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local
4104 __ cmpl(out, op2); in GenerateMinMaxInt() local
4312 __ cmpl(Address(CpuRegister(RSP), value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck() local
5085 __ cmpl(Address(CpuRegister(RSP), obj.GetStackIndex()), Immediate(0)); in GenerateExplicitNullCheck() local
5364 __ cmpl(temp, Address(register_value, class_offset)); in VisitArraySet() local
5376 __ cmpl(Address(temp, super_offset), Immediate(0)); in VisitArraySet() local
5543 __ cmpl(index_reg, Immediate(length)); in VisitBoundsCheck() local
[all …]
/art/compiler/utils/x86/
Dassembler_x86.cc2919 void X86Assembler::cmpl(Register reg, const Immediate& imm) { in cmpl() function in art::x86::X86Assembler
2925 void X86Assembler::cmpl(Register reg0, Register reg1) { in cmpl() function in art::x86::X86Assembler
2932 void X86Assembler::cmpl(Register reg, const Address& address) { in cmpl() function in art::x86::X86Assembler
2953 void X86Assembler::cmpl(const Address& address, Register reg) { in cmpl() function in art::x86::X86Assembler
2960 void X86Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3887 void X86_64Assembler::cmpl(CpuRegister reg, const Immediate& imm) { in cmpl() function in art::x86_64::X86_64Assembler
3895 void X86_64Assembler::cmpl(CpuRegister reg0, CpuRegister reg1) { in cmpl() function in art::x86_64::X86_64Assembler
3903 void X86_64Assembler::cmpl(CpuRegister reg, const Address& address) { in cmpl() function in art::x86_64::X86_64Assembler
3911 void X86_64Assembler::cmpl(const Address& address, CpuRegister reg) { in cmpl() function in art::x86_64::X86_64Assembler
3919 void X86_64Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl() function in art::x86_64::X86_64Assembler