Searched refs:OP_R0 (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 78 OP_R0, OP_R1, OP_R2, OP_R3, enumerator
|
H A D | decode.c | 803 case OP_R0: in decode_operand() 812 (REX_B(u->_rex) << 3) | (type - OP_R0), size); in decode_operand()
|
H A D | itab.c | 3200 #define O_R0b { OP_R0, SZ_B } 3201 #define O_R0v { OP_R0, SZ_V } 3202 #define O_R0w { OP_R0, SZ_W } 3203 #define O_R0y { OP_R0, SZ_Y } 3204 #define O_R0z { OP_R0, SZ_Z }
|
Completed in 38 milliseconds