Home
last modified time | relevance | path

Searched refs:FSR_I (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_conv.S92 test_ftoi round.s, a2, f0, 0xbfa00000, 1, -2, FSR_I /* -1.25 * 2 */
93 test_ftoi round.s, a2, f0, 0xbfc00000, 0, -2, FSR_I /* -1.5 */
96 test_ftoi round.s, a2, f0, 0xbf400000, 0, -1, FSR_I /* -0.75 */
97 test_ftoi round.s, a2, f0, 0xbf000000, 0, 0, FSR_I /* -0.5 */
100 test_ftoi round.s, a2, f0, 0x3f000000, 0, 0, FSR_I /* 0.5 */
101 test_ftoi round.s, a2, f0, 0x3f400000, 0, 1, FSR_I /* 0.75 */
104 test_ftoi round.s, a2, f0, 0x3fc00000, 0, 2, FSR_I /* 1.5 */
105 test_ftoi round.s, a2, f0, 0x3fa00000, 1, 2, FSR_I /* 1.25 * 2 */
134 test_ftoi trunc.s, a2, f0, 0xbfa00000, 1, -2, FSR_I /* -1.25 * 2 */
135 test_ftoi trunc.s, a2, f0, 0xbfc00000, 0, -1, FSR_I /* -1.5 */
[all …]
H A Dtest_fp0_arith.S33 FSR_I, FSR_I, FSR_I, FSR_I
36 FSR_I, FSR_I, FSR_I, FSR_I
114 FSR_I, FSR_I, FSR_I, FSR_I
117 FSR_I, FSR_I, FSR_I, FSR_I
128 FSR_I, FSR_I, FSR_I, FSR_I
146 FSR_I, FSR_I, FSR_I, FSR_I
256 FSR_I, FSR_I, FSR_I, FSR_I
H A Dtest_dfp0_arith.S84 FSR_I, FSR_I, FSR_I, FSR_I
102 FSR_I, FSR_I, FSR_I, FSR_I
H A Dtest_fp0_sqrt.S65 FSR_I, FSR_I, FSR_I, FSR_I
H A Dtest_fp0_div.S61 FSR_I, FSR_I, FSR_I, FSR_I
H A Dfpu.h13 #define FSR_I 0x00000080 macro
19 #define FSR_UI (FSR_U | FSR_I)
20 #define FSR_OI (FSR_O | FSR_I)