Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Ddis.h18 #define OPERAND_BASE 0x40 /* Operand printed as base register */ macro
/arch/s390/kernel/
Ddis.c197 [B_16] = { 4, 16, OPERAND_BASE | OPERAND_GPR },
198 [B_32] = { 4, 32, OPERAND_BASE | OPERAND_GPR },
1959 if ((operand->flags & OPERAND_BASE) && in print_insn()
1985 else if (operand->flags & OPERAND_BASE) { in print_insn()