Searched refs:ProcessUNPCKPS (Results 1 – 1 of 1) sorted by relevance
241 auto ProcessUNPCKPS = [&](unsigned NewOpc) -> bool { in processInstruction() local471 return ProcessUNPCKPS(X86::PUNPCKLDQrr); in processInstruction()473 return ProcessUNPCKPS(X86::VPUNPCKLDQrr); in processInstruction()475 return ProcessUNPCKPS(X86::VPUNPCKLDQYrr); in processInstruction()477 return ProcessUNPCKPS(X86::VPUNPCKLDQZ128rr); in processInstruction()479 return ProcessUNPCKPS(X86::VPUNPCKLDQZ256rr); in processInstruction()481 return ProcessUNPCKPS(X86::VPUNPCKLDQZrr); in processInstruction()483 return ProcessUNPCKPS(X86::VPUNPCKLDQZ128rrk); in processInstruction()485 return ProcessUNPCKPS(X86::VPUNPCKLDQZ256rrk); in processInstruction()487 return ProcessUNPCKPS(X86::VPUNPCKLDQZrrk); in processInstruction()[all …]