Searched refs:ax (Results 1 - 2 of 2) sorted by relevance

/art/disassembler/
H A Ddisassembler_x86.cc48 "ax", "cx", "dx", "bx", "sp", "bp", "si", "di",
208 bool ax = false; // implicit use of ax local
223 case ax8_i8: opcode << #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \
224 case ax32_i32: opcode << #opname; ax = true; immediate_bytes = 4; break;
1191 if (ax) {
1192 // If this opcode implicitly uses ax, ax is always the first arg.
1200 if (has_modrm || reg_in_opcode || ax || cx) {
/art/runtime/arch/x86_64/
H A Dmemcmp16_x86_64.S1154 cmp %cx, %ax

Completed in 71 milliseconds