Searched refs:DecodeCA_RS2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVCInstructions.h | 50 constexpr RxC DecodeCA_RS2(uint32_t inst) { return RxC{DecodeCIW_RD(inst)}; } in DecodeCA_RS2() function 275 return AND{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_AND() 280 return OR{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_OR() 285 return XOR{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_XOR() 290 return SUB{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_SUB() 295 return SUBW{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_SUBW() 300 return ADDW{rd, rd, DecodeCA_RS2(inst)}; in DecodeC_ADDW()
|