Searched refs:OPERAND_AR (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/s390/kernel/ |
D | dis.c | 45 #define OPERAND_AR 0x4 /* Operand printed as %ax */ macro 178 [A_8] = { 4, 8, OPERAND_AR }, 179 [A_12] = { 4, 12, OPERAND_AR }, 180 [A_24] = { 4, 24, OPERAND_AR }, 181 [A_28] = { 4, 28, OPERAND_AR }, 1510 else if (operand->flags & OPERAND_AR) in print_insn()
|