Searched refs:SZ_Y (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 118 #define SZ_Y 3 macro 138 #define SZ_WY ((SZ_W << 8) | SZ_Y) 139 #define SZ_DY ((SZ_D << 8) | SZ_Y)
|
H A D | itab.c | 3146 #define O_Ey { OP_E, SZ_Y } 3157 #define O_Gy { OP_G, SZ_Y } 3203 #define O_R0y { OP_R0, SZ_Y } 3208 #define O_R1y { OP_R1, SZ_Y } 3213 #define O_R2y { OP_R2, SZ_Y } 3218 #define O_R3y { OP_R3, SZ_Y } 3223 #define O_R4y { OP_R4, SZ_Y } 3228 #define O_R5y { OP_R5, SZ_Y } 3233 #define O_R6y { OP_R6, SZ_Y } 3238 #define O_R7y { OP_R7, SZ_Y }
|
H A D | decode.c | 331 case SZ_Y: in resolve_operand_size()
|
Completed in 25 milliseconds