Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp297 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address,
515 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, in DecodeCall() function
/llvm-project-15.0.7/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp246 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
528 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeCall() function
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td204 let DecoderMethod = "DecodeCall";
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1488 let isCall = 1, hasSideEffects = 0, DecoderMethod = "DecodeCall" in