Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp319 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
2438 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction()
2567 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function
2748 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction()
5993 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2283 let DecoderMethod = "DecodeCPSInstruction" in {