Final patch that completes old JIT support for Mips:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Oct 2011 17:50:36 +0000 (17:50 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Oct 2011 17:50:36 +0000 (17:50 +0000)
commitc3f16b316a7a15ee3bd32b4eb5753595cdce2757
tree3009a165b69f1a2153bac52d79078f9afc831fcd
parentde1ff7f5520989bf20ef391c9eb4aa320d865fbd
Final patch that completes old JIT support for Mips:

-Fix binary codes and rename operands in .td files so that automatically
generated function MipsCodeEmitter::getBinaryCodeForInstr gives correct
encoding for instructions.
-Define new class FMem for instructions that access memory.
-Define new class FFRGPR for instructions that move data between GPR and
FPU general and control registers.
-Define custom encoder methods for memory operands, and also for size
operands of ext and ins instructions.
-Only static relocation model is currently implemented.

Patch by Sasa Stankovic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142378 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Makefile
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.td