Searched refs:DecodeLogicalImmInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 127 static DecodeStatus DecodeLogicalImmInstruction(MCInst *Inst, 1454 static DecodeStatus DecodeLogicalImmInstruction(MCInst *Inst, in DecodeLogicalImmInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11589 …if (!Check(&S, DecodeLogicalImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fai…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 121 static DecodeStatus DecodeLogicalImmInstruction(llvm::MCInst &Inst, 1350 static DecodeStatus DecodeLogicalImmInstruction(llvm::MCInst &Inst, in DecodeLogicalImmInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 151 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, 1548 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, in DecodeLogicalImmInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2052 let DecoderMethod = "DecodeLogicalImmInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2410 let DecoderMethod = "DecodeLogicalImmInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21140 …if (!Check(S, DecodeLogicalImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|