Subversion Repositories HelenOS

Rev

Rev 3403 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3403 Rev 4348
Line 28... Line 28...
28
 
28
 
29
	
29
	
30
.text
30
.text
31
 
31
 
32
.global memsetb
32
.global memsetb
-
 
33
.global memsetw
33
.global memcpy
34
.global memcpy
34
.global memcpy_from_uspace
35
.global memcpy_from_uspace
35
.global memcpy_to_uspace
36
.global memcpy_to_uspace
36
.global memcpy_from_uspace_failover_address
37
.global memcpy_from_uspace_failover_address
37
.global memcpy_to_uspace_failover_address
38
.global memcpy_to_uspace_failover_address
38
 
39
 
39
memsetb:
40
memsetb:
40
	b _memsetb
41
	b _memsetb
41
 
42
 
-
 
43
memsetw:
-
 
44
	b _memsetw
-
 
45
 
42
memcpy:
46
memcpy:
43
memcpy_from_uspace:
47
memcpy_from_uspace:
44
memcpy_to_uspace:
48
memcpy_to_uspace:
45
	add     r3, r1, #3
49
	add     r3, r1, #3
46
	bic     r3, r3, #3
50
	bic     r3, r3, #3