Searched refs:GET_OPCODE (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dljumptab.h16 #define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i));
H A Dlopcodes.h114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
118 #define checkopm(i,m) (getOpMode(GET_OPCODE(i)) == m)
379 ((testOTMode(GET_OPCODE(i)) && GETARG_C(i) == 0) || \
380 GET_OPCODE(i) == OP_TAILCALL)
383 #define isIT(i) (testITMode(GET_OPCODE(i)) && GETARG_B(i) == 0)
H A Dlcode.c133 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */
172 lua_assert(GET_OPCODE(*jmp) == OP_JMP);
244 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
260 if (GET_OPCODE(*i) != OP_TESTSET)
888 if (GET_OPCODE(i) != OP_TESTSET) return 1;
1090 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET &&
1091 GET_OPCODE(*pc) != OP_TEST);
1105 if (GET_OPCODE(ie) == OP_NOT) {
1628 if (GET_OPCODE(*ie
[all...]
H A Dldebug.c472 if (testMMMode(GET_OPCODE(p->code[lastpc])))
476 OpCode op = GET_OPCODE(i);
539 OpCode op = GET_OPCODE(i);
607 switch (GET_OPCODE(i)) {
H A Dlvm.c817 OpCode op = GET_OPCODE(inst);
841 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP);
1163 vmdispatch (GET_OPCODE(i)) { function
1471 lua_assert(OP_ADD <= GET_OPCODE(pi) && GET_OPCODE(pi) <= OP_SHR);
1758 lua_assert(GET_OPCODE(i) == OP_TFORCALL && ra == RA(i));
1774 lua_assert(GET_OPCODE(i) == OP_TFORLOOP && ra == RA(i));
H A Dluac.c342 OpCode o=GET_OPCODE(i);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlcode.c40 if (GET_OPCODE(*previous) == OP_LOADNIL) {
109 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
123 if (GET_OPCODE(i) != OP_TESTSET) return 1;
131 if (GET_OPCODE(*i) != OP_TESTSET)
181 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP &&
598 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET &&
599 GET_OPCODE(*pc) != OP_TEST);
607 if (GET_OPCODE(ie) == OP_NOT) {
835 if (e2->k == VRELOCABLE && GET_OPCODE(getcod
[all...]
H A Dlvm.c488 OpCode op = GET_OPCODE(inst);
504 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP);
524 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
552 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i))
553 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
554 #define RKB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgK, \
556 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
617 vmdispatch (GET_OPCODE(i)) { function
627 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_EXTRAARG);
827 lua_assert(GET_OPCODE(*((c
[all...]
H A Dldebug.c359 OpCode op = GET_OPCODE(i);
414 OpCode op = GET_OPCODE(i);
463 switch (GET_OPCODE(i)) {
H A Dlopcodes.h90 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
H A Dldo.c317 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) {
/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_intr.c304 GET_OPCODE(req->cmd_pkt->
446 GET_OPCODE(cmd->res__opcode),
581 GET_OPCODE(cmd->res__opcode), cmd->status);
H A Dtw_cl_misc.c935 GET_OPCODE(cmd9k->res__opcode),
960 GET_OPCODE(cmd7k->generic.sgl_off__opcode),
H A Dtw_cl_fwif.h382 #define GET_OPCODE(sgl_off__opcode) \ macro
H A Dtw_cl_io.c292 if ((opcode = GET_OPCODE(((TW_UINT8 *)
/freebsd-13-stable/sys/dev/tws/
H A Dtws_hdm.h183 #define GET_OPCODE(sgl_off__opcode) \ macro
H A Dtws_user.c143 if ( GET_OPCODE(req->cmd_pkt->cmd.pkt_a.res__opcode) ==
H A Dtws_cam.c961 GET_OPCODE(req->cmd_pkt->cmd.pkt_a.res__opcode) !=
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1664 opcode = GET_OPCODE(cpl);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h331 #define GET_OPCODE(cmd) ((cmd)->ot.opcode) macro

Completed in 210 milliseconds