Searched refs:extendType (Results 1 – 1 of 1) sorted by relevance
1905 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle8bpcGatherd16() local1919 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP)) in Shuffle8bpcGatherd16()2036 …else if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP… in Shuffle8bpcGatherd16()2149 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle8bpcGatherd() local2179 if ((extendType == Instruction::CastOps::SExt) || in Shuffle8bpcGatherd()2180 (extendType == Instruction::CastOps::SIToFP)) { in Shuffle8bpcGatherd()2198 else if ((extendType == Instruction::CastOps::ZExt) || in Shuffle8bpcGatherd()2199 (extendType == Instruction::CastOps::UIToFP)) { in Shuffle8bpcGatherd()2263 const Instruction::CastOps extendType = std::get<2>(args); in Shuffle16bpcGather16() local2276 …if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP) || … in Shuffle16bpcGather16()[all …]