Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp136 static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn,
331 static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn, in decodeLoadStore() function
507 Result = decodeLoadStore(Instr, Insn, Address, this); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td193 let DecoderMethod = "decodeLoadStore";