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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcmp.S20 TEST_FP_CMP_OP_S( 2, feq.s, 0x00, 1, -1.36, -1.36)
21 TEST_FP_CMP_OP_S( 3, fle.s, 0x00, 1, -1.36, -1.36)
22 TEST_FP_CMP_OP_S( 4, flt.s, 0x00, 0, -1.36, -1.36)
24 TEST_FP_CMP_OP_S( 5, feq.s, 0x00, 0, -1.37, -1.36)
25 TEST_FP_CMP_OP_S( 6, fle.s, 0x00, 1, -1.37, -1.36)
26 TEST_FP_CMP_OP_S( 7, flt.s, 0x00, 1, -1.37, -1.36)
29 TEST_FP_CMP_OP_S( 8, feq.s, 0x00, 0, NaN, 0)
30 TEST_FP_CMP_OP_S( 9, feq.s, 0x00, 0, NaN, NaN)
31 TEST_FP_CMP_OP_S(10, feq.s, 0x10, 0, sNaNf, 0)
34 TEST_FP_CMP_OP_S(1
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h527 #define TEST_FP_CMP_OP_S( testnum, inst, flags, result, val1, val2 ) \ macro

Completed in 4 milliseconds