mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-23 03:31:05 +00:00
radeon/llvm: Match int_AMDGPU_floor for SI.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
6d3a1a5361
commit
39fb7faf95
@ -530,7 +530,9 @@ defm V_CEIL_F32 : VOP1_32 <0x00000022, "V_CEIL_F32", []>;
|
||||
defm V_RNDNE_F32 : VOP1_32 <0x00000023, "V_RNDNE_F32",
|
||||
[(set VReg_32:$dst, (frint AllReg_32:$src0))]
|
||||
>;
|
||||
defm V_FLOOR_F32 : VOP1_32 <0x00000024, "V_FLOOR_F32", []>;
|
||||
defm V_FLOOR_F32 : VOP1_32 <0x00000024, "V_FLOOR_F32",
|
||||
[(set VReg_32:$dst, (int_AMDGPU_floor AllReg_32:$src0))]
|
||||
>;
|
||||
defm V_EXP_F32 : VOP1_32 <0x00000025, "V_EXP_F32",
|
||||
[(set VReg_32:$dst, (fexp2 AllReg_32:$src0))]
|
||||
>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user