Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp839 OpRef vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb,
1138 return vmuxs(MuxBytes, Va, Vb, Results); in packs()
1193 OpRef HvxSelector::vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxs() function in HvxSelector
1210 OpRef L = vmuxs(Bytes.take_front(S), OpRef::lo(Va), OpRef::lo(Vb), Results); in vmuxp()
1211 OpRef H = vmuxs(Bytes.drop_front(S), OpRef::hi(Va), OpRef::hi(Vb), Results); in vmuxp()
1262 return vmuxs(Bytes, L, R, Results); in shuffs2()