Searched refs:OPERAND_VR (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | dis.h | 16 #define OPERAND_VR 0x10 /* Operand printed as %vx */ macro
|
/linux-4.4.14/arch/s390/kernel/ |
D | dis.c | 186 [V_8] = { 4, 8, OPERAND_VR }, 187 [V_12] = { 4, 12, OPERAND_VR }, 188 [V_16] = { 4, 16, OPERAND_VR }, 189 [V_32] = { 4, 32, OPERAND_VR }, 190 [W_12] = { 4, 12, OPERAND_INDEX | OPERAND_VR }, 1753 if (operand->flags & OPERAND_VR) { in extract_operand() 1938 else if (operand->flags & OPERAND_VR) in print_insn()
|