Home | History | Annotate | Download | only in memset_mips

Lines Matching defs:DBG

18 #define DBG #
20 #define DBG
40 DBG andi $t0,$a0,1 /* $a0 must be halfword aligned */
41 DBG tne $t0
42 DBG lui $t1,0xffff /* $a1 must be 16bits */
43 DBG and $t1,$a1
44 DBG tne $t1
45 DBG andi $t2,$a2,1 /* $a2 must be even */
46 DBG tne $t2
144 DBG andi $t0,$a0,3 /* $a0 must be word aligned */
145 DBG tne $t0
146 DBG andi $t2,$a2,3 /* $a2 must be a multiple of 4 bytes */
147 DBG tne $t2