Searched refs:cmpw (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/mterp/x86/ |
D | control_flow.S | 20 cmpw $$JIT_CHECK_OSR, rPROFILE 39 cmpw $$JIT_CHECK_OSR, rPROFILE
|
D | main.S | 754 cmpw $$0, rPROFILE
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1093 cmpw %cx, %dx // do we hold the lock already? 1130 cmpw %cx, %dx // does the thread id match?
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1246 cmpw %cx, %dx // do we hold the lock already? 1302 cmpw %cx, %dx // does the thread id match?
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 1230 DriverStr(RepeatAI(&x86::X86Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
|
D | assembler_x86.h | 678 void cmpw(const Address& address, const Immediate& imm);
|
D | assembler_x86.cc | 2912 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 | 984 RepeatAI(&x86_64::X86_64Assembler::cmpw, /*imm_bytes*/ 2U, "cmpw ${imm}, {mem}"), "cmpw"); in TEST_F()
|