OpCode
UINT8 OpCode;
UINT8 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode;
UINT16 OpCode; ///< Type of packets as defined by the MTFTPv6 packet opcodes.
UINT16 OpCode;
UINT8 OpCode;
PXE_OPCODE OpCode;
int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) {
int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */
OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP;
static int constfolding (OpCode op, expdesc *e1, expdesc *e2) {
static void codearith (FuncState *fs, OpCode op,
static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1,
codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line);
codecomp(fs, cast(OpCode, op - OPR_EQ + OP_EQ), 1, e1, e2);
codecomp(fs, cast(OpCode, op - OPR_NE + OP_EQ), 0, e1, e2);
LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
OpCode op = GET_OPCODE(i);
OpCode op = GET_OPCODE(i);
#define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL;
OpCode op = GET_OPCODE(inst);
uint8_t OpCode; /* iba packet type */