Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86/
Dcontrol_flow.S20 cmpw $$JIT_CHECK_OSR, rPROFILE
39 cmpw $$JIT_CHECK_OSR, rPROFILE
Dmain.S754 cmpw $$0, rPROFILE
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1093 cmpw %cx, %dx // do we hold the lock already?
1130 cmpw %cx, %dx // does the thread id match?
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1246 cmpw %cx, %dx // do we hold the lock already?
1302 cmpw %cx, %dx // does the thread id match?
/art/compiler/utils/x86/
Dassembler_x86_test.cc1230 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
Dassembler_x86.h678 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86.cc2912 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.cc984 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()