Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h41 constexpr RxC DecodeCB_RD(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCB_RD() function
237 auto rd = DecodeCB_RD(inst); in DecodeC_SRLI()
245 auto rd = DecodeCB_RD(inst); in DecodeC_SRAI()
253 auto rd = DecodeCB_RD(inst); in DecodeC_ANDI()