Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Ddis.c41 #define OPERAND_BASE 0x40 /* Operand printed as base register */ macro
141 [B_16] = { 4, 16, OPERAND_BASE | OPERAND_GPR },
142 [B_32] = { 4, 32, OPERAND_BASE | OPERAND_GPR },
450 if ((operand->flags & OPERAND_BASE) && in print_insn()
477 else if (operand->flags & OPERAND_BASE) { in print_insn()