gprefix
const struct gprefix *gprefix;
#define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) }
static const struct gprefix pfx_0f_c7_7 = {
static const struct gprefix pfx_0f_ae_7 = {
static const struct gprefix pfx_0f_6f_0f_7f = {
static const struct gprefix pfx_0f_2b = {
static const struct gprefix pfx_0f_10_0f_11 = {
static const struct gprefix pfx_0f_28_0f_29 = {
static const struct gprefix pfx_0f_e7_0f_38_2a = {
static const struct gprefix three_byte_0f_38_f0 = {
static const struct gprefix three_byte_0f_38_f1 = {
case 0x00: opcode = opcode.u.gprefix->pfx_no; break;
case 0x66: opcode = opcode.u.gprefix->pfx_66; break;
case 0xf2: opcode = opcode.u.gprefix->pfx_f2; break;
case 0xf3: opcode = opcode.u.gprefix->pfx_f3; break;