|
static int | addk (FuncState *fs, TValue *key, TValue *v) |
|
static int | boolF (FuncState *fs) |
|
static int | boolT (FuncState *fs) |
|
static int | code_loadbool (FuncState *fs, int A, OpCode op) |
|
static void | codeABRK (FuncState *fs, OpCode o, int a, int b, expdesc *ec) |
|
static void | codearith (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2, int flip, int line) |
|
static void | codebinexpval (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int line) |
|
static void | codebini (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int flip, int line, TMS event) |
|
static void | codebitwise (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2, int line) |
|
static void | codecommutative (FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2, int line) |
|
static void | codeconcat (FuncState *fs, expdesc *e1, expdesc *e2, int line) |
|
static void | codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) |
|
static int | codeextraarg (FuncState *fs, int a) |
|
static void | codenot (FuncState *fs, expdesc *e) |
|
static void | codeorder (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) |
|
static int | codesJ (FuncState *fs, OpCode o, int sj, int k) |
|
static void | codeunexpval (FuncState *fs, OpCode op, expdesc *e, int line) |
|
static int | condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) |
|
static void | const2exp (TValue *v, expdesc *e) |
|
static TValue * | const2val (FuncState *fs, const expdesc *e) |
|
static int | constfolding (FuncState *fs, int op, expdesc *e1, const expdesc *e2) |
|
static void | discharge2anyreg (FuncState *fs, expdesc *e) |
|
static void | discharge2reg (FuncState *fs, expdesc *e, int reg) |
|
static void | exp2reg (FuncState *fs, expdesc *e, int reg) |
|
static int | finaltarget (Instruction *code, int i) |
|
static int | finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2, OpCode op, int line, TMS event) |
|
static void | finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2, OpCode op, int v2, int flip, int line, OpCode mmop, TMS event) |
|
static int | fitsBx (lua_Integer i) |
|
static int | fitsC (lua_Integer i) |
|
static void | fixjump (FuncState *fs, int pc, int dest) |
|
static void | freeexp (FuncState *fs, expdesc *e) |
|
static void | freeexps (FuncState *fs, expdesc *e1, expdesc *e2) |
|
static void | freereg (FuncState *fs, int reg) |
|
static void | freeregs (FuncState *fs, int r1, int r2) |
|
static int | getjump (FuncState *fs, int pc) |
|
static Instruction * | getjumpcontrol (FuncState *fs, int pc) |
|
static int | isCint (expdesc *e) |
|
static int | isKstr (FuncState *fs, expdesc *e) |
|
static int | isSCint (expdesc *e) |
|
static int | isSCnumber (expdesc *e, int *pi, int *isfloat) |
|
static int | jumponcond (FuncState *fs, expdesc *e, int cond) |
|
void | luaK_checkstack (FuncState *fs, int n) |
|
int | luaK_code (FuncState *fs, Instruction i) |
|
int | luaK_codeABCk (FuncState *fs, OpCode o, int a, int b, int c, int k) |
|
int | luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) |
|
int | luaK_codeAsBx (FuncState *fs, OpCode o, int a, int bc) |
|
static int | luaK_codek (FuncState *fs, int reg, int k) |
|
void | luaK_concat (FuncState *fs, int *l1, int l2) |
|
void | luaK_dischargevars (FuncState *fs, expdesc *e) |
|
int | luaK_exp2anyreg (FuncState *fs, expdesc *e) |
|
void | luaK_exp2anyregup (FuncState *fs, expdesc *e) |
|
int | luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) |
|
static int | luaK_exp2K (FuncState *fs, expdesc *e) |
|
void | luaK_exp2nextreg (FuncState *fs, expdesc *e) |
|
int | luaK_exp2RK (FuncState *fs, expdesc *e) |
|
void | luaK_exp2val (FuncState *fs, expdesc *e) |
|
void | luaK_finish (FuncState *fs) |
|
void | luaK_fixline (FuncState *fs, int line) |
|
static void | luaK_float (FuncState *fs, int reg, lua_Number f) |
|
int | luaK_getlabel (FuncState *fs) |
|
void | luaK_goiffalse (FuncState *fs, expdesc *e) |
|
void | luaK_goiftrue (FuncState *fs, expdesc *e) |
|
void | luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) |
|
void | luaK_infix (FuncState *fs, BinOpr op, expdesc *v) |
|
void | luaK_int (FuncState *fs, int reg, lua_Integer i) |
|
static int | luaK_intK (FuncState *fs, lua_Integer n) |
|
int | luaK_isKint (expdesc *e) |
|
int | luaK_jump (FuncState *fs) |
|
void | luaK_nil (FuncState *fs, int from, int n) |
|
static int | luaK_numberK (FuncState *fs, lua_Number r) |
|
void | luaK_patchlist (FuncState *fs, int list, int target) |
|
void | luaK_patchtohere (FuncState *fs, int list) |
|
void | luaK_posfix (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2, int line) |
|
void | luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) |
|
void | luaK_reserveregs (FuncState *fs, int n) |
|
void | luaK_ret (FuncState *fs, int first, int nret) |
|
void | luaK_self (FuncState *fs, expdesc *e, expdesc *key) |
|
l_noret | luaK_semerror (LexState *ls, const char *msg) |
|
void | luaK_setlist (FuncState *fs, int base, int nelems, int tostore) |
|
void | luaK_setoneret (FuncState *fs, expdesc *e) |
|
void | luaK_setreturns (FuncState *fs, expdesc *e, int nresults) |
|
void | luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) |
|
void | luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) |
|
static int | need_value (FuncState *fs, int list) |
|
static void | negatecondition (FuncState *fs, expdesc *e) |
|
static int | nilK (FuncState *fs) |
|
static void | patchlistaux (FuncState *fs, int list, int vtarget, int reg, int dtarget) |
|
static int | patchtestreg (FuncState *fs, int node, int reg) |
|
static Instruction * | previousinstruction (FuncState *fs) |
|
static void | removelastinstruction (FuncState *fs) |
|
static void | removelastlineinfo (FuncState *fs) |
|
static void | removevalues (FuncState *fs, int list) |
|
static void | savelineinfo (FuncState *fs, Proto *f, int line) |
|
static void | str2K (FuncState *fs, expdesc *e) |
|
static int | stringK (FuncState *fs, TString *s) |
|
static void | swapexps (expdesc *e1, expdesc *e2) |
|
static int | tonumeral (const expdesc *e, TValue *v) |
|
static int | validop (int op, TValue *v1, TValue *v2) |
|