1. 23 Nov, 2009 1 commit
  2. 09 Nov, 2009 1 commit
    • Huang Ying's avatar
      x86: Generate .byte code for some new instructions via gas macro · fd650a63
      Huang Ying authored
      It will take some time for binutils (gas) to support some newly added
      instructions, such as SSE4.1 instructions or the AES-NI instructions
      found in upcoming Intel CPU.
      
      To make the source code can be compiled by old binutils, .byte code is
      used instead of the assembly instruction. But the readability and
      flexibility of raw .byte code is not good.
      
      This patch solves the issue of raw .byte code via generating it via
      assembly instruction like gas macro. The syntax is as close as
      possible to real assembly instruction.
      
      Some helper macros such as MODRM is not a full feature
      implementation. It can be extended when necessary.
      Signed-off-by: default avatarHuang Ying <ying.huang@intel.com>
      Acked-by: default avatarH. Peter Anvin <hpa@zytor.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      fd650a63
  3. 03 Nov, 2009 2 commits
  4. 01 Nov, 2009 1 commit
  5. 27 Oct, 2009 3 commits
  6. 19 Oct, 2009 5 commits
  7. 22 Sep, 2009 1 commit
  8. 18 Sep, 2009 26 commits