Searched refs:LS_FW (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | strncmp.S | 54 #define LS_FW lsl macro 57 #define LS_FW lsr macro 170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */ 246 LS_FW data2, tmp1, offset 261 LS_FW data2, tmp2, offset
|
H A D | strcmp.S | 45 # define LS_FW lsl macro 47 # define LS_FW lsr macro 117 LS_FW tmp, tmp, shift
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strncmp.S | 50 #define LS_FW lsl macro 53 #define LS_FW lsr macro 166 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */ 242 LS_FW data2, tmp1, offset 257 LS_FW data2, tmp2, offset
|
H A D | strcmp.S | 41 # define LS_FW lsl macro 43 # define LS_FW lsr macro 113 LS_FW tmp, tmp, shift
|