[PATCH][Mips][msa] Direct Object Emission for the MSA instruction set - Initial support

Jack Carter Jack.Carter at imgtec.com
Wed Sep 25 17:17:58 PDT 2013


Committed revision 191415.
________________________________
From: Matheus Almeida
Sent: Wednesday, September 25, 2013 4:52 AM
To: llvm-commits at cs.uiuc.edu
Cc: Jack Carter
Subject: [PATCH][Mips][msa] Direct Object Emission for the MSA instruction set - Initial support

In more detail, this patch adds the ability to parse, encode
and decode MSA registers ($w0-$w31). The format of 2RF instructions
(MipsMSAInstrFormat.td) was updated so that we could attach a test case to
this patch i.e., the test case parses, encodes and decodes 2 MSA
instructions. Following patches will add the remainder of the instructions.

Note that DecodeMSA128BRegisterClass is missing from MipsDisassembler.td because it's not yet
required at this stage and having it would cause a compiler warning (unused function).

Matheus Almeida
MIPS processor IP
www.imgtec.com<http://www.imgtec.com/>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130926/b9450dd6/attachment.html>


More information about the llvm-commits mailing list