Searched refs:TEST_INT_FP_OP_S (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcvt.S20 TEST_INT_FP_OP_S( 2, fcvt.s.w, 2.0, 2);
21 TEST_INT_FP_OP_S( 3, fcvt.s.w, -2.0, -2);
23 TEST_INT_FP_OP_S( 4, fcvt.s.wu, 2.0, 2);
24 TEST_INT_FP_OP_S( 5, fcvt.s.wu, 4.2949673e9, -2);
27 TEST_INT_FP_OP_S( 6, fcvt.s.l, 2.0, 2);
28 TEST_INT_FP_OP_S( 7, fcvt.s.l, -2.0, -2);
30 TEST_INT_FP_OP_S( 8, fcvt.s.lu, 2.0, 2);
31 TEST_INT_FP_OP_S( 9, fcvt.s.lu, 1.8446744e19, -2);
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h558 #define TEST_INT_FP_OP_S( testnum, inst, result, val1 ) \ macro

Completed in 6 milliseconds