Home | History | Annotate | Download | only in h8300

Lines Matching defs:long_dest

37 long_dest:	.long 0xa5a5a5a5
730 mov #long_dest, er1
741 cmp.l #0x5a5a5a5b, @long_dest ; memory contents changed
745 test_h_gr32 long_dest er1 ; er1 still contains address
759 mov #long_dest, er1 ; register post-increment operand
770 cmp.l #0xa5a5a5a5, @long_dest
774 test_h_gr32 long_dest+4 er1 ; er1 contains address plus two
788 mov #long_dest, er1
799 cmp.l #0x5a5a5a5b, @long_dest
803 test_h_gr32 long_dest-4 er1 ; er1 contains address minus two
817 mov #long_dest-4, er1
828 cmp.l #0xa5a5a5a5, @long_dest
832 test_h_gr32 long_dest er1 ; er1 contains destination address
846 mov #long_dest+4, er1
857 cmp.l #0x5a5a5a5b, @long_dest
861 test_h_gr32 long_dest er1 ; er1 contains destination address
875 mov #long_dest-4, er1
886 cmp.l #0xa5a5a5a5, @long_dest
890 test_h_gr32 long_dest-4 er1 ; er1 contains address minus one
904 mov #long_dest+100, er1
916 cmp.l #0x5a5a5a5b, @long_dest
920 test_h_gr32 long_dest+100 er1 ; er1 contains destination address
934 mov #long_dest-0xfffff, er1
946 cmp.l #0xa5a5a5a5, @long_dest
950 test_h_gr32 long_dest-0xfffff er1 ; er1 contains destination address
964 neg.l @long_dest:16 ; 16-bit absolute address
967 ;;; .word long_dest
975 cmp.l #0x5a5a5a5b, @long_dest
993 neg.l @long_dest:32 ; 32-bit absolute address
996 ;;; .long long_dest
1004 cmp.l #0xa5a5a5a5, @long_dest