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