[PATCH] D108602: [RISCV] Initial support .insn directive for the assembler.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 16:53:49 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:926
+ AnyReg:$rs1, AnyReg:$rs2, AnyReg:$rs3)>;
+def : InstAlias<".insn_r4 $opcode, $funct3, $funct7, $rd, $rs1, $rs2, $rs3",
+ (InsnR4 AnyReg:$rd, uimm7:$opcode, uimm3:$funct3, uimm7:$funct7,
----------------
Does binutils have these `.insn_*` aliases? I cannot find them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108602/new/
https://reviews.llvm.org/D108602
More information about the llvm-commits
mailing list