Home
last modified time | relevance | path

Searched refs:DecodeCS_RS1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h44 constexpr RxC DecodeCS_RS1(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCS_RS1() function
101 return SW{DecodeCS_RS1(inst), DecodeCS_RS2(inst), uint32_t(offset)}; in DecodeC_SW()
107 return SD{DecodeCS_RS1(inst), DecodeCS_RS2(inst), uint32_t(offset)}; in DecodeC_SD()
313 return FSW{DecodeCS_RS1(inst), DecodeCS_RS2(inst), uint32_t(offset)}; in DecodeC_FSW()
353 return FSD{DecodeCS_RS1(inst), DecodeCS_RS2(inst), uint32_t(offset)}; in DecodeC_FSD()