mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
1368b914e9
Now that all port tests live under testsuite/sim/*/, and none live in testsuite/ directly, flatten the structure by moving all of the dirs under testsuite/sim/ to testsuite/ directly. We need to stop passing --tool to dejagnu so that it searches all dirs and not just ones that start with "sim". Since we have no other dirs in this tree, and no plans to add any, should be fine.
109 lines
2.1 KiB
Plaintext
109 lines
2.1 KiB
Plaintext
# frv testcase for ftige $FCCi_2,$GRi,$s12
|
|
# mach: all
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global ftige
|
|
ftige:
|
|
and_spr_immed -4081,tbr ; clear tbr.tt
|
|
set_gr_spr tbr,gr7
|
|
inc_gr_immed 2112,gr7 ; address of exception handler
|
|
set_bctrlr_0_0 gr7 ; bctrlr 0,0
|
|
|
|
set_spr_immed 128,lcr
|
|
set_gr_immed 0,gr7
|
|
|
|
set_spr_addr bad,lr
|
|
set_fcc 0x0 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
|
|
set_spr_addr bad,lr
|
|
set_fcc 0x1 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
|
|
set_psr_et 1
|
|
set_spr_addr ok2,lr
|
|
set_fcc 0x2 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok2:
|
|
set_psr_et 1
|
|
set_spr_addr ok3,lr
|
|
set_fcc 0x3 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok3:
|
|
set_spr_addr bad,lr
|
|
set_fcc 0x4 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
|
|
set_spr_addr bad,lr
|
|
set_fcc 0x5 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
|
|
set_psr_et 1
|
|
set_spr_addr ok6,lr
|
|
set_fcc 0x6 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok6:
|
|
set_psr_et 1
|
|
set_spr_addr ok7,lr
|
|
set_fcc 0x7 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok7:
|
|
set_psr_et 1
|
|
set_spr_addr ok8,lr
|
|
set_fcc 0x8 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok8:
|
|
set_psr_et 1
|
|
set_spr_addr ok9,lr
|
|
set_fcc 0x9 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
ok9:
|
|
set_psr_et 1
|
|
set_spr_addr oka,lr
|
|
set_fcc 0xa 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
oka:
|
|
set_psr_et 1
|
|
set_spr_addr okb,lr
|
|
set_fcc 0xb 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
okb:
|
|
set_psr_et 1
|
|
set_spr_addr okc,lr
|
|
set_fcc 0xc 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
okc:
|
|
set_psr_et 1
|
|
set_spr_addr okd,lr
|
|
set_fcc 0xd 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
okd:
|
|
set_psr_et 1
|
|
set_spr_addr oke,lr
|
|
set_fcc 0xe 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
oke:
|
|
set_psr_et 1
|
|
set_spr_addr okf,lr
|
|
set_fcc 0xf 0
|
|
ftige fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
|
|
fail
|
|
okf:
|
|
pass
|
|
bad:
|
|
fail
|