POS_A 46 lib/lua/lopcodes.h #define POS_C (POS_A + SIZE_A) POS_A 84 lib/lua/lopcodes.h #define GETARG_A(i) (cast(int, ((i)>>POS_A) & MASK1(SIZE_A,0))) POS_A 85 lib/lua/lopcodes.h #define SETARG_A(i,u) ((i) = (((i)&MASK0(SIZE_A,POS_A)) | \ POS_A 86 lib/lua/lopcodes.h ((cast(Instruction, u)<<POS_A)&MASK1(SIZE_A,POS_A)))) POS_A 105 lib/lua/lopcodes.h | (cast(Instruction, a)<<POS_A) \ POS_A 110 lib/lua/lopcodes.h | (cast(Instruction, a)<<POS_A) \