Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 319 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, 2435 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction() 2564 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function 2745 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction() 5990 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 2282 let DecoderMethod = "DecodeCPSInstruction" in {
|