Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36868 unsigned IdxN00 = ConstN00Elt->getZExtValue(); in detectPMADDUBSW() local
36873 if (IdxN00 > IdxN10) { in detectPMADDUBSW()
36874 std::swap(IdxN00, IdxN10); in detectPMADDUBSW()
36878 if (IdxN00 != 2 * i || IdxN10 != 2 * i + 1 || in detectPMADDUBSW()
39039 unsigned IdxN00 = ConstN00Elt->getZExtValue(); in matchPMADDWD_2() local
39044 if (IdxN00 > IdxN10) { in matchPMADDWD_2()
39045 std::swap(IdxN00, IdxN10); in matchPMADDWD_2()
39049 if (IdxN00 != 2 * i || IdxN10 != 2 * i + 1 || in matchPMADDWD_2()