Skip to content
  1. Feb 28, 2004
    • Alkis Evlogimenos's avatar
      Update comments. · f87966b8
      Alkis Evlogimenos authored
      llvm-svn: 11932
      f87966b8
    • Alkis Evlogimenos's avatar
      My previous commit broke the jit. The shift instructions always take · 2dbc79df
      Alkis Evlogimenos authored
      an 8-bit immediate. So mark the shifts that take immediates as taking
      an 8-bit argument. The rest with the implicit use of CL are marked
      appropriately.
      
      A bug still exists:
      
      def SHLDmri32  : I2A8 <"shld", 0xA4, MRMDestMem>, TB;           // [mem32] <<= [mem32],R32 imm8
      
      The immediate in the above instruction is 8-bit but the memory
      reference is 32-bit. The printer prints this as an 8-bit reference
      which confuses the assembler. Same with SHRDmri32.
      
      llvm-svn: 11931
      2dbc79df
  2. Feb 27, 2004
  3. Feb 26, 2004
Loading