Lines Matching refs:fr0
13 .macro test_ftoi_ex op, r0, fr0, v, c, r, sr
16 movfp \fr0, \v
17 \op \r0, \fr0, \c
30 .macro test_ftoi op, r0, fr0, v, c, r, sr
33 test_ftoi_ex \op, \r0, \fr0, \v, \c, \r, \sr
36 test_ftoi_ex \op, \r0, \fr0, \v, \c, \r, \sr
40 .macro test_itof_ex op, fr0, ar0, v, c, r, sr
44 \op \fr0, \ar0, \c
46 rfr a2, \fr0
59 .macro test_itof_rm op, fr0, ar0, v, c, rm, r, sr
62 test_itof_ex \op, \fr0, \ar0, \v, \c, \r, \sr
65 test_itof_ex \op, \fr0, \ar0, \v, \c, \r, \sr
68 .macro test_itof op, fr0, ar0, v, c, r0, r1, r2, r3, sr
69 test_itof_rm \op, \fr0, \ar0, \v, \c, 0, \r0, \sr
70 test_itof_rm \op, \fr0, \ar0, \v, \c, 1, \r1, \sr
71 test_itof_rm \op, \fr0, \ar0, \v, \c, 2, \r2, \sr
72 test_itof_rm \op, \fr0, \ar0, \v, \c, 3, \r3, \sr