Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 323 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 D | ARMInstrInfo.td | 2252 let DecoderMethod = "DecodeCPSInstruction" in {
|