Add x86 pack instructions

This commit is contained in:
Andrew Brown
2020-03-25 10:16:07 -07:00
parent 341dc45cea
commit fb6e8f784d
6 changed files with 63 additions and 2 deletions

View File

@@ -2375,6 +2375,7 @@ fn lower_insn_to_regs<C: LowerCtx<I = Inst>>(ctx: &mut C, insn: IRInst) {
| Opcode::X86Pmaxu
| Opcode::X86Pmins
| Opcode::X86Pminu
| Opcode::X86Packss
| Opcode::X86Punpckh
| Opcode::X86Punpckl
| Opcode::X86ElfTlsGetAddr