Searched refs:ProcessUNPCKPS (Results 1 – 1 of 1) sorted by relevance
223 auto ProcessUNPCKPS = [&](unsigned NewOpc) -> bool { in processInstruction() local400 return ProcessUNPCKPS(X86::PUNPCKLDQrr); in processInstruction()402 return ProcessUNPCKPS(X86::VPUNPCKLDQrr); in processInstruction()404 return ProcessUNPCKPS(X86::VPUNPCKLDQYrr); in processInstruction()406 return ProcessUNPCKPS(X86::VPUNPCKLDQZ128rr); in processInstruction()408 return ProcessUNPCKPS(X86::VPUNPCKLDQZ256rr); in processInstruction()410 return ProcessUNPCKPS(X86::VPUNPCKLDQZrr); in processInstruction()412 return ProcessUNPCKPS(X86::VPUNPCKLDQZ128rrk); in processInstruction()414 return ProcessUNPCKPS(X86::VPUNPCKLDQZ256rrk); in processInstruction()416 return ProcessUNPCKPS(X86::VPUNPCKLDQZrrk); in processInstruction()[all …]