Searched refs:findVSXextOpCode (Results 1 – 1 of 1) sorted by relevance
18946 static Int findVSXextOpCode(UInt opcode) in findVSXextOpCode() function18978 if (( ret = findVSXextOpCode(opc2_full & XX2_MASK)) >= 0) in get_VSX60_opc2()18980 else if (( ret = findVSXextOpCode(opc2_full & XX3_1_MASK)) >= 0) in get_VSX60_opc2()18982 else if (( ret = findVSXextOpCode(opc2_full & XX3_2_MASK)) >= 0) in get_VSX60_opc2()18984 else if (( ret = findVSXextOpCode(opc2_full & XX3_3_MASK)) >= 0) in get_VSX60_opc2()18986 else if (( ret = findVSXextOpCode(opc2_full & XX4_MASK)) >= 0) in get_VSX60_opc2()