Searched refs:SZ_B (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 121 #define SZ_B 8 macro 134 #define SZ_BD ((SZ_B << 8) | SZ_D) 135 #define SZ_BV ((SZ_B << 8) | SZ_V)
|
H A D | itab.c | 3128 #define O_AL { OP_AL, SZ_B } 3132 #define O_CL { OP_CL, SZ_B } 3136 #define O_DL { OP_DL, SZ_B } 3141 #define O_Eb { OP_E, SZ_B } 3152 #define O_Gb { OP_G, SZ_B } 3164 #define O_Ib { OP_I, SZ_B } 3168 #define O_Jb { OP_J, SZ_B } 3174 #define O_Mb { OP_M, SZ_B } 3194 #define O_Ob { OP_O, SZ_B } 3200 #define O_R0b { OP_R0, SZ_B } [all …]
|
Completed in 33 milliseconds