Searched refs:DecodeSystemPStateInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 145 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, 1607 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, in DecodeSystemPStateInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11687 …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-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 168 static DecodeStatus DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, 1721 static DecodeStatus DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, in DecodeSystemPStateInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 171 static DecodeStatus DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, 1757 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1365 let DecoderMethod = "DecodeSystemPStateInstruction"; 1392 let DecoderMethod = "DecodeSystemPStateInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1489 let DecoderMethod = "DecodeSystemPStateInstruction"; 1516 let DecoderMethod = "DecodeSystemPStateInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 24463 …if (!Check(S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) { DecodeComplete = false…
|