Lines Matching refs:gprefix
221 const struct gprefix *gprefix; member
235 struct gprefix { struct
4349 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) }
4481 static const struct gprefix pfx_0f_c7_7 = {
4498 static const struct gprefix pfx_0f_ae_7 = {
4510 static const struct gprefix pfx_0f_6f_0f_7f = {
4518 static const struct gprefix pfx_0f_2b = {
4522 static const struct gprefix pfx_0f_10_0f_11 = {
4526 static const struct gprefix pfx_0f_28_0f_29 = {
4530 static const struct gprefix pfx_0f_e7 = {
4831 static const struct gprefix three_byte_0f_38_f0 = {
4835 static const struct gprefix three_byte_0f_38_f1 = {
5242 case 0x00: opcode = opcode.u.gprefix->pfx_no; break; in x86_decode_insn()
5243 case 0x66: opcode = opcode.u.gprefix->pfx_66; break; in x86_decode_insn()
5244 case 0xf2: opcode = opcode.u.gprefix->pfx_f2; break; in x86_decode_insn()
5245 case 0xf3: opcode = opcode.u.gprefix->pfx_f3; break; in x86_decode_insn()