Home
last modified time | relevance | path

Searched refs:OPERAND_VR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Ddis.c39 #define OPERAND_VR 0x10 /* Operand printed as %vx */ macro
189 [VX_12] = { 4, 12, OPERAND_INDEX | OPERAND_VR },
190 [V_8] = { 4, 8, OPERAND_VR },
191 [V_12] = { 4, 12, OPERAND_VR },
192 [V_16] = { 4, 16, OPERAND_VR },
193 [V_32] = { 4, 32, OPERAND_VR },
369 if (operand->flags & OPERAND_VR) { in extract_operand()
465 else if (operand->flags & OPERAND_VR) in print_insn()