| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 72 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() 225 int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { in luaK_codeABC() 234 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() 393 OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */ in luaK_dischargevars() 569 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar() 711 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding() 727 static void codearith (FuncState *fs, OpCode op, in codearith() 749 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp() 849 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix() 853 codecomp(fs, cast(OpCode, op - OPR_EQ + OP_EQ), 1, e1, e2); in luaK_posfix() [all …]
|
| H A D | lcode.h | 48 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 49 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
|
| H A D | lopcodes.h | 90 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 226 } OpCode; typedef
|
| H A D | ldebug.c | 360 OpCode op = GET_OPCODE(i); in findsetreg() 415 OpCode op = GET_OPCODE(i); in getobjname()
|
| H A D | lvm.c | 488 OpCode op = GET_OPCODE(inst); in luaV_finishOp()
|
| H A D | lparser.c | 1133 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.h | 45 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 46 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
|
| H A D | lopcodes.h | 80 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 208 } OpCode; typedef
|
| H A D | lcode.c | 74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() 627 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding() 653 static void codearith (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) { in codearith() 673 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp() 804 int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { in luaK_codeABC() 812 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx()
|
| H A D | print.c | 81 OpCode o=GET_OPCODE(i); in PrintCode()
|
| H A D | ldebug.c | 324 OpCode op = GET_OPCODE(i); in symbexec() 456 OpCode op1 = GET_OPCODE(pt->code[pc + j]); in symbexec()
|
| H A D | lparser.c | 322 OpCode o = (func->upvalues[i].k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in pushclosure()
|
| /f-stack/freebsd/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 875 PXE_OPCODE OpCode; member
|
| H A D | UefiInternalFormRepresentation.h | 801 UINT8 OpCode; member
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | MdePkg.dec | 207 # Script Opcodes. These OpCode will be restored by S3
|