HomeSort by: relevance | last modified time | path
    Searched defs:r_tmp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libkern/arch/powerpc/
memset.S 43 #define r_tmp %r6 macro
72 andi. r_tmp, r_dst, 0x03
74 andi. r_tmp, r_dst, 0x01
79 andi. r_tmp, r_dst, 0x02
89 srwi r_tmp, r_len, 2 /* get word count */
90 mtctr r_tmp
memset.S 43 #define r_tmp %r6 macro
72 andi. r_tmp, r_dst, 0x03
74 andi. r_tmp, r_dst, 0x01
79 andi. r_tmp, r_dst, 0x02
89 srwi r_tmp, r_len, 2 /* get word count */
90 mtctr r_tmp

Completed in 83 milliseconds