Home | History | Annotate | Download | only in opcodes

Lines Matching full:sval

1254 	int sval;
1256 sval = mips_signed_operand (operand, uval) * 4;
1257 if (sval >= -8 && sval < 8)
1258 sval ^= 0x400;
1259 infprintf (is, "%d", sval);