Searched refs:DecodeSystemPStateInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 143 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, 1615 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, in DecodeSystemPStateInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11695 …if (!Check(&S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) return MCDisassembler_F…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 137 static DecodeStatus DecodeSystemPStateInstruction(llvm::MCInst &Inst, 1510 static DecodeStatus DecodeSystemPStateInstruction(llvm::MCInst &Inst, in DecodeSystemPStateInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 167 static DecodeStatus DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, 1708 static DecodeStatus DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, in DecodeSystemPStateInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 967 let DecoderMethod = "DecodeSystemPStateInstruction"; 995 let DecoderMethod = "DecodeSystemPStateInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1189 let DecoderMethod = "DecodeSystemPStateInstruction"; 1217 let DecoderMethod = "DecodeSystemPStateInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21246 …if (!Check(S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) { DecodeComplete = false…
|