Home | History | Annotate | Download | only in priv

Lines Matching refs:opc_aux

1229 static const HChar* nameGrp1 ( Int opc_aux )
1233 if (opc_aux < 0 || opc_aux > 7) vpanic("nameGrp1(x86)");
1234 return grp1_names[opc_aux];
1237 static const HChar* nameGrp2 ( Int opc_aux )
1241 if (opc_aux < 0 || opc_aux > 7) vpanic("nameGrp2(x86)");
1242 return grp2_names[opc_aux];
1245 static const HChar* nameGrp4 ( Int opc_aux )
1249 if (opc_aux < 0 || opc_aux > 1) vpanic("nameGrp4(x86)");
1250 return grp4_names[opc_aux];
1253 static const HChar* nameGrp5 ( Int opc_aux )
1257 if (opc_aux < 0 || opc_aux > 6) vpanic("nameGrp5(x86)");
1258 return grp5_names[opc_aux];
1261 static const HChar* nameGrp8 ( Int opc_aux )
1265 if (opc_aux < 4 || opc_aux > 7) vpanic("nameGrp8(x86)");
1266 return grp8_names[opc_aux];
3926 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
4181 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
4627 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
4788 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
4958 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
5149 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
5313 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));
5425 vex_printf("unhandled opc_aux = 0x%2x\n", gregOfRM(modrm));