Home
last modified time | relevance | path

Searched refs:i386_align_code (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.h266 extern void i386_align_code (fragS *, int);
270 i386_align_code (fragP, (fragP->fr_next->fr_address \
H A Dtc-i386.c572 i386_align_code (fragS *fragP, int count) in i386_align_code() function
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-2006936 (i386_align_code): Ditto.
984 (i386_align_code): Use xchg %ax,%ax for 2 byte nop. Optimize
H A DChangeLog-9697873 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
2725 * config/tc-i386.c (i386_align_code): Add comments explaining the
2756 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
H A DChangeLog-02035144 * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
H A DChangeLog-00013775 (i386_align_code): Return plain "nop" for x86_64.
H A DChangeLog-9295244 * config/tc-i386.c (i386_align_code): New function, moved here