Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp323 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
2436 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction()
2565 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function
2746 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction()
5991 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2252 let DecoderMethod = "DecodeCPSInstruction" in {