Home
last modified time | relevance | path

Searched refs:A_lw (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/lib/
H A Dmemset.S40 A_lw .req w7 label
47 and A_lw, val, #255
48 orr A_lw, A_lw, A_lw, lsl #8
49 orr A_lw, A_lw, A_lw, lsl #16
59 str A_lw, [dst], #4
62 strh A_lw, [dst], #2
65 strb A_lw, [dst]
H A Dmemcpy.S27 #define A_lw w6 macro
90 ldr A_lw, [src]
92 str A_lw, [dstin]
100 ldrb A_lw, [src]
103 strb A_lw, [dstin]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/
H A D0001-newlib-memcpy-remove-optimized-version.patch49 -#define A_lw w6
121 - ldr A_lw, [src]
123 - str A_lw, [dstin]
132 - ldrb A_lw, [src]
135 - strb A_lw, [dstin]