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

/art/runtime/
H A Ddisassembler_x86.cc42 static const char* gReg16Names[] = { "ax", "cx", "dx", "bx", "sp", "bp", "si", "di" };
150 bool ax = false; // implicit use of ax local
165 case ax8_i8: opcode << #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \
166 case ax32_i32: opcode << #opname; ax = true; immediate_bytes = 4; break;
693 if (ax) {
694 // If this opcode implicitly uses ax, ax is always the first arg.
702 if (has_modrm || reg_in_opcode || ax || cx) {

Completed in 18 milliseconds