Home
last modified time | relevance | path

Searched refs:OP_SUB (Results 26 – 50 of 55) sorted by relevance

123

/freebsd/contrib/byacc/test/btyacc/
H A Dquote_calc2.tab.h6 #define OP_SUB 259 macro
H A Dquote_calc2-s.output565 4 259 OP_SUB
H A Dquote_calc2.output565 4 259 OP_SUB
H A Dquote_calc4.output565 4 259 OP_SUB
H A Dquote_calc4-s.output565 4 259 OP_SUB
H A Dquote_calc-s.tab.c170 #define OP_SUB 259 macro
H A Dquote_calc.tab.c171 #define OP_SUB 259 macro
H A Dquote_calc2-s.tab.c170 #define OP_SUB 259 macro
H A Dquote_calc2.tab.c171 #define OP_SUB 259 macro
/freebsd/contrib/byacc/test/
H A Dquote_calc2.y16 %token OP_SUB "SUB"
H A Dquote_calc4.y16 %token OP_SUB "SUB-operator"
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
H A Dlvm.c489 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
680 vmcase(OP_SUB, in luaV_execute()
H A Dldebug.c479 case OP_SUB: tm = TM_SUB; break; in getfuncname()
/freebsd/contrib/lua/src/
H A Dlopcodes.h245 OP_SUB,/* A B C R[A] := R[B] - R[C] */ enumerator
H A Dluac.c489 case OP_SUB: in PrintCode()
/freebsd/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.c150 #define OP_SUB 259 macro
H A Dquote_calc.tab.c151 #define OP_SUB 259 macro
H A Dquote_calc2-s.tab.c150 #define OP_SUB 259 macro
H A Dquote_calc2.tab.c151 #define OP_SUB 259 macro
H A Dquote_calc3-s.tab.c150 #define OP_SUB 259 macro
H A Dquote_calc3.tab.c150 #define OP_SUB 259 macro
H A Dquote_calc4-s.tab.c150 #define OP_SUB 259 macro
H A Dquote_calc4.tab.c150 #define OP_SUB 259 macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td22 def OP_SUB : Op<(op "-", $p0, $p1)>;
339 "csilfUcUsUiUlQcQsQiQlQfQUcQUsQUiQUl", OP_SUB>;
764 def SUB : IOpInst<"vsub", "...", "dQd", OP_SUB>;
1702 def VSUBH : SOpInst<"vsub", "...", "hQh", OP_SUB>;

123