Lines Matching defs:fs
75 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val()
85 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const()
117 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction()
132 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
155 static int getjump (FuncState *fs, int pc) { in getjump()
168 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump()
182 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat()
200 int luaK_jump (FuncState *fs) { in luaK_jump()
208 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret()
223 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { in condjump()
233 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
244 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
260 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg()
278 static void removevalues (FuncState *fs, int list) { in removevalues()
289 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux()
307 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist()
313 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere()
330 static void savelineinfo (FuncState *fs, Proto *f, int line) { in savelineinfo()
354 static void removelastlineinfo (FuncState *fs) { in removelastlineinfo()
373 static void removelastinstruction (FuncState *fs) { in removelastinstruction()
383 int luaK_code (FuncState *fs, Instruction i) { in luaK_code()
398 int luaK_codeABCk (FuncState *fs, OpCode o, int a, int b, int c, int k) { in luaK_codeABCk()
409 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx()
419 static int codeAsBx (FuncState *fs, OpCode o, int a, int bc) { in codeAsBx()
430 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ()
441 static int codeextraarg (FuncState *fs, int a) { in codeextraarg()
452 static int luaK_codek (FuncState *fs, int reg, int k) { in luaK_codek()
467 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
481 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
492 static void freereg (FuncState *fs, int reg) { in freereg()
503 static void freeregs (FuncState *fs, int r1, int r2) { in freeregs()
518 static void freeexp (FuncState *fs, expdesc *e) { in freeexp()
528 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps()
544 static int addk (FuncState *fs, TValue *key, TValue *v) { in addk()
576 static int stringK (FuncState *fs, TString *s) { in stringK()
586 static int luaK_intK (FuncState *fs, lua_Integer n) { in luaK_intK()
603 static int luaK_numberK (FuncState *fs, lua_Number r) { in luaK_numberK()
633 static int boolF (FuncState *fs) { in boolF()
643 static int boolT (FuncState *fs) { in boolT()
653 static int nilK (FuncState *fs) { in nilK()
680 void luaK_int (FuncState *fs, int reg, lua_Integer i) { in luaK_int()
688 static void luaK_float (FuncState *fs, int reg, lua_Number f) { in luaK_float()
729 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
745 static void str2K (FuncState *fs, expdesc *e) { in str2K()
762 void luaK_setoneret (FuncState *fs, expdesc *e) { in luaK_setoneret()
780 void luaK_dischargevars (FuncState *fs, expdesc *e) { in luaK_dischargevars()
834 static void discharge2reg (FuncState *fs, expdesc *e, int reg) { in discharge2reg()
889 static void discharge2anyreg (FuncState *fs, expdesc *e) { in discharge2anyreg()
897 static int code_loadbool (FuncState *fs, int A, OpCode op) { in code_loadbool()
907 static int need_value (FuncState *fs, int list) { in need_value()
923 static void exp2reg (FuncState *fs, expdesc *e, int reg) { in exp2reg()
951 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg()
963 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg()
985 void luaK_exp2anyregup (FuncState *fs, expdesc *e) { in luaK_exp2anyregup()
995 void luaK_exp2val (FuncState *fs, expdesc *e) { in luaK_exp2val()
1007 static int luaK_exp2K (FuncState *fs, expdesc *e) { in luaK_exp2K()
1037 static int exp2RK (FuncState *fs, expdesc *e) { in exp2RK()
1047 static void codeABRK (FuncState *fs, OpCode o, int a, int b, in codeABRK()
1057 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) { in luaK_storevar()
1094 void luaK_self (FuncState *fs, expdesc *e, expdesc *key) { in luaK_self()
1110 static void negatecondition (FuncState *fs, expdesc *e) { in negatecondition()
1124 static int jumponcond (FuncState *fs, expdesc *e, int cond) { in jumponcond()
1142 void luaK_goiftrue (FuncState *fs, expdesc *e) { in luaK_goiftrue()
1169 void luaK_goiffalse (FuncState *fs, expdesc *e) { in luaK_goiffalse()
1195 static void codenot (FuncState *fs, expdesc *e) { in codenot()
1229 static int isKstr (FuncState *fs, expdesc *e) { in isKstr()
1287 void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) { in luaK_indexed()
1344 static int constfolding (FuncState *fs, int op, expdesc *e1, in constfolding()
1399 static void codeunexpval (FuncState *fs, OpCode op, expdesc *e, int line) { in codeunexpval()
1414 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpval()
1432 static void codebinexpval (FuncState *fs, BinOpr opr, in codebinexpval()
1447 static void codebini (FuncState *fs, OpCode op, in codebini()
1459 static void codebinK (FuncState *fs, BinOpr opr, in codebinK()
1471 static int finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2, in finishbinexpneg()
1498 static void codebinNoK (FuncState *fs, BinOpr opr, in codebinNoK()
1510 static void codearith (FuncState *fs, BinOpr opr, in codearith()
1524 static void codecommutative (FuncState *fs, BinOpr op, in codecommutative()
1542 static void codebitwise (FuncState *fs, BinOpr opr, in codebitwise()
1560 static void codeorder (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) { in codeorder()
1592 static void codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) { in codeeq()
1623 void luaK_prefix (FuncState *fs, UnOpr opr, expdesc *e, int line) { in luaK_prefix()
1644 void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { in luaK_infix()
1693 static void codeconcat (FuncState *fs, expdesc *e1, expdesc *e2, int line) { in codeconcat()
1713 void luaK_posfix (FuncState *fs, BinOpr opr, in luaK_posfix()
1794 void luaK_fixline (FuncState *fs, int line) { in luaK_fixline()
1800 void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) { in luaK_settablesize()
1818 void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) { in luaK_setlist()
1854 void luaK_finish (FuncState *fs) { in luaK_finish()