Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h41 constexpr RxC DecodeCB_RD(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCB_RD()
43 constexpr RxC DecodeCL_RS1(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCL_RS1()
44 constexpr RxC DecodeCS_RS1(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCS_RS1()
45 constexpr RxC DecodeCA_RS1(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCA_RS1()
46 constexpr RxC DecodeCB_RS1(uint32_t inst) { return RxC{DecodeCA_RD(inst)}; } in DecodeCB_RS1()
274 auto rd = DecodeCA_RD(inst); in DecodeC_AND()
279 auto rd = DecodeCA_RD(inst); in DecodeC_OR()
284 auto rd = DecodeCA_RD(inst); in DecodeC_XOR()
289 auto rd = DecodeCA_RD(inst); in DecodeC_SUB()
294 auto rd = DecodeCA_RD(inst); in DecodeC_SUBW()
[all …]