]> granicus.if.org Git - llvm/commit
SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 2 Jun 2003 20:55:14 +0000 (20:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 2 Jun 2003 20:55:14 +0000 (20:55 +0000)
commiteecdb661ec3a584f0af8c6fd1a633cd40935d777
tree872911e3584f8c47c73ef53d7925e59bfe2cd79a
parente6aa9e30b1df8bb92116faf5070b88ca5c6a03bd
SparcInstr.def: added 'r' and 'i' versions of MOV(F)cc instructions

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9.td
lib/Target/SparcV9/SparcV9Instr.def
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Target/SparcV9/SparcV9_F4.td