Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Ddis.h17 #define OPERAND_DISP 0x20 /* Operand printed as displacement */ macro
/arch/s390/kernel/
Ddis.c200 [D_20] = { 12, 20, OPERAND_DISP },
201 [D_36] = { 12, 36, OPERAND_DISP },
202 [D20_20] = { 20, 20, OPERAND_DISP | OPERAND_SIGNED },
1983 if (operand->flags & OPERAND_DISP) in print_insn()