Home
last modified time | relevance | path

Searched refs:OP2_IFNOT (Results 1 – 7 of 7) sorted by last modified time

/dports/games/qccx/qccx-1.0.0/
H A Dpr_comp.cpp94 {"<IFNOT>", "IFNOT", OP2_IFNOT, -1, false, &def_float, &def_float, &def_void},
251 else if (pr_optimize_shorten_ifs && (statement->op == OP2_IFNOT)) in PR_Statement()
H A Dpr_comp.h169 OP2_IFNOT, enumerator
/dports/games/frikqcc/frik26src/compiler/
H A Dpr_comp.c96 {"<IFNOT>", OP2_IFNOT, -1, false, &def_float, &def_float, &def_void},
550 else if (pr_optimize_shorten_ifs && (statement->op == OP2_IFNOT)) in PR_Statement()
563 sprev->op = OP2_IFNOT; in PR_Statement()
1161 SimpleStatement(OP2_IFNOT, e->ofs,0,0); in PR_Expression()
H A Dqcc.c634 if (s->op == OP2_IF || s->op == OP2_IFNOT) in PR_PrintStatement()
H A Dpr_comp.h196 OP2_IFNOT, enumerator
/dports/games/frikqcc/frik26src/decompiler/
H A Ddecomp.c1014 } else if (s->op == OP2_IF || s->op == OP2_IFNOT) { in DecompileDecompileStatement()
1019 if (s->op == OP2_IFNOT) in DecompileDecompileStatement()
1078 if (tom == OP2_GOTO || tom == OP2_IF || tom == OP2_IFNOT) in DecompileDecompileStatement()
1486 else if (dom == OP2_IFNOT) in DecompileFunction()
1521 if (tom == OP2_GOTO || tom == OP2_IF || tom == OP2_IFNOT) in DecompileFunction()
1840 if (s->op == OP2_IF || s->op == OP2_IFNOT) in DecompilePrintStatement()
H A Dqcc.h301 OP2_IFNOT, enumerator