Home
last modified time | relevance | path

Searched refs:DecodeCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp297 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn,
510 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, in DecodeCall() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp239 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
514 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeCall() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td182 let DecoderMethod = "DecodeCall";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1478 let isCall = 1, hasSideEffects = 0, DecoderMethod = "DecodeCall" in