Searched refs:OP_MMBINI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 259 OP_MMBINI,/* A sB C k call C metamethod over R[A] and sB */ enumerator
|
H A D | luac.c | 526 case OP_MMBINI: in PrintCode()
|
H A D | lcode.c | 1448 finishbinexpval(fs, e1, e2, op, v2, flip, line, OP_MMBINI, event); in codebini() 1477 finishbinexpval(fs, e1, e2, op, int2sC(-v2), 0, line, OP_MMBINI, event); in finishbinexpneg()
|
H A D | ldebug.c | 614 case OP_MMBIN: case OP_MMBINI: case OP_MMBINK: { in funcnamefromcode()
|
H A D | lvm.c | 819 case OP_MMBIN: case OP_MMBINI: case OP_MMBINK: { in luaV_finishOp() 1526 vmcase(OP_MMBINI) { in luaV_execute()
|