This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386] Remove MPX jump insn patterns


Hello!

Attached patch removes special MPX jump insn patterns and extends
generic jump insn patterns to handle bnd prefix using existing MPX
infrastructure.

2015-06-29  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/i386.md (*jcc_1): Use %! in asm template.
    Set attribute "length_nobnd" instead of "length".
    (*jcc_2): Ditto.
    (jump): Ditto.
    (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.

Patch was tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]