Lines Matching refs:vsxOpc2
19428 UInt vsxOpc2 = get_VSX60_opc2(opc2); in disInstr_PPC_WRK() local
19436 switch (vsxOpc2) { in disInstr_PPC_WRK()
19439 if (dis_vx_permute_misc(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19444 if (dis_vx_logic(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19454 if (dis_vxs_misc(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19457 if (dis_vx_cmp(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19474 if (dis_vxs_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19486 if (dis_vxv_dp_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19498 if (dis_vxv_sp_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19510 if (dis_vx_conv(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19526 if (dis_vx_conv(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19535 if (dis_vvec_cmp(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19552 if (dis_vxv_misc(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()