This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Power10] Add Vector Multiply/Mod/Divide Instruction Definitions and MC Tests
ClosedPublic

Authored by amyk on Jun 30 2020, 8:49 PM.

Details

Summary

This patch adds the td definitions and asm/disasm tests for the following instructions:

vmulld 
vmodsw  
vmoduw 
vmodsd 
vmodud  
vdivsw  
vdivuw  
vdivsd  
vdivud  

vmulhsw  
vmulhuw  
vmulhsd 
vmulhud  

vdivesw  
vdiveuw  
vdivesd  
vdiveud

Diff Detail