Home
last modified time | relevance | path

Searched refs:build_modrm_byte (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-200611 * config/tc-i386.c (build_modrm_byte): Handle shift count
18 (build_modrm_byte): Fix 4 operand instruction handling.
72 * config/tc-i386.c (build_modrm_byte): Reformat to 72 columns.
86 * config/tc-i386.c (build_modrm_byte): Set the Operand_PCrel
941 (build_modrm_byte): Add support for insertq instruction.
2716 (build_modrm_byte): Set up zero modrm for TLS desc calls.
H A DChangeLog597 * config/tc-i386.c (build_modrm_byte): For instructions with 2
1187 * config/tc-i386.c (build_modrm_byte): Check number of operands
H A DChangeLog-02036292 (build_modrm_byte): Likewise.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c92 static const seg_entry *build_modrm_byte (void);
3422 default_seg = build_modrm_byte (); in process_operands()
3454 build_modrm_byte (void) in build_modrm_byte() function