1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Target/Mips/AsmParser
Matheus Almeida 4a18a3f38a [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
INSERT is the first type of MSA instruction that requires a change to the way MSA registers are parsed. 
This happens because MSA registers may be suffixed by an index in the form of an immediate or a
 general purpose register. The changes to parseMSARegs reflect that requirement.

llvm-svn: 192447
2013-10-11 13:29:36 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
MipsAsmParser.cpp [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. 2013-10-11 13:29:36 +00:00