Searched refs:DecodeCPSInstruction (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 280 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, 2223 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeQADDInstruction() 2350 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction() function 2501 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSMLAInstruction() 5669 return DecodeCPSInstruction(Inst, Insn, Address, Decoder); in DecodeSwap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 2242 let DecoderMethod = "DecodeCPSInstruction" in {
|