Home
last modified time | relevance | path

Searched refs:unop (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Doptabs.c2309 optab unop = code_to_optab[(int) code]; in expand_simple_unop() local
2310 gcc_assert (unop); in expand_simple_unop()
2312 return expand_unop (mode, unop, op0, target, unsignedp); in expand_simple_unop()
Dcombine.c7290 goto unop; in force_to_mode()
7318 unop: in force_to_mode()
DChangeLog-2001882 * config/alpha/alpha.md (unop): Encode RB as $sp.
4014 * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
11550 (various insns): Don't use mov, fmov, nop, fnop and unop.
DChangeLog-200010772 * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
14260 * c-parse.in (unop +): Warn about the unary plus operator for
DChangeLog-19986867 (fnop, unop, realign): New.
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-alpha.c4810 static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f }; in alpha_handle_align() local
4837 memcpy (p, unop, 4); in alpha_handle_align()
/freebsd-9-stable/contrib/binutils/ld/
DChangeLog-02033138 definition. Emit a unop+nop pair.
3487 * emulparams/elf64alpha.sh (NOP): Use unop.
/freebsd-9-stable/contrib/binutils/opcodes/
DChangeLog-000113 * alpha-opc.c (unop): Encode with RB as $sp.
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-98994389 Change all callers. Emit nop alignment padding as nop+unop pair.
DChangeLog-000184 * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.