Searched refs:OP_M (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 | itab.c | 3173 #define O_M { OP_M, SZ_NA } 3174 #define O_Mb { OP_M, SZ_B } 3177 #define O_Md { OP_M, SZ_D } 3180 #define O_Mdq { OP_M, SZ_DQ } 3181 #define O_Mo { OP_M, SZ_O } 3182 #define O_Mq { OP_M, SZ_Q } 3184 #define O_Ms { OP_M, SZ_W } 3185 #define O_Mt { OP_M, SZ_T } 3186 #define O_Mv { OP_M, SZ_V } 3187 #define O_Mw { OP_M, SZ_W }
|
H A D | decode.c | 748 case OP_M: in decode_operand()
|
Completed in 29 milliseconds