Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc305 bool ax = false; // implicit use of ax in DumpInstruction() local
320 case ax8_i8: opcode1 = #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \ in DumpInstruction()
321 case ax32_i32: opcode1 = #opname; ax = true; immediate_bytes = 4; break; in DumpInstruction()
1314 if (ax) { in DumpInstruction()
1323 if (has_modrm || reg_in_opcode || ax || cx) { in DumpInstruction()
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S1154 cmp %cx, %ax