/freebsd/lib/libc/amd64/string/ |
H A D | strlen.S | 20 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | strchrnul.S | 33 #define ALIGN_TEXT .p2align 4,0x90 # 16-byte alignment, nop-filled macro
|
H A D | memset.S | 36 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | memrchr.S | 11 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
H A D | strrchr.S | 33 #define ALIGN_TEXT .p2align 4,0x90 # 16-byte alignment, nop-filled macro
|
H A D | memmove.S | 36 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | strspn.S | 34 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | timingsafe_memcmp.S | 31 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | memchr.S | 33 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | memcmp.S | 43 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | strcspn.S | 34 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | strlcpy.S | 33 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
H A D | stpncpy.S | 33 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
H A D | stpcpy.S | 19 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
H A D | timingsafe_bcmp.S | 33 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|
H A D | strcmp.S | 23 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
H A D | strncmp.S | 34 #define ALIGN_TEXT .p2align 4, 0x90 macro
|
/freebsd/sys/i386/include/ |
H A D | asmacros.h | 49 #define ALIGN_TEXT .p2align 2,0x90 /* 4-byte alignment, nop filled */ macro
|
/freebsd/sys/amd64/include/ |
H A D | asmacros.h | 60 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
|