Searched refs:vsxOpc2 (Results 1 – 1 of 1) sorted by relevance
19428 UInt vsxOpc2 = get_VSX60_opc2(opc2); in disInstr_PPC_WRK() local19436 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()[all …]