Searched refs:OPERAND_SIGNED (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | dis.h | 21 #define OPERAND_SIGNED 0x200 /* Operand printed as signed value */ macro
|
/linux-4.1.27/arch/s390/kernel/ |
D | dis.c | 196 [D20_20] = { 20, 20, OPERAND_DISP | OPERAND_SIGNED }, 213 [I8_8] = { 8, 8, OPERAND_SIGNED }, 214 [I8_16] = { 8, 16, OPERAND_SIGNED }, 215 [I8_24] = { 8, 24, OPERAND_SIGNED }, 216 [I8_32] = { 8, 32, OPERAND_SIGNED }, 217 [I16_32] = { 16, 32, OPERAND_SIGNED }, 218 [I16_16] = { 16, 16, OPERAND_SIGNED }, 223 [I24_24] = { 24, 24, OPERAND_SIGNED }, 225 [I32_16] = { 32, 16, OPERAND_SIGNED }, 1765 if ((operand->flags & (OPERAND_SIGNED | OPERAND_PCREL)) && in extract_operand() [all …]
|