Home
last modified time | relevance | path

Searched refs:vsxOpc2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c19286 UInt vsxOpc2 = get_VSX60_opc2(opc2); in disInstr_PPC_WRK() local
19294 switch (vsxOpc2) { in disInstr_PPC_WRK()
19297 if (dis_vx_permute_misc(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19302 if (dis_vx_logic(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19312 if (dis_vxs_misc(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19315 if (dis_vx_cmp(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19332 if (dis_vxs_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19344 if (dis_vxv_dp_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19356 if (dis_vxv_sp_arith(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
19368 if (dis_vx_conv(theInstr, vsxOpc2)) goto decode_success; in disInstr_PPC_WRK()
[all …]