Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp568 static DecodeStatus decodeZcmpRlist(MCInst &Inst, uint32_t Imm,
694 static DecodeStatus decodeZcmpRlist(MCInst &Inst, uint32_t Imm, in decodeZcmpRlist() function
709 return decodeZcmpRlist(Inst, Imm, Address, Decoder); in decodeXqccmpRlistS0()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZc.td64 let DecoderMethod = "decodeZcmpRlist";