Searched refs:OPERAND_VR (Results 1 – 1 of 1) sorted by relevance
| /arch/s390/kernel/ |
| A D | dis.c | 38 #define OPERAND_VR 0x10 /* Operand printed as %vx */ macro 190 [VX_12] = { 4, 12, OPERAND_INDEX | OPERAND_VR }, 191 [V_8] = { 4, 8, OPERAND_VR }, 192 [V_12] = { 4, 12, OPERAND_VR }, 193 [V_16] = { 4, 16, OPERAND_VR }, 194 [V_32] = { 4, 32, OPERAND_VR }, 372 if (operand->flags & OPERAND_VR) { in extract_operand() 468 else if (operand->flags & OPERAND_VR) in print_insn()
|
Completed in 977 milliseconds