Home
last modified time | relevance | path

Searched refs:DecodeSystemPStateInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64Disassembler.c145 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst,
1607 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, in DecodeSystemPStateInstruction() function
DAArch64GenDisassemblerTables.inc11687 …if (!Check(&S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) return MCDisassembler_F…
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp137 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/
DAArch64Disassembler.cpp168 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/
DAArch64Disassembler.cpp171 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/
DAArch64InstrFormats.td967 let DecoderMethod = "DecodeSystemPStateInstruction";
995 let DecoderMethod = "DecodeSystemPStateInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1365 let DecoderMethod = "DecodeSystemPStateInstruction";
1392 let DecoderMethod = "DecodeSystemPStateInstruction";
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1489 let DecoderMethod = "DecodeSystemPStateInstruction";
1516 let DecoderMethod = "DecodeSystemPStateInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc24463 …if (!Check(S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) { DecodeComplete = false…