Home
last modified time | relevance | path

Searched refs:SZ_W (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.h122 #define SZ_W 16 macro
136 #define SZ_WD ((SZ_W << 8) | SZ_D)
137 #define SZ_WV ((SZ_W << 8) | SZ_V)
138 #define SZ_WY ((SZ_W << 8) | SZ_Y)
140 #define SZ_WO ((SZ_W << 8) | SZ_O)
H A Ditab.c3129 #define O_AX { OP_AX, SZ_W }
3134 #define O_CX { OP_CX, SZ_W }
3138 #define O_DX { OP_DX, SZ_W }
3145 #define O_Ew { OP_E, SZ_W }
3156 #define O_Gw { OP_G, SZ_W }
3166 #define O_Iw { OP_I, SZ_W }
3184 #define O_Ms { OP_M, SZ_W }
3187 #define O_Mw { OP_M, SZ_W }
3196 #define O_Ow { OP_O, SZ_W }
3202 #define O_R0w { OP_R0, SZ_W }
[all …]

Completed in 35 milliseconds