Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp305 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
594 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td697 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {