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

/freebsd-11-stable/contrib/gcc/
H A Doptabs.c2319 optab unop = code_to_optab[(int) code];
2320 gcc_assert (unop);
2322 return expand_unop (mode, unop, op0, target, unsignedp);
2309 optab unop = code_to_optab[(int) code]; local
H A Dcombine.c7317 goto unop;
7345 unop:
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4822 static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f };
4849 memcpy (p, unop, 4);
4810 static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f }; local

Completed in 157 milliseconds