Searched refs:DecodeCall (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 262 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeCoprocPairRegisterClass() 333 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, in tryAddingSymbolicOperand() 335 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, DecodeCall() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
H A D | VEDisassembler.cpp | 246 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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 230 let DecoderMethod = "DecodeCall";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 1490 let isCall = 1, hasSideEffects = 0, DecoderMethod = "DecodeCall" in
|