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, 1840 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction() 1944 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function 2095 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction() 5032 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1950 let DecoderMethod = "DecodeCPSInstruction" in {
|