Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 221 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, 1849 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction() 1976 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function 2127 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction() 5095 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 2107 let DecoderMethod = "DecodeCPSInstruction" in {
|