search for: vxaddpsrm

Displaying 1 result from an estimated 1 matches for "vxaddpsrm".

Did you mean: vhaddpsrm
2011 Oct 07
0
[LLVMdev] AVX Naming
...because it's so easy to miss the trailing suffix on a quick scan. I find that same trouble reading dumps with the current AVX names. Before regalloc it is harder to determine the vector length of an instruction at a glance. To overcome that, I started using a naming convention of: VxADDSSrm VxADDPSrm VyADDPSrm What do people think? I realize it's "only" naming but when scannig debug dumps I've found it really helpful to quicky determine how something was vectorized. From a performance debugging standpoint, vector length is often an indication of problems or missed opportuni...