Lines Matching defs:byte_dest
33 byte_dest: .byte 0xa5
83 mov #byte_dest, er0
93 test_h_gr32 byte_dest er0 ; er0 still contains address
111 mov #byte_dest, er0 ; register post-increment operand
122 test_h_gr32 byte_dest+1 er0 ; er0 contains address plus one
140 mov #byte_dest, er0 ; register post-decrement operand
151 test_h_gr32 byte_dest-1 er0 ; er0 contains address minus one
169 mov #byte_dest-1, er0
184 test_h_gr32 byte_dest er0 ; er0 contains destination address
198 mov #byte_dest+1, er0
213 test_h_gr32 byte_dest er0 ; er0 contains destination address
227 mov #byte_dest-1, er0
242 test_h_gr32 byte_dest er0 ; er0 contains destination address
256 mov #byte_dest+100, er0
268 cmp.b #0x5b, @byte_dest
272 test_h_gr32 byte_dest+100 er0 ; er0 contains destination address
286 mov #byte_dest-0xfffff, er0
298 cmp.b #0xa5, @byte_dest
302 test_h_gr32 byte_dest-0xfffff er0 ; er0 contains destination address
316 neg.b @byte_dest:16 ; 16-bit absolute address
318 ;;; .word byte_dest
326 cmp.b #0x5b, @byte_dest
344 neg.b @byte_dest:32 ; 32-bit absolute address
346 ;;; .long byte_dest
354 cmp.b #0xa5, @byte_dest