Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Ddis.c44 #define OPERAND_SIGNED 0x200 /* Operand printed as signed value */ macro
145 [D20_20] = { 20, 20, OPERAND_DISP | OPERAND_SIGNED },
154 [I8_8] = { 8, 8, OPERAND_SIGNED },
155 [I8_32] = { 8, 32, OPERAND_SIGNED },
156 [I16_16] = { 16, 16, OPERAND_SIGNED },
157 [I16_32] = { 16, 32, OPERAND_SIGNED },
158 [I32_16] = { 32, 16, OPERAND_SIGNED },
381 if ((operand->flags & (OPERAND_SIGNED | OPERAND_PCREL)) && in extract_operand()
471 } else if (operand->flags & OPERAND_SIGNED) in print_insn()