Searched refs:isVSTfixed (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ | ||
H A D | ARMISelDAGToDAG.cpp | 1733 static bool isVSTfixed(unsigned Opc) function 1759 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) 2035 else if (NumVecs > 2 && !isVSTfixed(Opc)) |
Completed in 293 milliseconds