Lines Matching refs:Instruction
36 Instruction *previous; in luaK_nil()
79 Instruction *jmp = &fs->f->code[pc]; in fixjump()
107 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol()
108 Instruction *pi = &fs->f->code[pc]; in getjumpcontrol()
122 Instruction i = *getjumpcontrol(fs, list); in need_value()
130 Instruction *i = getjumpcontrol(fs, node); in patchtestreg()
210 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code()
214 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code()
439 Instruction *pc = &getcode(fs, e); in discharge2reg()
597 Instruction *pc = getjumpcontrol(fs, e->u.info); in invertjump()
606 Instruction ie = getcode(fs, e); in jumponcond()