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

  /toolchain/binutils/binutils-2.25/gas/
expr.h 75 O_right_shift,
expr.c     [all...]
ehopt.c 434 || exp->X_op == O_right_shift)
symbols.c 940 case O_right_shift:
998 case O_right_shift: opname = ">>"; break;
    [all...]
cgen.c 836 stmp = expr_build_binary (O_right_shift,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 359 if (exp->X_op == O_right_shift
1062 expressionP->X_op = O_right_shift;
1078 expressionP->X_op = O_right_shift;
    [all...]
tc-d10v.c 37 #define AT_WORD_P(X) ((X)->X_op == O_right_shift \
454 exp[numops].X_op = O_right_shift;
    [all...]
tc-i386-intel.c 89 { "shr", O_right_shift, 2 },
tc-s390.c 884 case O_right_shift:
    [all...]
tc-sh64.c     [all...]
tc-alpha.c 821 case O_right_shift: name = "O_right_shift"; break;
    [all...]

Completed in 259 milliseconds