Home
last modified time | relevance | path

Searched refs:byte_src (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dband.s14 byte_src: .byte 0xa5 label
42 mov #byte_src, r1
58 ;;; test_h_gr16 byte_src r1 ;FIXME
60 mov #byte_src, er1
76 test_h_gr32 byte_src er1
112 band #7, @byte_src:16 ; this should NOT set the carry flag.
114 band #6, @byte_src:16 ; this should NOT set the carry flag.
118 band #7, @byte_src:16 ; this should NOT clear the carry flag
123 band #6, @byte_src:16 ; this should clear the carry flag
132 band #7, @byte_src:32 ; this should NOT set the carry flag.
[all …]
H A Dbrabc.s14 byte_src: .byte 0xa5 label
21 mov #byte_src, er1
38 test_h_gr32 byte_src er1
63 bra/bc #1, @byte_src:16, .Lpass5:16
66 bra/bc #2, @byte_src:16, Lfail:16
73 mov #byte_src, er1
90 test_h_gr32 byte_src er1
102 bra/bs #2, @byte_src:32, .Lpass9:16
105 bra/bs #1, @byte_src:32, Lfail:16
H A Dmovb.s18 byte_src: label
1214 mov.l #byte_src, er1
1226 test_h_gr32 byte_src, er1
1240 mov.l #byte_src, er1
1252 test_h_gr32 byte_src+1, er1
1267 mov.l #byte_src, er1
1280 test_h_gr32 byte_src-1, er1
1294 mov.l #byte_src-1, er1
1307 test_h_gr32 byte_src, er1
1321 mov.l #byte_src+1, er1
[all …]
H A Dcmpb.s49 byte_src: .byte 0x5a label
686 mov #byte_src, er1
696 test_h_gr32 byte_src er1
703 cmp.b #0x5a, @byte_src:16
710 mov #byte_src, er1
724 test_h_gr32 byte_src+1 er1
731 cmp.b #0x5a, @byte_src:16
739 mov #byte_src, er1
753 test_h_gr32 byte_src-1 er1
760 cmp.b #0x5a, @byte_src:16
[all …]
H A Dbiand.s14 byte_src: .byte 0xa5 label
42 mov #byte_src, r1
58 ;;; test_h_gr16 byte_src r1 ;FIXME
60 mov #byte_src, er1
76 test_h_gr32 byte_src er1
112 biand #6, @byte_src:16 ; this should NOT set the carry flag.
114 biand #7, @byte_src:16 ; this should NOT set the carry flag.
118 biand #6, @byte_src:16 ; this should NOT clear the carry flag
123 biand #7, @byte_src:16 ; this should clear the carry flag
132 biand #6, @byte_src:32 ; this should NOT set the carry flag.
[all …]
H A Dbfld.s14 byte_src: .byte 0xa5 label
22 mov #byte_src, er2
57 test_h_gr32 byte_src er2
69 bfld #0x80, @byte_src:16, r1l
74 bfld #0x40, @byte_src:16, r1l
79 bfld #0xe0, @byte_src:16, r1l
84 bfld #0x3c, @byte_src:16, r1l
89 bfld #0xfe, @byte_src:16, r1l
94 bfld #0, @byte_src:16, r1l
H A Dldc.s15 byte_src: label
133 ldc @byte_src:16, ccr ; abs16 src
150 ldc @byte_src:16, exr ; abs16 src
166 ldc @byte_src:32, ccr ; abs32 src
183 ldc @byte_src:32, exr ; abs32 src
269 mov #byte_src, er1
274 test_h_gr32 byte_src+2, er1 ; er1 still contains address
287 mov #byte_src, er1
292 test_h_gr32 byte_src+2, er1 ; er1 still contains address
304 mov #byte_src, er1
[all …]
H A Dmovmd.s14 byte_src: label
38 mov #byte_src, er5
52 test_h_gr32 byte_src+10 er5
58 memcmp byte_src byte_dst 10
H A Daddx.s29 byte_src: .byte 0x5 label
269 mov #byte_src, er0
277 test_h_gr32 byte_src er0 ; er0 still contains address
292 mov #byte_src, er0
300 test_h_gr32 byte_src-1 er0 ; er0 contains address minus one
315 mov #byte_src, er0
324 test_h_gr32 byte_src er0 ; er0 still contains src address
344 mov #byte_src, er0
353 test_h_gr32 byte_src-1 er0 ; er0 contains src address minus one
H A Dsubx.s29 byte_src: .byte 0x5 label
272 mov #byte_src, er0
281 test_h_gr32 byte_src er0 ; er0 still contains subress
295 mov #byte_src, er0
304 test_h_gr32 byte_src-1 er0 ; er0 contains subress minus one
318 mov #byte_src, er0
329 test_h_gr32 byte_src er0 ; er0 still contains src subress
347 mov #byte_src, er0
359 test_h_gr32 byte_src-1 er0 ; er0 contains src subress minus one