Searched refs:cmpw (Results 1 - 16 of 16) sorted by relevance

/art/runtime/interpreter/mterp/x86/
H A Dzcmp.S15 cmpw $$JIT_CHECK_OSR, rPROFILE
H A Dbincmp.S19 cmpw $$JIT_CHECK_OSR, rPROFILE
H A Dfooter.S163 cmpw $$JIT_CHECK_OSR, rPROFILE
186 cmpw $$JIT_CHECK_OSR, rPROFILE # possible OSR re-entry?
201 cmpw $$JIT_CHECK_OSR, rPROFILE # possible OSR re-entry?
299 cmpw $$0, rPROFILE
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S1417 cmpw $JIT_CHECK_OSR, rPROFILE
1445 cmpw $JIT_CHECK_OSR, rPROFILE
1473 cmpw $JIT_CHECK_OSR, rPROFILE
1501 cmpw $JIT_CHECK_OSR, rPROFILE
1529 cmpw $JIT_CHECK_OSR, rPROFILE
1557 cmpw $JIT_CHECK_OSR, rPROFILE
1581 cmpw $JIT_CHECK_OSR, rPROFILE
1605 cmpw $JIT_CHECK_OSR, rPROFILE
1629 cmpw $JIT_CHECK_OSR, rPROFILE
1653 cmpw
[all...]
/art/compiler/optimizing/
H A Dintrinsics_x86.cc3038 __ cmpw(Address(temp1, primitive_offset), Immediate(Primitive::kPrimNot));
3072 __ cmpw(Address(temp2, primitive_offset), Immediate(Primitive::kPrimNot));
3113 __ cmpw(Address(temp2, primitive_offset), Immediate(Primitive::kPrimNot));
3161 __ cmpw(Address(temp1, primitive_offset), Immediate(Primitive::kPrimNot));
H A Dintrinsics_x86_64.cc1324 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot));
1347 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot));
1404 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot));
H A Dcode_generator_x86.cc5751 __ fs()->cmpw(Address::Absolute(Thread::ThreadFlagsOffset<kX86PointerSize>().Int32Value()),
6615 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot));
6870 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot));
H A Dcode_generator_x86_64.cc5198 __ gs()->cmpw(Address::Absolute(Thread::ThreadFlagsOffset<kX86_64PointerSize>().Int32Value(),
6010 __ cmpw(Address(out, primitive_offset), Immediate(Primitive::kPrimNot));
6267 __ cmpw(Address(temp, primitive_offset), Immediate(Primitive::kPrimNot));
/art/compiler/utils/x86/
H A Dassembler_x86_test.cc924 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw");
H A Dassembler_x86.h603 void cmpw(const Address& address, const Immediate& imm);
H A Dassembler_x86.cc1914 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { function in class:art::x86::X86Assembler
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S1306 cmpw %cx, %dx // do we hold the lock already?
1362 cmpw %cx, %dx // does the thread id match?
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S1325 cmpw %cx, %dx // do we hold the lock already?
1362 cmpw %cx, %dx // does the thread id match?
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h647 void cmpw(const Address& address, const Immediate& imm);
H A Dassembler_x86_64_test.cc971 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw");
H A Dassembler_x86_64.cc2197 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler

Completed in 204 milliseconds