File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
GenXIntrinsics/include/llvm/GenXIntrinsics Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1786
1786
"attributes" : "NoMem"
1787
1787
},
1788
1788
1789
+ ### bf_cvt
1790
+ ### ^^^^^^
1791
+ ###
1792
+ ### ``llvm.genx.bf.cvt.<return type>.<any float>`` : bf_cvt instruction
1793
+ ### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1794
+ ### * ``llvm.genx.bf.cvt`` :
1795
+ ###
1796
+ ### * arg0: first input, any scalar/vector bf/float type (overloaded)
1797
+ ###
1798
+ ### * Return value: result, must be float if arg0 is half, or half if arg0 is float.
1799
+ ###
1800
+ "bf_cvt" : { "result" : "anyfloat" ,
1801
+ "arguments" : ["anyfloat" ],
1802
+ "attributes" : "NoMem"
1803
+ },
1804
+
1789
1805
### xor
1790
1806
### ^^^
1791
1807
### Intrinsic not needed; use LLVM IR Xor instruction
You can’t perform that action at this time.
0 commit comments