/art/runtime/interpreter/mterp/x86/ |
D | control_flow.S | 20 cmpw $$JIT_CHECK_OSR, rPROFILE 39 cmpw $$JIT_CHECK_OSR, rPROFILE
|
D | main.S | 753 cmpw $$0, rPROFILE
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 968 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 991 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 1048 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 2691 __ cmpw(Address(out.AsRegister<CpuRegister>(), disable_intrinsic_offset.Uint32Value()), in VisitReferenceGetReferent() local
|
D | intrinsics_x86.cc | 2771 __ cmpw(Address(temp1, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 2805 __ cmpw(Address(temp2, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 2846 __ cmpw(Address(temp2, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 2894 __ cmpw(Address(temp1, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local 3146 __ cmpw(Address(out.AsRegister<Register>(), disable_intrinsic_offset.Uint32Value()), in VisitReferenceGetReferent() local 3469 __ cmpw(Address(temp, primitive_type_offset), Immediate(primitive_type)); in GenerateVarTypePrimitiveTypeCheck() local
|
D | code_generator_x86_64.cc | 1480 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 5922 __ gs()->cmpw(Address::Absolute(Thread::ThreadFlagsOffset<kX86_64PointerSize>().Int32Value(), in GenerateSuspendCheck() 6197 __ cmpw(Address(temp, mirror::Class::StatusOffset()), Immediate(path_to_root)); in GenerateBitstringTypeCheckCompare() local 6783 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitInstanceOf() local 7060 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitCheckCast() local
|
D | code_generator_x86.cc | 1107 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 6753 __ fs()->cmpw(Address::Absolute(Thread::ThreadFlagsOffset<kX86PointerSize>().Int32Value()), in GenerateSuspendCheck() 7308 __ cmpw(Address(temp, mirror::Class::StatusOffset()), Immediate(path_to_root)); in GenerateBitstringTypeCheckCompare() local 7683 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitInstanceOf() local 7955 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitCheckCast() local
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1091 cmpw %cx, %dx // do we hold the lock already? 1128 cmpw %cx, %dx // does the thread id match?
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1231 cmpw %cx, %dx // do we hold the lock already? 1287 cmpw %cx, %dx // does the thread id match?
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 1308 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
|
D | assembler_x86.h | 706 void cmpw(const Address& address, const Immediate& imm);
|
D | assembler_x86.cc | 2933 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 717 void cmpw(const Address& address, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 1000 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
|
D | assembler_x86_64.cc | 3878 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86_64::X86_64Assembler
|