Sign in
llvm
/
llvm-project
/
llvm
/
07a8fa5470ed598398babc7897ca0a96df3d6a9a
/
.
/
test
/
CodeGen
/
Mips
/
frem.ll
blob: be222b2d9172a0d074ab707f82917ea93563f037 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=mipsel
define
float
@fmods
(
float
%x
,
float
%y
)
{
entry
:
%r
=
frem
float
%x
,
%y
ret
float
%r
}
define
double
@fmodd
(
double
%x
,
double
%y
)
{
entry
:
%r
=
frem
double
%x
,
%y
ret
double
%r
}