summaryrefslogtreecommitdiff
path: root/insns-iflags.pl
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Add {vex3} and {vex2} prefixes by analogy with {evex}H. Peter Anvin1-1/+2
2013-11-27iflags: Add IF_EVEX for checking {evex} availabilityJin Kyu Song1-0/+1
2013-11-26iflag: In iflag_cmp() scan from the most significant word downH. Peter Anvin1-2/+5
2013-11-24iflag: Make the insns_flags array constH. Peter Anvin1-2/+4
2013-11-24iflag: Move instruction flag commentH. Peter Anvin1-6/+28
2013-11-24iflag: remove C99 constructs, don't hardcode the number of wordsH. Peter Anvin1-26/+27
2013-11-24iflag: Fix dependencies, factor out static components of iflag.hH. Peter Anvin1-202/+11
2013-11-24insns: Introduce insns-flags.plCyrill Gorcunov1-0/+410