Searched refs:findVSXextOpCode (Results 1 – 1 of 1) sorted by relevance
18805 static Int findVSXextOpCode(UInt opcode) in findVSXextOpCode() function18837 if (( ret = findVSXextOpCode(opc2_full & XX2_MASK)) >= 0) in get_VSX60_opc2()18839 else if (( ret = findVSXextOpCode(opc2_full & XX3_1_MASK)) >= 0) in get_VSX60_opc2()18841 else if (( ret = findVSXextOpCode(opc2_full & XX3_2_MASK)) >= 0) in get_VSX60_opc2()18843 else if (( ret = findVSXextOpCode(opc2_full & XX3_3_MASK)) >= 0) in get_VSX60_opc2()18845 else if (( ret = findVSXextOpCode(opc2_full & XX4_MASK)) >= 0) in get_VSX60_opc2()