Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp266 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address,
335 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, in DecodeCall() function
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/Disassembler/
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
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.td206 let DecoderMethod = "DecodeCall";
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEInstrInfo.td1490 let isCall = 1, hasSideEffects = 0, DecoderMethod = "DecodeCall" in