Searched refs:OPERAND_SIGNED (Results 1 – 1 of 1) sorted by relevance
/arch/s390/kernel/ |
D | dis.c | 44 #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 }, 378 if ((operand->flags & (OPERAND_SIGNED | OPERAND_PCREL)) && in extract_operand() 468 } else if (operand->flags & OPERAND_SIGNED) in print_insn()
|