Home
last modified time | relevance | path

Searched refs:cmpw (Results 1 – 14 of 14) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dcontrol_flow.S20 cmpw $$JIT_CHECK_OSR, rPROFILE
39 cmpw $$JIT_CHECK_OSR, rPROFILE
Dmain.S753 cmpw $$0, rPROFILE
/art/compiler/optimizing/
Dintrinsics_x86_64.cc968 __ 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
Dintrinsics_x86.cc2771 __ 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
Dcode_generator_x86_64.cc1480 __ 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
Dcode_generator_x86.cc1107 __ 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/
Dquick_entrypoints_x86_64.S1091 cmpw %cx, %dx // do we hold the lock already?
1128 cmpw %cx, %dx // does the thread id match?
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1231 cmpw %cx, %dx // do we hold the lock already?
1287 cmpw %cx, %dx // does the thread id match?
/art/compiler/utils/x86/
Dassembler_x86_test.cc1308 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
Dassembler_x86.h706 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86.cc2933 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h717 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86_64_test.cc1000 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
Dassembler_x86_64.cc3878 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86_64::X86_64Assembler