Displaying 3 results from an estimated 3 matches for "p0v4c32".
2019 Aug 29
2
Complex proposal v2
...nsidered a single logical entity and thus the mask bits correspond
to the complex value as a whole, not the individual real and imaginary
parts:
llvm.masked.load.* - Overloaded intrinsic to load complex under mask
(not all variants shown)
declare v4c32 @llvm.masked.load.v4c32.p0v4c32(<4 x c32>* %ptr,
i32 %alignment,
<4 x i1> %mask,
<4 x c32> %passthrough)
declare v8c32 @llvm.masked.load.v8c64.p0v8c64(<8 x c64>* %ptr,...
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
...complex types are considered a
single logical entity and thus the mask bits correspond to the complex value as
a whole, not the individual real and imaginary parts:
llvm.masked.load.* - Overloaded intrinsic to load complex under mask
(not all variants shown)
declare v4c32 @llvm.masked.load.v4c32.p0v4c32(<4 x c32>* %ptr,
i32 %alignment,
<4 x i1> %mask,
<4 x c32> %passthrough)
declare v8c32 @llvm.masked.load.v8c64.p0v8c64(<8 x c64>* %ptr,...
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
...single logical entity and thus the mask bits correspond to the complex value as
> a whole, not the individual real and imaginary parts:
>
> llvm.masked.load.* - Overloaded intrinsic to load complex under mask
> (not all variants shown)
>
> declare v4c32 @llvm.masked.load.v4c32.p0v4c32(<4 x c32>* %ptr,
> i32 %alignment,
> <4 x i1> %mask,
> <4 x c32> %passthrough)
>
> declare v8c32 @llvm.masked.load.v8c64.p0v8c...