Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfa.td41 let DecoderMethod = "decodeFRMArg";
H A DRISCVInstrInfoF.td132 let DecoderMethod = "decodeFRMArg";
152 let DecoderMethod = "decodeFRMArg";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp337 static DecodeStatus decodeFRMArg(MCInst &Inst, uint32_t Imm, int64_t Address, in decodeFRMArg() function