HomeSort by relevance Sort by last modified time
    Searched refs:O_ne (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
expr.h 91 O_ne,
cond.c 155 case O_ne: t = operand.X_add_number != 0; break;
350 case O_ne: t = operand.X_add_number != 0; break;
expr.c     [all...]
symbols.c 954 case O_ne:
1012 case O_ne: opname = "!="; break;
    [all...]
read.c 354 {"elseif", s_elseif, (int) O_ne},
381 {"if", s_if, (int) O_ne},
394 {"ifne", s_if, (int) O_ne},
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 83 { "ne", O_ne, 2 },
tc-s390.c 932 case O_ne:
    [all...]
tc-tic54x.c     [all...]
tc-alpha.c 829 case O_ne: name = "O_ne"; break;
    [all...]
tc-arc.c 973 case O_ne: name = "O_ne"; break;
    [all...]
tc-m68k.c     [all...]

Completed in 157 milliseconds