Searched refs:LWLO (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 52 # define LWLO lwr /* low part is right in big-endian */ macro 59 # define LWLO lwl /* low part is left in big-endian */ macro 284 LWLO t0,3(a1) 287 LWLO t1,7(a1) 291 LWLO t2,11(a1) 293 LWLO t3,15(a1) 295 LWLO t4,19(a1) 297 LWLO t5,23(a1) 299 LWLO t6,27(a1) 301 LWLO t7,31(a1) [all …]
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 52 # define LWLO lwr /* low part is right in big-endian */ macro 59 # define LWLO lwl /* low part is left in big-endian */ macro 284 LWLO t0,3(a1) 287 LWLO t1,7(a1) 291 LWLO t2,11(a1) 293 LWLO t3,15(a1) 295 LWLO t4,19(a1) 297 LWLO t5,23(a1) 299 LWLO t6,27(a1) 301 LWLO t7,31(a1) [all …]
|
/bionic/libc/arch-mips64/include/machine/ |
D | asm.h | 65 #define LWLO lwl macro 75 #define LWLO lwr macro
|
/bionic/libc/arch-mips/include/machine/ |
D | asm.h | 65 #define LWLO lwl macro 75 #define LWLO lwr macro
|