Searched refs:OP_E (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 | 753 case OP_E: in decode_operand()
|
H A D | itab.c | 3139 #define O_E { OP_E, SZ_NA } 3141 #define O_Eb { OP_E, SZ_B } 3142 #define O_Ed { OP_E, SZ_D } 3143 #define O_Eq { OP_E, SZ_Q } 3144 #define O_Ev { OP_E, SZ_V } 3145 #define O_Ew { OP_E, SZ_W } 3146 #define O_Ey { OP_E, SZ_Y } 3147 #define O_Ez { OP_E, SZ_Z }
|
Completed in 20 milliseconds