Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 6 of 6) sorted by relevance

/art/disassembler/
Ddisassembler_x86.cc350 bool cx = false; // implicit use of cx in DumpInstruction() local
1029 cx = true; in DumpInstruction()
1041 cx = true; in DumpInstruction()
1386 cx = (*instr == 0xD2) || (*instr == 0xD3); in DumpInstruction()
1556 if (cx) { in DumpInstruction()
1561 if (has_modrm || reg_in_opcode || ax || cx) { in DumpInstruction()
/art/test/623-checker-loop-regressions/src/
DMain.java1043 char[] cx = new char[259]; in main() local
1045 cx[i] = (char) (i - 100); in main()
1047 castAndNarrow(b1, cx); in main()
1049 expectEquals((byte)((short) cx[i] + 1), b1[i]); in main()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1091 cmpw %cx, %dx // do we hold the lock already?
1128 cmpw %cx, %dx // does the thread id match?
Dmemcmp16_x86_64.S1154 cmp %cx, %ax
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1231 cmpw %cx, %dx // do we hold the lock already?
1287 cmpw %cx, %dx // does the thread id match?
/art/runtime/interpreter/mterp/x86/
Darithmetic.S47 div %cx