Skip to content
  • Jack Carter's avatar
    [mips][msa] Direct Object Emission support for the MSA instruction set. · 5dc8ac92
    Jack Carter authored
    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).
    
    Patch by Matheus Almeida
    
    llvm-svn: 191412
    5dc8ac92
Loading