OP_CALL
case OP_CALL:
[OP_CALL] = "call",
case OP_CALL:
if (opcode == OP_CALL || opcode == OP_ENTRY)
case OP_CALL:
if (insn->opcode == OP_CALL &&
case OP_CALL:
struct instruction *insn = alloc_typed_instruction(OP_CALL, expr->ctype);
[OP_CALL] = "call",
case OP_CALL: {
case OP_CALL:
case OP_CALL:
case OP_CALL:
case OP_CALL:
case OP_CALL:
case OP_CALL:
init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
case OP_CALL: {
vmcase(OP_CALL,
lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL);