Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp102 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address,
176 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFRd() function
187 if (decodeFRd(Inst, Insn, Address, Decoder) == MCDisassembler::Fail) in decodeFLPMX()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td144 let DecoderMethod = "decodeFRd";