summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/basic/dcor.s
blob: 59bfc3e8ba739ac0c71e0698cae7dcf9b1d9a9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	.code
	.align 4
; decimal correction instruction tests.  
;
; We could/should test some of the corner cases for register and 
; immediate fields.  We should also check the assorted field
; selectors to make sure they're handled correctly.
	dcor %r4,%r5
	dcor,sbz %r4,%r5
	dcor,shz %r4,%r5
	dcor,sdc %r4,%r5
	dcor,sbc %r4,%r5
	dcor,shc %r4,%r5
	dcor,tr %r4,%r5
	dcor,nbz %r4,%r5
	dcor,nhz %r4,%r5
	dcor,ndc %r4,%r5
	dcor,nbc %r4,%r5
	dcor,nhc %r4,%r5

	idcor %r4,%r5
	idcor,sbz %r4,%r5
	idcor,shz %r4,%r5
	idcor,sdc %r4,%r5
	idcor,sbc %r4,%r5
	idcor,shc %r4,%r5
	idcor,tr %r4,%r5
	idcor,nbz %r4,%r5
	idcor,nhz %r4,%r5
	idcor,ndc %r4,%r5
	idcor,nbc %r4,%r5
	idcor,nhc %r4,%r5

	dcor,i %r4,%r5
	dcor,i,sbz %r4,%r5
	dcor,i,shz %r4,%r5
	dcor,i,sdc %r4,%r5
	dcor,i,sbc %r4,%r5
	dcor,i,shc %r4,%r5
	dcor,i,tr %r4,%r5
	dcor,i,nbz %r4,%r5
	dcor,i,nhz %r4,%r5
	dcor,i,ndc %r4,%r5
	dcor,i,nbc %r4,%r5
	dcor,i,nhc %r4,%r5