Searched refs:OP_G (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 75 OP_A, OP_E, OP_M, OP_G, enumerator
|
H A D | decode.c | 756 case OP_G: in decode_operand()
|
H A D | itab.c | 3150 #define O_G { OP_G, SZ_NA } 3152 #define O_Gb { OP_G, SZ_B } 3153 #define O_Gd { OP_G, SZ_D } 3154 #define O_Gq { OP_G, SZ_Q } 3155 #define O_Gv { OP_G, SZ_V } 3156 #define O_Gw { OP_G, SZ_W } 3157 #define O_Gy { OP_G, SZ_Y } 3158 #define O_Gz { OP_G, SZ_Z }
|
Completed in 24 milliseconds