Home
last modified time | relevance | path

Searched refs:sgn0 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dbfin-sim.c1343 bu32 sgn0, sgn1; in decode_multfunc() local
1356 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() local
1613 sgn0 = (acc >> 31) & 1; in decode_macfunc()
5381 int sgn0 = (val0 >> 15) & 0x1; in decode_dsp32shift_0() local
5388 if ((sgn0 != ((val0 >> 15) & 0x1)) || (sgn1 != ((val1 >> 15) & 0x1))) in decode_dsp32shift_0()
6066 int sgn0 = (val0 >> 15) & 0x1; in decode_dsp32shiftimm_0() local
6073 if ((sgn0 != ((val0 >> 15) & 0x1)) || (sgn1 != ((val1 >> 15) & 0x1))) in decode_dsp32shiftimm_0()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc4960 int sgn0, sgn1; in range_binop() local
4984 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() local
9851 sgn0 = tree_int_cst_sgn (cst0); in maybe_canonicalize_comparison_1()
[all …]