Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c143 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst,
1615 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, in DecodeSystemPStateInstruction() function
DAArch64GenDisassemblerTables.inc11695 …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-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp167 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/
DAArch64InstrFormats.td967 let DecoderMethod = "DecodeSystemPStateInstruction";
995 let DecoderMethod = "DecodeSystemPStateInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1189 let DecoderMethod = "DecodeSystemPStateInstruction";
1217 let DecoderMethod = "DecodeSystemPStateInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc21246 …if (!Check(S, DecodeSystemPStateInstruction(MI, insn, Address, Decoder))) { DecodeComplete = false…