Searched refs:sgn0 (Results 1 – 2 of 2) sorted by relevance
1343 bu32 sgn0, sgn1; in decode_multfunc() local1356 sgn0 = -(s0 & 0x8000); in decode_multfunc()1360 s0 |= sgn0; in decode_multfunc()1371 s0 |= sgn0; in decode_multfunc()1600 ATTRIBUTE_UNUSED bu8 sgn0 = (acc >> 31) & 1; in decode_macfunc() local1613 sgn0 = (acc >> 31) & 1; in decode_macfunc()5381 int sgn0 = (val0 >> 15) & 0x1; in decode_dsp32shift_0() local5388 if ((sgn0 != ((val0 >> 15) & 0x1)) || (sgn1 != ((val1 >> 15) & 0x1))) in decode_dsp32shift_0()6066 int sgn0 = (val0 >> 15) & 0x1; in decode_dsp32shiftimm_0() local6073 if ((sgn0 != ((val0 >> 15) & 0x1)) || (sgn1 != ((val1 >> 15) & 0x1))) in decode_dsp32shiftimm_0()
4960 int sgn0, sgn1; in range_binop() local4984 sgn0 = arg0 != 0 ? 0 : (upper0_p ? 1 : -1); in range_binop()4989 result = sgn0 == sgn1; in range_binop()4992 result = sgn0 != sgn1; in range_binop()4995 result = sgn0 < sgn1; in range_binop()4998 result = sgn0 <= sgn1; in range_binop()5001 result = sgn0 > sgn1; in range_binop()5004 result = sgn0 >= sgn1; in range_binop()9835 int sgn0; in maybe_canonicalize_comparison_1() local9851 sgn0 = tree_int_cst_sgn (cst0); in maybe_canonicalize_comparison_1()[all …]