Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86_64ng/
Dobject.S60 cmpw $$0, MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET(%ecx)
64 cmpw $$0, MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET(%eax)
141 cmpw $$0, MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET(%ecx)
146 cmpw $$0, MIRROR_CLASS_OBJECT_PRIMITIVE_TYPE_OFFSET(%eax)
/art/compiler/optimizing/
Dintrinsics_x86_64.cc998 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local
3315 __ cmpw(Address(out.AsRegister<CpuRegister>(), disable_intrinsic_offset.Uint32Value()), in VisitReferenceGetReferent() local
3674 __ cmpw(Address(temp, primitive_type_offset), Immediate(static_cast<uint16_t>(primitive_type))); in GenerateVarHandleAccessModeAndVarTypeChecks() local
3825 __ cmpw(Address(temp, primitive_type_offset), Immediate(static_cast<uint16_t>(primitive_type))); in GenerateVarHandleArrayChecks() local
Dintrinsics_x86.cc3202 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy() local
3522 __ cmpw(Address(out.AsRegister<Register>(), disable_intrinsic_offset.Uint32Value()), in VisitReferenceGetReferent() local
3790 __ cmpw(Address(temp, primitive_type_offset), Immediate(primitive_type)); in GenerateVarTypePrimitiveTypeCheck() local
Dcode_generator_x86_64.cc1794 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
6614 __ cmpw(Address(temp, mirror::Class::StatusOffset()), Immediate(path_to_root)); in GenerateBitstringTypeCheckCompare() local
7256 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitInstanceOf() local
7588 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitCheckCast() local
Dcode_generator_x86.cc1350 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
7531 __ cmpw(Address(temp, mirror::Class::StatusOffset()), Immediate(path_to_root)); in GenerateBitstringTypeCheckCompare() local
7915 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitInstanceOf() local
8241 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot)); in VisitCheckCast() local
/art/compiler/utils/x86/
Dassembler_x86_test.cc1336 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
Dassembler_x86.h756 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86.cc3011 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h805 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86_64_test.cc1118 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
Dassembler_x86_64.cc4076 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86_64::X86_64Assembler