Searched refs:O_NONE (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/udis86/
H A Ditab.c563 /* 00 */ { UD_Igrp_reg, O_NONE, O_NONE, O_NONE, ITAB__0F__OP_00__REG },
564 /* 01 */ { UD_Igrp_reg, O_NONE, O_NONE, O_NONE, ITAB__0F__OP_01__REG },
565 /* 02 */ { UD_Ilar, O_Gv, O_Ew, O_NONE, P_aso|P_oso|P_rexw|P_rexr|P_rexx|P_rexb },
566 /* 03 */ { UD_Ilsl, O_Gv, O_Ew, O_NONE, P_aso|P_oso|P_rexw|P_rexr|P_rexx|P_rexb },
567 /* 04 */ { UD_Iinvalid, O_NONE, O_NONE, O_NON
[all...]
H A Ddecode.c21 static struct ud_itab_entry ie_invalid = { UD_Iinvalid, O_NONE, O_NONE, O_NONE, P_none };
22 static struct ud_itab_entry ie_pause = { UD_Ipause, O_NONE, O_NONE, O_NONE, P_none };
23 static struct ud_itab_entry ie_nop = { UD_Inop, O_NONE, O_NONE, O_NONE, P_none };
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Ddecode.h164 #define O_NONE { OP_NONE, SZ_NA } macro

Completed in 54 milliseconds