Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td50 let DecoderMethod = "decodeSImmNonZeroOperand<6>";
194 let DecoderMethod = "decodeSImmNonZeroOperand<10>";
H A DRISCVInstrInfoXqci.td118 let DecoderMethod = "decodeSImmNonZeroOperand<5>";
135 let DecoderMethod = "decodeSImmNonZeroOperand<16>";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp488 static DecodeStatus decodeSImmNonZeroOperand(MCInst &Inst, uint32_t Imm, in decodeSImmNonZeroOperand() function