Home
last modified time | relevance | path

Searched refs:OP_TEST (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
HDmandocdb.c70 OP_TEST /* change no databases, report potential problems */ enumerator
398 op = OP_TEST; in mandocdb()
436 if (op == OP_UPDATE || op == OP_DELETE || op == OP_TEST) { in mandocdb()
442 if (op != OP_TEST && set_basedir(path_arg, 1) == 0) in mandocdb()
827 if (op == OP_TEST) in filescan()
863 if (op == OP_TEST) { in filescan()
928 if (op == OP_TEST || (start == usefile && *start == '/')) { in filescan()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlopcodes.h205 OP_TEST,/* A C if not (R(A) <=> C) then pc++ */ enumerator
HDlcode.c140 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg()
603 GET_OPCODE(*pc) != OP_TEST); in invertjump()
613 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond); in jumponcond()
HDldebug.c390 case OP_TEST: { in findsetreg()
HDlvm.c758 vmcase(OP_TEST, in luaV_execute()
/freebsd-13-stable/contrib/lua/src/
HDlopcodes.h282 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
HDlcode.c267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()
1091 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1107 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond()
HDluac.c590 case OP_TEST: in PrintCode()
HDlvm.c1599 vmcase(OP_TEST) { in luaV_execute()