Project

General

Profile

Actions

Bug #9171

closed

Bug in test_9 for isa_tests\rv64uf\fmadd.rb

Added by Alexander Protsenko over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Target version:
-
Start date:
07/27/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

TestCase:

TEST_FP_OP3_S( 9, 'fmsub_s',  1,    1234, -1.0,  -1235.1,   1.1 )

test_9:
0x0000000080000278 li gp, 0x9
0x000000008000027c la a0, test_9_data
0x0000000080000284 flw ft0, 0(a0)
0x0000000080000288 flw ft1, 4(a0)
0x000000008000028c flw ft2, 8(a0)
0x0000000080000290 lw a3, 12(a0)
0x0000000080000294 fmsub.s ft3, ft0, ft1, ft2
0x0000000080000298 fmv.x.s a0, ft3
0x000000008000029c fsflags a1, zero
0x00000000800002a0 li a2, 0x1
Check: a0(0x00000000449a4000) == a3(0x00000000000004d2)
0x00000000800002a4 bne a0, a3, fail
Jump to 0x0000000080000380
Error: Test failed (self check did not pass)!


Files

2log2.txt (18.7 KB) 2log2.txt Alexander Protsenko, 07/27/2018 04:03 PM
Actions #1

Updated by Andrei Tatarnikov over 5 years ago

1234 was interpreted as an integer value. Need to specify it as 1234.0

Actions #2

Updated by Alexander Protsenko over 5 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Alexander Protsenko about 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF