OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
23
REG_LEN
= 0x04,
170
else if (offset ==
REG_LEN
)
Completed in 30 milliseconds