Searched refs:P_REXW (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/opcache/jit/libudis86/ | ||
H A D | decode.h | 51 #define P_REXW(n) ( ( n >> 5 ) & 1 ) macro |
H A D | decode.c | 43 #define REX_PFX_MASK(n) ( ( P_REXW(n) << 3 ) | \ |
Completed in 7 milliseconds