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

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

Completed in 57 milliseconds