HomeSort by: relevance | last modified time | path
    Searched refs:SUB (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/byacc/dist/test/btyacc/
quote_calc.tab.h 9 #define SUB 260
quote_calc2.tab.h 9 #define SUB 260
  /src/external/bsd/byacc/dist/test/yacc/
quote_calc.tab.h 6 #define SUB 260
quote_calc2.tab.h 6 #define SUB 260
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiAluCode.h 25 SUB = 0x02,
82 case SUB:
83 return "sub";
107 .Case("sub", SUB)
124 case ISD::SUB:
125 return AluCode::SUB;
  /src/external/bsd/ntp/dist/include/
ascii.h 69 #define SUB 26
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/
fast_div.S 95 SUB TMP5,R0,TMP0 // R0 sign/exponent extraction into TMP5
99 SUB P1L,P1L,TMP5
105 sub P0L,P0L,TMP5 label
  /src/external/gpl3/gcc.old/dist/gcc/
gcov-io.h 101 odd-valued, so that the LSB of the level is one. A sub-level
313 /* Return nonzero if SUB is an immediate subtag of TAG. */
314 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \
315 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
316 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK (TAG)))
318 /* Return nonzero if SUB is at a sublevel to TAG. */
319 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \
320 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
tree-data-ref.h 402 #define SUB_ACCESS_FN(SUB, I) (SUB)->access_fn[I]
403 #define SUB_CONFLICTS_IN_A(SUB) (SUB)->conflicting_iterations_in_a
404 #define SUB_CONFLICTS_IN_B(SUB) (SUB)->conflicting_iterations_in_b
405 #define SUB_LAST_CONFLICT(SUB) (SUB)->last_conflict
406 #define SUB_DISTANCE(SUB) (SUB)->distanc
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_32.c 86 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS));
93 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS));
105 return push_inst(compiler, SUB | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
116 return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET_FLAGS);
129 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
133 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
137 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
  /src/sys/dev/scsipi/
scsi_ctron_ether.h 12 #define CTRON_ETHERCMD2(OP, SUB) {OP, SUB}
  /src/external/bsd/openldap/dist/tests/scripts/
test065-proxyauthz 149 $LDAPSEARCH -S "" -b "dc=example,dc=com" -s SUB -H $URI2 \
175 $LDAPSEARCH -S "" -b "dc=example,dc=com" -s SUB -H $URI2 \
198 $LDAPSEARCH -S "" -b "dc=example,dc=com" -s SUB -H $URI2 \
218 $LDAPSEARCH -S "" -b "dc=example,dc=com" -s SUB -H $URI2 \
  /src/sys/arch/amiga/dev/
kbdmap.h 58 #define SUB 26
  /src/sys/arch/atari/dev/
kbdmap.h 62 #define SUB 26
  /src/sys/arch/x68k/include/
kbdmap.h 32 #define SUB 26
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 29 #define SUB 26
  /src/usr.bin/menuc/
parse.y 55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
152 | NO SUB MENU { cur_menu->info->mopt &= ~MC_SUBMENU; }
153 | SUB MENU { cur_menu->info->mopt |= MC_SUBMENU; }
187 yyerror ("Double sub/next menu definition");
192 | SUB MENU NAME
195 yyerror ("Double sub/next menu definition");
scan.l 75 sub { return SUB; }
  /src/external/gpl2/groff/dist/src/preproc/eqn/
eqn.y 45 %token SUB
111 %right SUB SUP
186 | simple SUB nonsup
188 | simple SUB simple SUP script
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 167 SUB = 368, /* SUB */
292 #define SUB 368
rx-parse.h 209 SUB = 410, /* SUB */
378 #define SUB 410
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 167 SUB = 368, /* SUB */
292 #define SUB 368
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCISelDAGToDAG.cpp 91 if (Addr.getOpcode() != ISD::ADD && Addr.getOpcode() != ISD::SUB &&
107 if (Addr.getOpcode() == ISD::SUB)
136 if (Addr.getOpcode() == ISD::SUB)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 222 /// add X, <-1, -1...> --> sub X, <1, 1...>
256 ISD::SUB, DL, VT, {CurDAG->getConstant(0, DL, VT), C});
258 SDValue NewNode = CurDAG->getNode(ISD::SUB, DL, VT, X, NegC);
  /src/external/bsd/byacc/dist/test/
btyacc_demo.y 24 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF };
175 | expr '-' expr($e) { $$ = build_expr($1, SUB, $3); }

Completed in 55 milliseconds

1 2 3 4 5 6