summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/frv/fckne.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/frv/fckne.cgs')
-rw-r--r--sim/testsuite/sim/frv/fckne.cgs90
1 files changed, 0 insertions, 90 deletions
diff --git a/sim/testsuite/sim/frv/fckne.cgs b/sim/testsuite/sim/frv/fckne.cgs
deleted file mode 100644
index 774f8379bfc..00000000000
--- a/sim/testsuite/sim/frv/fckne.cgs
+++ /dev/null
@@ -1,90 +0,0 @@
-# frv testcase for fckne $FCCi,$CCj_float
-# mach: all
-
- .include "testutils.inc"
-
- start
-
- .global fckne
-fckne:
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x0 0
- fckne fcc0,cc3
- test_spr_immed 0x1b9b,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x1 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x2 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x3 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x4 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x5 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x6 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x7 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x8 0
- fckne fcc0,cc3
- test_spr_immed 0x1b9b,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0x9 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xa 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xb 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xc 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xd 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xe 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- set_spr_immed 0x1b1b,cccr
- set_fcc 0xf 0
- fckne fcc0,cc3
- test_spr_immed 0x1bdb,cccr
-
- pass