Searched refs:DecodeBranchTargetMM (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/Mips/ |
D | MipsDisassembler.c | 123 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst, 1268 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst, in DecodeBranchTargetMM() function
|
D | MipsGenDisassemblerTables.inc | 4888 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_… 4926 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_…
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 241 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst, 2045 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst, in DecodeBranchTargetMM() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 251 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst, 2272 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst, in DecodeBranchTargetMM() function
|
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 176 let DecoderMethod = "DecodeBranchTargetMM";
|
D | MicroMips32r6InstrInfo.td | 31 let DecoderMethod = "DecodeBranchTargetMM";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 190 let DecoderMethod = "DecodeBranchTargetMM";
|
D | MicroMips32r6InstrInfo.td | 31 let DecoderMethod = "DecodeBranchTargetMM";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 8152 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl… 8175 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl… 8181 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl… 8404 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl… 8534 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl… 8540 …if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembl…
|