Home
last modified time | relevance | path

Searched refs:OP_LAND (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompExpr.c88 #define OP_LAND 16 macro
513 case OP_LAND:
642 ((opIndex==OP_LAND)? TCL_FALSE_JUMP : TCL_TRUE_JUMP),
661 TclEmitOpcode(((opIndex==OP_LAND)? INST_LAND : INST_LOR), envPtr);
/dports/lang/librep/librep_0.92.7/src/
H A Dbytecodes.h138 #define OP_LAND 0x5f /* push (logand pop[1] pop[2]) */ macro
H A Dlispmach.h366 &&TAG(OP_LNOT), &&TAG(OP_NOT), &&TAG(OP_LOR), &&TAG(OP_LAND), \
1318 BEGIN_INSN (OP_LAND) in vm()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcomminvar.c726 astNewCond = mk_binop(OP_LAND, astCond, ast, DT_LOG); in mk_count_test()
860 if (A_TYPEG(astTarg) != A_BINOP || A_OPTYPEG(astTarg) != OP_LAND) in remove_cond()
875 astNew = mk_binop(OP_LAND, astNewl, astNewr, DT_LOG); in remove_cond()
H A Dsemant2.c2378 common_rel(top, OP_LAND, 0); in semant2()
2556 if (opc == OP_LAND || opc == OP_LOR) { in common_rel()
H A Dlowerexp.c1594 case OP_LAND: in add_lnop()
4527 case OP_LAND: in lower_ast()
5582 case OP_LAND: in lower_logical()
H A Dsemutil.c4637 if (opl == OP_LAND || opl == OP_LOR) in chkopnds()
4638 opl = (opl == OP_LAND) ? OP_AND : OP_OR; in chkopnds()
5013 else if (opc1 == OP_LAND) in binop()
5078 } else if (opc1 == OP_LAND) { in binop()
H A Dsemsmp.c2948 opc = OP_LAND; in semsmp()
5917 case OP_LAND: in add_reduction_pragmas()
6863 case OP_LAND: in _is_atomic_update_binop()
7349 case OP_LAND: in do_reduction()
7994 case OP_LAND: in get_atomic_rmw_op()
/dports/java/jikes/jikes-1.22/src/
H A Dop.h155 OP_LAND = 0x7f, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpcode.cpp86 OP_LAND = 35, ///< logical ands top two items on stack and replaces with result enumerator
757 case OP_LAND: // logical ands top two items on stack and replaces with result in Interpret()
775 case OP_LAND: tmp = (tmp && tmp2); break; in Interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpcode.cpp87 OP_LAND = 35, ///< logical ands top two items on stack and replaces with result enumerator
776 case OP_LAND: // logical ands top two items on stack and replaces with result in Interpret()
794 case OP_LAND: tmp = (tmp && tmp2); break; in Interpret()
/dports/japanese/canna-lib/Canna37p3/lib/RKC/
H A DconfP.h83 OP_LAND, enumerator
/dports/japanese/canna-server/Canna37p3/lib/RKC/
H A DconfP.h83 OP_LAND, enumerator
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2Parser.hpp140 OP_LAND = 10, enumerator
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2Parser.hpp140 OP_LAND = 10, enumerator
/dports/editors/hexer/hexer-1.0.3/
H A Dcalc.c124 OP_LAND, OP_LOR, enumerator
752 case OP_LAND: /* logical AND */ in calc_operation()
1168 x.u.bo = OP_LAND; in calc_scan()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-native-types.c47 #define OP_PT_AND OP_LAND
/dports/cad/yosys/yosys-yosys-0.12/frontends/verilog/
H A Dverilog_lexer.l523 "&&" { return OP_LAND; }
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h61 #define OP_LAND 19 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h71 #define OP_LAND 18 macro
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2Parser.cpp1106 if (sTMP == NULL || eArOp != OP_LAND) in LogicalAndExpr()
1582 static eCTPP2ArOp oArOpTable[] = { OP_LAND, OP_LOR, OP_LAND, OP_LOR, OP_UNDEF }; in IsLogicalOp()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2Parser.cpp1106 if (sTMP == NULL || eArOp != OP_LAND) in LogicalAndExpr()
1582 static eCTPP2ArOp oArOpTable[] = { OP_LAND, OP_LOR, OP_LAND, OP_LOR, OP_UNDEF }; in IsLogicalOp()
/dports/games/evq3/evq3/code/renderer/
H A Dtr_shader.c186 {"&&", OP_LAND},
319 case OP_LAND: in IsOperator()
348 case OP_LAND: in GetOpPrecedence()
H A Dtr_shade_calc.c354 case OP_LAND: in RB_EvalExpression()
H A Dtr_local.h388 OP_LAND, enumerator

12