HomeSort by relevance Sort by last modified time
    Searched refs:REG_LEN (Results 1 - 3 of 3) sorted by null

  /bionic/libc/arch-sh/bionic/
memcpy.S 46 #define REG_LEN r6
71 tst REG_LEN,REG_LEN /* if ( len==0 ) return; */
79 add #-1,REG_LEN
86 cmp/hi r0,REG_LEN /* if ( (len > 1) && */
92 add #-2,REG_LEN /* len -= 2; */
99 cmp/hi r1,REG_LEN /* while ( len > 3 ) { */
101 tst REG_LEN,REG_LEN
104 add #-4,REG_LEN /* len -= 4; *
    [all...]
memset.S 38 # define REG_LEN r5
43 # define REG_LEN r6
54 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */
57 cmp/hs REG_TMP1,REG_LEN
63 tst REG_LEN,REG_LEN
64 add REG_DST,REG_LEN
69 cmp/eq REG_DST,REG_LEN
70 1: mov.b REG_C,@-REG_LEN
72 cmp/eq REG_DST,REG_LEN
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 25 REG_LEN = 0x04,
211 if (offset == REG_LEN && s->page == PAGE_ABSDATA) {
219 else if (offset == REG_LEN)

Completed in 37 milliseconds