================
@@ -47,13 +47,13 @@ class LDPFormat<dag outs, dag ins, string opcodestr, string
argstr>
bits<5> rd1;
bits<5> rd2;
- let Inst{31-27} = rd2;
- let Inst{26-23} = imm7{6-3};
- let Inst{22-20} = 0b000;
- let Inst{19-15} = rs1;
- let Inst{14-12} = 0b100;
- let Inst{11-7} = rd1;
- let Inst{6-0} = OPC_CUSTOM_0.Value;
+ let Inst{31 - 27} = rd2;
----------------
ukalappa-mips wrote:
@topperc used the clangformat on the same .
https://github.com/llvm/llvm-project/pull/155747
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits