Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h32 constexpr RxC DecodeCR_RS1(uint32_t inst) { return RxC{DecodeRD(inst), false}; } in DecodeCR_RS1() function
125 auto rs1 = DecodeCR_RS1(inst); in DecodeC_JR()
132 auto rs1 = DecodeCR_RS1(inst); in DecodeC_JALR()