Searched refs:opmode (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lopcodes.c | 20 opmode(0, 0, 0, 0, 1, iABC) /* OP_MOVE */ 21 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADI */ 22 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADF */ 23 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADK */ 24 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADKX */ 33 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETI */ 37 ,opmode(0, 0, 0, 0, 0, iABC) /* OP_SETI */ 40 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SELF */ 54 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_ADD */ 76 ,opmode(0, 0, 0, 0, 0, isJ) /* OP_JMP */ [all …]
|
A D | lopcodes.h | 385 #define opmode(mm,ot,it,t,a,m) \ macro
|
Completed in 4 milliseconds