Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 213 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, 1854 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction() 1958 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function 2109 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction() 5039 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1913 let DecoderMethod = "DecodeCPSInstruction" in {
|