Searched refs:TEST_FP_OP2_S (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfmin.S20 TEST_FP_OP2_S( 2, fmin.s, 0, 1.0, 2.5, 1.0 );
21 TEST_FP_OP2_S( 3, fmin.s, 0, -1235.1, -1235.1, 1.1 );
22 TEST_FP_OP2_S( 4, fmin.s, 0, -1235.1, 1.1, -1235.1 );
23 TEST_FP_OP2_S( 5, fmin.s, 0, -1235.1, NaN, -1235.1 );
24 TEST_FP_OP2_S( 6, fmin.s, 0, 0.00000001, 3.14159265, 0.00000001 );
25 TEST_FP_OP2_S( 7, fmin.s, 0, -2.0, -1.0, -2.0 );
27 TEST_FP_OP2_S(12, fmax.s, 0, 2.5, 2.5, 1.0 );
28 TEST_FP_OP2_S(13, fmax.s, 0, 1.1, -1235.1, 1.1 );
29 TEST_FP_OP2_S(14, fmax.s, 0, 1.1, 1.1, -1235.1 );
30 TEST_FP_OP2_S(1
[all...]
H A Dfadd.S20 TEST_FP_OP2_S( 2, fadd.s, 0, 3.5, 2.5, 1.0 );
21 TEST_FP_OP2_S( 3, fadd.s, 1, -1234, -1235.1, 1.1 );
22 TEST_FP_OP2_S( 4, fadd.s, 1, 3.14159265, 3.14159265, 0.00000001 );
24 TEST_FP_OP2_S( 5, fsub.s, 0, 1.5, 2.5, 1.0 );
25 TEST_FP_OP2_S( 6, fsub.s, 1, -1234, -1235.1, -1.1 );
26 TEST_FP_OP2_S( 7, fsub.s, 1, 3.14159265, 3.14159265, 0.00000001 );
28 TEST_FP_OP2_S( 8, fmul.s, 0, 2.5, 2.5, 1.0 );
29 TEST_FP_OP2_S( 9, fmul.s, 1, 1358.61, -1235.1, -1.1 );
30 TEST_FP_OP2_S(10, fmul.s, 1, 3.14159265e-8, 3.14159265, 0.00000001 );
33 TEST_FP_OP2_S(1
[all...]
H A Dfdiv.S20 TEST_FP_OP2_S(2, fdiv.s, 1, 1.1557273520668288, 3.14159265, 2.71828182 );
21 TEST_FP_OP2_S(3, fdiv.s, 1,-0.9991093838555584, -1234, 1235.1 );
22 TEST_FP_OP2_S(4, fdiv.s, 0, 3.14159265, 3.14159265, 1.0 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h489 #define TEST_FP_OP2_S( testnum, inst, flags, result, val1, val2 ) \ macro

Completed in 7 milliseconds