mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
R600/SI: Add pattern for fceil.
9 more little piglits with radeonsi. NOTE: This is a candidate for the Mesa stable branch. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 175885
This commit is contained in:
parent
a686678676
commit
a4a3540cbb
@ -567,7 +567,9 @@ defm V_FRACT_F32 : VOP1_32 <0x00000020, "V_FRACT_F32",
|
||||
[(set VReg_32:$dst, (AMDGPUfract VSrc_32:$src0))]
|
||||
>;
|
||||
defm V_TRUNC_F32 : VOP1_32 <0x00000021, "V_TRUNC_F32", []>;
|
||||
defm V_CEIL_F32 : VOP1_32 <0x00000022, "V_CEIL_F32", []>;
|
||||
defm V_CEIL_F32 : VOP1_32 <0x00000022, "V_CEIL_F32",
|
||||
[(set VReg_32:$dst, (fceil VSrc_32:$src0))]
|
||||
>;
|
||||
defm V_RNDNE_F32 : VOP1_32 <0x00000023, "V_RNDNE_F32",
|
||||
[(set VReg_32:$dst, (frint VSrc_32:$src0))]
|
||||
>;
|
||||
|
Loading…
Reference in New Issue
Block a user