Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Use V6_vmpyih for halfword multiplication | Krzysztof Parzyszek | 2018-02-05 | 1 | -4/+2 |
| | | | | | | | Unlike V6_vmpyhv, it produces the result in the exact form that is expected without the need for a shuffle. llvm-svn: 324241 | ||||
* | [Hexagon] Generate HVX code for basic arithmetic operations | Krzysztof Parzyszek | 2017-12-07 | 1 | -0/+278 |
Handle and, or, xor, add, sub, mul for vectors of i8, i16, and i32. llvm-svn: 320063 |