Lines Matching defs:long_dest
37 long_dest: .long 0xa5a5a5a5
717 mov #long_dest, er1
728 cmp.l #0x5a5a5a5a, @long_dest ; memory contents changed
732 test_h_gr32 long_dest er1 ; er1 still contains address
746 mov #long_dest, er1 ; register post-increment operand
757 cmp.l #0xa5a5a5a5, @long_dest
761 test_h_gr32 long_dest+4 er1 ; er1 contains address plus two
775 mov #long_dest, er1
786 cmp.l #0x5a5a5a5a, @long_dest
790 test_h_gr32 long_dest-4 er1 ; er1 contains address minus two
804 mov #long_dest-4, er1
815 cmp.l #0xa5a5a5a5, @long_dest
819 test_h_gr32 long_dest er1 ; er1 contains destination address
833 mov #long_dest+4, er1
844 cmp.l #0x5a5a5a5a, @long_dest
848 test_h_gr32 long_dest er1 ; er1 contains destination address
862 mov #long_dest-4, er1
873 cmp.l #0xa5a5a5a5, @long_dest
877 test_h_gr32 long_dest-4 er1 ; er1 contains address minus one
891 mov #long_dest+100, er1
903 cmp.l #0x5a5a5a5a, @long_dest
907 test_h_gr32 long_dest+100 er1 ; er1 contains destination address
921 mov #long_dest-0xfffff, er1
933 cmp.l #0xa5a5a5a5, @long_dest
937 test_h_gr32 long_dest-0xfffff er1 ; er1 contains destination address
951 not.l @long_dest:16 ; 16-bit absolute address
954 ;;; .word long_dest
962 cmp.l #0x5a5a5a5a, @long_dest
980 not.l @long_dest:32 ; 32-bit absolute address
983 ;;; .long long_dest
991 cmp.l #0xa5a5a5a5, @long_dest