Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dmemcpy.S42 tmp1w .req w3 label
75 ldrb tmp1w, [src], #1
76 strb tmp1w, [dst], #1
79 ldrh tmp1w, [src], #2
80 strh tmp1w, [dst], #2
83 ldr tmp1w, [src], #4
84 str tmp1w, [dst], #4
104 cmp tmp1w, #0x20
132 ldr tmp1w, [src], #4
140 ldrb tmp1w, [src]
[all …]
A Dmemmove.S43 tmp1w .req w3 label
80 ldrb tmp1w, [src, #-1]!
81 strb tmp1w, [dst, #-1]!
84 ldrh tmp1w, [src, #-2]!
88 ldr tmp1w, [src, #-4]!
89 str tmp1w, [dst, #-4]!
110 cmp tmp1w, #0x20
128 ldr tmp1w, [src, #-4]!
129 str tmp1w, [dst, #-4]!
136 ldrb tmp1w, [src, #-1]
[all …]
A Dmemset.S43 tmp1w .req w3 label
104 cmp tmp1w, #0x20
162 and zva_len, tmp1w, #15 /* Safety: other bits reserved. */

Completed in 3 milliseconds