Home | History | Annotate | Download | only in h8300

Lines Matching defs:byte_dest

33 byte_dest:	.byte 0xa5
75 mov #byte_dest, er0
85 test_h_gr32 byte_dest er0 ; er0 still contains address
103 mov #byte_dest, er0 ; register post-increment operand
114 test_h_gr32 byte_dest+1 er0 ; er0 contains address plus one
132 mov #byte_dest, er0 ; register post-decrement operand
143 test_h_gr32 byte_dest-1 er0 ; er0 contains address minus one
164 mov #byte_dest-1, er0
179 test_h_gr32 byte_dest er0 ; er0 contains destination address
193 mov #byte_dest+1, er0
208 test_h_gr32 byte_dest er0 ; er0 contains destination address
222 mov #byte_dest-1, er0
237 test_h_gr32 byte_dest er0 ; er0 contains destination address
251 mov #byte_dest+100, er0
263 cmp.b #0x5a:8, @byte_dest
267 test_h_gr32 byte_dest+100 er0 ; er0 contains destination address
281 mov #byte_dest-0xfffff, er0
293 cmp.b #0xa5:8, @byte_dest
297 test_h_gr32 byte_dest-0xfffff er0 ; er0 contains destination address
311 not.b @byte_dest:16 ; 16-bit absolute address
313 ;;; .word byte_dest
321 cmp.b #0x5a:8, @byte_dest
339 not.b @byte_dest:32 ; 32-bit absolute address
341 ;;; .long byte_dest
349 cmp.b #0xa5:8, @byte_dest