Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp126 static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn,
268 static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn, in decodeLoadStore() function
436 Result = decodeLoadStore(Instr, Insn, Address, this); in getInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td204 let DecoderMethod = "decodeLoadStore";