Searched refs:POS_C (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 48 #define POS_C (POS_A + SIZE_A) macro 49 #define POS_B (POS_C + SIZE_C) 50 #define POS_Bx POS_C 103 #define GETARG_C(i) getarg(i, POS_C, SIZE_C) 104 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C) 119 | (cast(Instruction, c)<<POS_C))
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 52 #define POS_C (POS_B + SIZE_B) macro 132 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) 134 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C) 159 | (cast(Instruction, c)<<POS_C) \
|