Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc827 __ cmpl(Address(input, length_offset), in CheckPosition() local
830 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition() local
842 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
844 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local
860 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local
867 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
869 __ cmpl(temp, length.AsRegister<Register>()); in CheckPosition() local
897 __ cmpl(src, dest); in VisitSystemArrayCopyChar() local
911 __ cmpl(length.AsRegister<Register>(), length.AsRegister<Register>()); in VisitSystemArrayCopyChar() local
1039 __ cmpl(ecx, Address(arg, class_offset)); in VisitStringEquals() local
[all …]
Dintrinsics_x86_64.cc111 __ cmpl(src_curr_addr, src_stop_addr); in EmitNativeCode() local
622 __ cmpl(Address(input, length_offset), in CheckPosition() local
625 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition() local
637 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
639 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local
655 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() local
662 __ cmpl(temp, Immediate(length.GetConstant()->AsIntConstant()->GetValue())); in CheckPosition() local
664 __ cmpl(temp, length.AsRegister<CpuRegister>()); in CheckPosition() local
692 __ cmpl(src, dest); in VisitSystemArrayCopyChar() local
847 __ cmpl(src, dest); in VisitSystemArrayCopy() local
[all …]
Dcode_generator_x86.cc619 __ cmpl(temp_, ref_reg); in EmitNativeCode() local
1599 __ cmpl(left_high, right_high); in GenerateLongComparesAndJumps() local
1609 __ cmpl(left_low, right_low); in GenerateLongComparesAndJumps() local
1612 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps() local
1622 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in GenerateLongComparesAndJumps() local
1760 __ cmpl(Address(ESP, lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local
2428 __ cmpl(klass, Address(temp, InlineCache::ClassesOffset().Int32Value())); in MaybeGenerateInlineCacheCheck() local
3825 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local
4086 __ cmpl(output_lo, op2_lo); in GenerateMinMaxInt() local
4108 __ cmpl(out, op2); in GenerateMinMaxInt() local
[all …]
Dcode_generator_x86_64.cc638 __ cmpl(temp1_, ref_cpu_reg); in EmitNativeCode() local
1850 __ cmpl(Address(CpuRegister(RSP), lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch() local
2700 __ cmpl(Address(CpuRegister(TMP), InlineCache::ClassesOffset().Int32Value()), klass); in MaybeGenerateInlineCacheCheck() local
4019 __ cmpl(second_reg, Immediate(-1)); in GenerateDivRemIntegral() local
4223 __ cmpl(out, op2); in GenerateMinMaxInt() local
4431 __ cmpl(Address(CpuRegister(RSP), value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck() local
5204 __ cmpl(Address(CpuRegister(RSP), obj.GetStackIndex()), Immediate(0)); in GenerateExplicitNullCheck() local
5483 __ cmpl(temp, Address(register_value, class_offset)); in VisitArraySet() local
5495 __ cmpl(Address(temp, super_offset), Immediate(0)); in VisitArraySet() local
5662 __ 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