Searched defs:GET_OPCODE (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dlopcodes.h89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) macro
H A Dlvm.c556 vmdispatch (GET_OPCODE(i)) { function
[all...]

Completed in 118 milliseconds