Searched refs:cx (Results 1 - 4 of 4) sorted by relevance

/art/disassembler/
H A Ddisassembler_x86.cc48 "ax", "cx", "dx", "bx", "sp", "bp", "si", "di",
209 bool cx = false; // implicit use of cx local
981 cx = (*instr == 0xD2) || (*instr == 0xD3);
1195 if (cx) {
1200 if (has_modrm || reg_in_opcode || ax || cx) {
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S552 cmpw %cx, %dx // do we hold the lock already?
583 cmpw %cx, %dx // does the thread id match?
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S879 cmpw %cx, %dx // do we hold the lock already?
902 cmpw %cx, %dx // does the thread id match?
H A Dmemcmp16_x86_64.S1154 cmp %cx, %ax

Completed in 63 milliseconds