Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
1d3488bfc3c20e63cd5e2d7b89b6c1c24a1041c9
/
.
/
runtime
/
interpreter
/
mterp
/
mips64
/
op_float_to_int.S
blob: 28069739354ed53a55aa070b6c840ab28ef7e7ac [
file
] [
log
] [
blame
]
%include
"mips64/fcvtHeader.S"
{
"suffix"
:
"_FLOAT"
,
"valreg"
:
"f0"
}
trunc.w.s f0
,
f0
%include
"mips64/fcvtFooter.S"
{
"suffix"
:
"_FLOAT"
,
"valreg"
:
"f0"
}