Searched defs:ALIGN_TEXT (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/amd64/string/
H A Dmemcmp.S40 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ define
[all...]
H A Dmemmove.S38 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ define
[all...]
H A Dmemset.S40 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ define
H A Dstrlen.S15 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ define
/freebsd-13-stable/sys/i386/include/
H A Dasmacros.h52 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
54 #define ALIGN_TEXT .p2align 2,0x90 /* 4-byte alignment, nop filled */ macro
/freebsd-13-stable/sys/amd64/include/
H A Dasmacros.h59 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
61 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro

Completed in 184 milliseconds