Home
last modified time | relevance | path

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

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