Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Ddis.c40 #define OPERAND_DISP 0x20 /* Operand printed as displacement */ macro
145 [D20_20] = { 20, 20, OPERAND_DISP | OPERAND_SIGNED },
146 [D_20] = { 12, 20, OPERAND_DISP },
147 [D_36] = { 12, 36, OPERAND_DISP },
475 if (operand->flags & OPERAND_DISP) in print_insn()