Searched refs:CSRWR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 107 CSRWR, enumerator
|
| H A D | LoongArchRegisterInfo.td | 131 // encoded as 0 or 1, the instruction is interpreted as [G]CSRRD or [G]CSRWR,
|
| H A D | LoongArchInstrInfo.td | 147 def loongarch_csrwr : SDNode<"LoongArchISD::CSRWR", SDT_LoongArchCsrwr, 2480 def CSRWR : FmtCSR<0x04000020, (outs GPR:$dst), 2529 (CSRWR GPR:$rd, uimm14:$imm14)>;
|
| H A D | LoongArchISelLowering.cpp | 3435 : DAG.getNode(LoongArchISD::CSRWR, DL, {GRLenVT, MVT::Other}, in lowerINTRINSIC_W_CHAIN() 4249 DAG.getNode(LoongArchISD::CSRWR, DL, {GRLenVT, MVT::Other}, in ReplaceNodeResults() 6574 NODE_NAME_CASE(CSRWR) in getTargetNodeName()
|