Home
last modified time | relevance | path

Searched defs:ud_operand (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/opcache/jit/libudis86/
H A Dtypes.h152 struct ud_operand { struct
153 enum ud_type type;
154 uint16_t size;
155 enum ud_type base;
156 enum ud_type index;
157 uint8_t scale;
158 uint8_t offset;
159 union ud_lval lval;
163 uint64_t _legacy; /* this will be removed in 1.8 */
164 uint8_t _oprcode;

Completed in 8 milliseconds