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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dmove.S25 #define TEST_FSGNJS(n, insn, new_sign, rs1_sign, rs2_sign) \ define
34 TEST_FSGNJS(10, fsgnj.s, 0, 0, 0)
35 TEST_FSGNJS(11, fsgnj.s, 1, 0, 1)
36 TEST_FSGNJS(12, fsgnj.s, 0, 1, 0)
37 TEST_FSGNJS(13, fsgnj.s, 1, 1, 1)
39 TEST_FSGNJS(20, fsgnjn.s, 1, 0, 0)
40 TEST_FSGNJS(21, fsgnjn.s, 0, 0, 1)
41 TEST_FSGNJS(22, fsgnjn.s, 1, 1, 0)
42 TEST_FSGNJS(23, fsgnjn.s, 0, 1, 1)
44 TEST_FSGNJS(3
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dmove.S42 #define TEST_FSGNJS(n, rd, rs1, rs2) \ define
58 TEST_FSGNJS(40, 0x7fc00000, 0x7ffffffe12345678, 0)
59 TEST_FSGNJS(41, 0x7fc00000, 0xfffffffe12345678, 0)
60 TEST_FSGNJS(42, 0x7fc00000, 0x7fffffff12345678, 0)
61 TEST_FSGNJS(43, 0x12345678, 0xffffffff12345678, 0)
63 TEST_FSGNJS(50, 0x7fc00000, 0x7ffffffe12345678, 0x80000000)
64 TEST_FSGNJS(51, 0x7fc00000, 0xfffffffe12345678, 0x80000000)
65 TEST_FSGNJS(52, 0x7fc00000, 0x7fffffff12345678, 0x80000000)
66 TEST_FSGNJS(53, 0x12345678, 0xffffffff12345678, 0x80000000)
68 TEST_FSGNJS(6
[all...]

Completed in 4 milliseconds