Lines Matching defs:fs
80 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val()
90 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const()
122 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction()
137 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
160 static int getjump (FuncState *fs, int pc) { in getjump()
173 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump()
187 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat()
205 int luaK_jump (FuncState *fs) { in luaK_jump()
213 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret()
228 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { in condjump()
238 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
249 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
265 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg()
283 static void removevalues (FuncState *fs, int list) { in removevalues()
294 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux()
312 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist()
318 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere()
335 static void savelineinfo (FuncState *fs, Proto *f, int line) { in savelineinfo()
359 static void removelastlineinfo (FuncState *fs) { in removelastlineinfo()
378 static void removelastinstruction (FuncState *fs) { in removelastinstruction()
388 int luaK_code (FuncState *fs, Instruction i) { in luaK_code()
403 int luaK_codeABCk (FuncState *fs, OpCode o, int a, int b, int c, int k) { in luaK_codeABCk()
414 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx()
424 int luaK_codeAsBx (FuncState *fs, OpCode o, int a, int bc) { in luaK_codeAsBx()
435 static int codesJ (FuncState *fs, OpCode o, int sj, int k) { in codesJ()
446 static int codeextraarg (FuncState *fs, int a) { in codeextraarg()
457 static int luaK_codek (FuncState *fs, int reg, int k) { in luaK_codek()
472 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
486 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
497 static void freereg (FuncState *fs, int reg) { in freereg()
508 static void freeregs (FuncState *fs, int r1, int r2) { in freeregs()
523 static void freeexp (FuncState *fs, expdesc *e) { in freeexp()
533 static void freeexps (FuncState *fs, expdesc *e1, expdesc *e2) { in freeexps()
549 static int addk (FuncState *fs, TValue *key, TValue *v) { in addk()
581 static int stringK (FuncState *fs, TString *s) { in stringK()
591 static int luaK_intK (FuncState *fs, lua_Integer n) { in luaK_intK()
610 static int luaK_numberK (FuncState *fs, lua_Number r) { in luaK_numberK()
634 static int boolF (FuncState *fs) { in boolF()
644 static int boolT (FuncState *fs) { in boolT()
654 static int nilK (FuncState *fs) { in nilK()
681 void luaK_int (FuncState *fs, int reg, lua_Integer i) { in luaK_int()
690 static void luaK_float (FuncState *fs, int reg, lua_Number f) { in luaK_float()
734 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
750 static void str2K (FuncState *fs, expdesc *e) { in str2K()
767 void luaK_setoneret (FuncState *fs, expdesc *e) { in luaK_setoneret()
785 void luaK_dischargevars (FuncState *fs, expdesc *e) { in luaK_dischargevars()
838 static void discharge2reg (FuncState *fs, expdesc *e, int reg) { in discharge2reg()
895 static void discharge2anyreg (FuncState *fs, expdesc *e) { in discharge2anyreg()
903 static int code_loadbool (FuncState *fs, int A, OpCode op) { in code_loadbool()
913 static int need_value (FuncState *fs, int list) { in need_value()
929 static void exp2reg (FuncState *fs, expdesc *e, int reg) { in exp2reg()
957 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg()
969 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg()
991 void luaK_exp2anyregup (FuncState *fs, expdesc *e) { in luaK_exp2anyregup()
1001 void luaK_exp2val (FuncState *fs, expdesc *e) { in luaK_exp2val()
1013 static int luaK_exp2K (FuncState *fs, expdesc *e) { in luaK_exp2K()
1045 int luaK_exp2RK (FuncState *fs, expdesc *e) { in luaK_exp2RK()
1055 static void codeABRK (FuncState *fs, OpCode o, int a, int b, in codeABRK()
1065 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) { in luaK_storevar()
1102 void luaK_self (FuncState *fs, expdesc *e, expdesc *key) { in luaK_self()
1118 static void negatecondition (FuncState *fs, expdesc *e) { in negatecondition()
1132 static int jumponcond (FuncState *fs, expdesc *e, int cond) { in jumponcond()
1150 void luaK_goiftrue (FuncState *fs, expdesc *e) {
1181 void luaK_goiffalse (FuncState *fs, expdesc *e) {
1207 static void codenot (FuncState *fs, expdesc *e) {
1245 static int isKstr (FuncState *fs, expdesc *e) {
1305 void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
1364 static int constfolding (FuncState *fs, int op, expdesc *e1,
1423 static void codeunexpval (FuncState *fs, OpCode op, expdesc *e, int line) {
1438 static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2,
1456 static void codebinexpval (FuncState *fs, BinOpr opr,
1471 static void codebini (FuncState *fs, OpCode op,
1483 static void codebinK (FuncState *fs, BinOpr opr,
1495 static int finishbinexpneg (FuncState *fs, expdesc *e1, expdesc *e2,
1522 static void codebinNoK (FuncState *fs, BinOpr opr,
1534 static void codearith (FuncState *fs, BinOpr opr,
1548 static void codecommutative (FuncState *fs, BinOpr op,
1566 static void codebitwise (FuncState *fs, BinOpr opr,
1584 static void codeorder (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
1616 static void codeeq (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
1647 void luaK_prefix (FuncState *fs, UnOpr opr, expdesc *e, int line) {
1668 void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) {
1722 static void codeconcat (FuncState *fs, expdesc *e1, expdesc *e2, int line) {
1742 void luaK_posfix (FuncState *fs, BinOpr opr,
1827 void luaK_fixline (FuncState *fs, int line) {
1833 void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) {
1851 void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) {
1887 void luaK_finish (FuncState *fs) {