Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
HDSparcDisassembler.cpp305 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
589 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td620 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {