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

  /toolchain/binutils/binutils-2.25/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 948 case O_ne:
1006 case O_ne: opname = "!="; break;
    [all...]
read.c 355 {"elseif", s_elseif, (int) O_ne},
382 {"if", s_if, (int) O_ne},
395 {"ifne", s_if, (int) O_ne},
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c 83 { "ne", O_ne, 2 },
tc-s390.c 892 case O_ne:
    [all...]
tc-tic54x.c     [all...]
tc-alpha.c 829 case O_ne: name = "O_ne"; break;
    [all...]
tc-m68k.c     [all...]

Completed in 833 milliseconds