Searched refs:findVSXextOpCode (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c18946 static Int findVSXextOpCode(UInt opcode) function
18978 if (( ret = findVSXextOpCode(opc2_full & XX2_MASK)) >= 0)
18980 else if (( ret = findVSXextOpCode(opc2_full & XX3_1_MASK)) >= 0)
18982 else if (( ret = findVSXextOpCode(opc2_full & XX3_2_MASK)) >= 0)
18984 else if (( ret = findVSXextOpCode(opc2_full & XX3_3_MASK)) >= 0)
18986 else if (( ret = findVSXextOpCode(opc2_full & XX4_MASK)) >= 0)

Completed in 140 milliseconds