Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h216 uint16_t nzuimm = ((inst >> 1) & 0x3c0) // nzuimm[9:6] in DecodeC_ADDI4SPN() local
221 if (rd == 0 && nzuimm == 0) in DecodeC_ADDI4SPN()
223 if (nzuimm == 0) in DecodeC_ADDI4SPN()
225 return ADDI{rd, Rs{gpr_sp_riscv}, uint32_t(nzuimm)}; in DecodeC_ADDI4SPN()