Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZc.td34 let DecoderMethod = "decodeUImmOperandGE<8, 32>";
H A DRISCVInstrInfoXqci.td33 let DecoderMethod = "decodeUImmOperandGE<5, 4>";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp404 static DecodeStatus decodeUImmOperandGE(MCInst &Inst, uint32_t Imm, in decodeUImmOperandGE() function