Home
last modified time | relevance | path

Searched refs:f0 (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/interpreter/mterp/mips64/
Dfbinop2addr.S11 GET_VREG_FLOAT f0, a2 # f0 <- vA
13 $instr # f0 <- f0 op f1
16 SET_VREG_FLOAT f0, a2 # vA <- f0
DfbinopWide2addr.S11 GET_VREG_DOUBLE f0, a2 # f0 <- vA
13 $instr # f0 <- f0 op f1
16 SET_VREG_DOUBLE f0, a2 # vA <- f0
Dfbinop.S12 GET_VREG_FLOAT f0, a2 # f0 <- vBB
14 $instr # f0 <- f0 op f1
17 SET_VREG_FLOAT f0, a4 # vAA <- f0
DfbinopWide.S12 GET_VREG_DOUBLE f0, a2 # f0 <- vBB
14 $instr # f0 <- f0 op f1
17 SET_VREG_DOUBLE f0, a4 # vAA <- f0
Dop_float_to_long.S8 cmp.le.s f1, f1, f0
10 cmp.eq.s f1, f0, f0
17 trunc.l.s f0, f0
18 dmfc1 t0, f0
Dop_double_to_int.S8 cmp.le.d f1, f1, f0
10 cmp.eq.d f1, f0, f0
17 trunc.w.d f0, f0
18 mfc1 t0, f0
Dop_double_to_long.S8 cmp.le.d f1, f1, f0
10 cmp.eq.d f1, f0, f0
17 trunc.l.d f0, f0
18 dmfc1 t0, f0
Dop_float_to_int.S8 cmp.le.s f1, f1, f0
10 cmp.eq.s f1, f0, f0
17 trunc.w.s f0, f0
18 mfc1 t0, f0
Dfcmp.S12 GET_VREG_FLOAT f0, a2 # f0 <- vBB
14 cmp.eq.s f2, f0, f1
18 cmp.lt.s f2, f0, f1
23 cmp.lt.s f2, f1, f0
DfcmpWide.S12 GET_VREG_DOUBLE f0, a2 # f0 <- vBB
14 cmp.eq.d f2, f0, f1
18 cmp.lt.d f2, f0, f1
23 cmp.lt.d f2, f1, f0
Dop_rem_float_2addr.S7 jal fmodf # f0 <- f12 op f13
11 SET_VREG_FLOAT f0, a2 # vA <- f0
Dop_rem_double_2addr.S7 jal fmod # f0 <- f12 op f13
11 SET_VREG_DOUBLE f0, a2 # vA <- f0
Dop_rem_double.S7 jal fmod # f0 <- f12 op f13
11 SET_VREG_DOUBLE f0, a4 # vAA <- f0
Dop_rem_float.S7 jal fmodf # f0 <- f12 op f13
11 SET_VREG_FLOAT f0, a4 # vAA <- f0
Dop_neg_float.S2 neg.s f0, f0
Dop_neg_double.S2 neg.d f0, f0
Dop_int_to_double.S7 cvt.d.w f0, f0
Dop_double_to_float.S7 cvt.s.d f0, f0
Dop_long_to_float.S7 cvt.s.l f0, f0
Dop_float_to_double.S7 cvt.d.s f0, f0
Dop_int_to_float.S7 cvt.s.w f0, f0
Dop_long_to_double.S7 cvt.d.l f0, f0
Dheader.S22 #define f0 $$f0 macro
/art/runtime/interpreter/mterp/mips/
Dfbinop.S16 $instr # f0 = result
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S427 mfc1 $v0, $f0
428 mfhc1 $v1, $f0 # put high half of FP result in v1
839 mfc1 $v0, $f0
840 mfhc1 $v1, $f0
941 mfc1 $v0, $f0
942 mfhc1 $v1, $f0
1679 dmtc1 $v0, $f0 # place return value to FP return value
1788 dmfc1 $a2, $f0
1798 dmtc1 $v0, $f0 # place return value to FP return value
1816 dmtc1 $v0, $f0 # place return value to FP return value

12