Home
last modified time | relevance | path

Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp213 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/
DARMInstrInfo.td1913 let DecoderMethod = "DecodeCPSInstruction" in {