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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddis.c51 #define OPERAND_SIGNED 0x100 /* Operand printed as signed value */ macro
188 [D20_20] = { 20, 20, OPERAND_DISP | OPERAND_SIGNED },
201 [I16_16] = { 16, 16, OPERAND_SIGNED },
205 [I16_32] = { 16, 32, OPERAND_SIGNED },
207 [I32_16] = { 32, 16, OPERAND_SIGNED },
1265 if ((operand->flags & (OPERAND_SIGNED | OPERAND_PCREL)) &&
1397 else if (operand->flags & OPERAND_SIGNED)

Completed in 45 milliseconds