From 1a64441e19ee87e3f1856a5b1d42c3e45ae070ba Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 26 Jul 2021 16:22:26 +0100 Subject: [PATCH] use std not stw in transcendentals ld/st-convert test --- src/openpower/decoder/isa/test_caller_transcendentals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/decoder/isa/test_caller_transcendentals.py b/src/openpower/decoder/isa/test_caller_transcendentals.py index 92788066..894fd1ec 100644 --- a/src/openpower/decoder/isa/test_caller_transcendentals.py +++ b/src/openpower/decoder/isa/test_caller_transcendentals.py @@ -61,7 +61,7 @@ class FPTranscendentalsTestCase(FHDLTestCase): "fcoss 3, 2", ] """ - lst = SVP64Asm(["stw 1, 0(0)", + lst = SVP64Asm(["std 1, 0(0)", "lfd 0, 0(0)", "fcfids 0, 0", "fadds 0, 0, 3", # plus 0.5 -- 2.30.2