Searched refs:DecodeCacheOpMM (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/capstone/arch/Mips/ |
H A D | MipsDisassembler.c | 160 static DecodeStatus DecodeCacheOpMM(MCInst *Inst, 1017 static DecodeStatus DecodeCacheOpMM(MCInst *Inst, in DecodeCacheOpMM() function
|
H A D | MipsGenDisassemblerTables.inc | 5224 …if (DecodeCacheOpMM(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail…
|
/aosp_15_r20/external/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 290 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, 1362 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, in DecodeCacheOpMM() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 301 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, 1610 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, in DecodeCacheOpMM() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 259 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, unsigned Insn, 1533 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, unsigned Insn, in DecodeCacheOpMM() function
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 945 let DecoderMethod = "DecodeCacheOpMM" in {
|
H A D | MicroMips32r6InstrInfo.td | 401 string DecoderMethod = "DecodeCacheOpMM";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 1065 let DecoderMethod = "DecodeCacheOpMM" in {
|
H A D | MicroMips32r6InstrInfo.td | 419 string DecoderMethod = "DecodeCacheOpMM";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 1069 let DecoderMethod = "DecodeCacheOpMM" in {
|
H A D | MicroMips32r6InstrInfo.td | 415 string DecoderMethod = "DecodeCacheOpMM";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
H A D | MipsGenDisassemblerTables.inc | 8227 …if (DecodeCacheOpMM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/ |
H A D | MipsGenDisassemblerTables.inc | 8367 if (!Check(S, DecodeCacheOpMM(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|