Skip to content
  1. Jun 03, 2003
  2. Jun 02, 2003
    • Misha Brukman's avatar
      Added MOVR (move int reg on register condition), aka comparison with zero. · f545b240
      Misha Brukman authored
      None of these instructions are actually used in the Sparc backend, so no changes
      were required in the instruction selector.
      
      llvm-svn: 6549
      f545b240
    • Misha Brukman's avatar
      SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions · 843d6933
      Misha Brukman authored
      SparcInstrSelection.cpp:
      * Fixed opcodes to return correct 'i' version since the two functions are each
        only used in one place.
      * Changed name of function to have an 'i' in the name to signify that they each
        return an immediate form of the opcode.
      * Added a warning if either of the functions is ever used in a context which
        requires a register-version opcode.
      
      SparcV9_F4.td: fixed class F4_3, added F4_4 and notes that F4_{1,2} need fixing
      SparcV9.td: added the MOV(F)cc instructions
      
      llvm-svn: 6548
      843d6933
Loading