Home
last modified time | relevance | path

Searched refs:DecodeCacheOpMM (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/capstone/arch/Mips/
H A DMipsDisassembler.c160 static DecodeStatus DecodeCacheOpMM(MCInst *Inst,
1017 static DecodeStatus DecodeCacheOpMM(MCInst *Inst, in DecodeCacheOpMM() function
H A DMipsGenDisassemblerTables.inc5224 …if (DecodeCacheOpMM(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail…
/aosp_15_r20/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp290 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 DMipsDisassembler.cpp301 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 DMipsDisassembler.cpp259 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 DMicroMipsInstrInfo.td945 let DecoderMethod = "DecodeCacheOpMM" in {
H A DMicroMips32r6InstrInfo.td401 string DecoderMethod = "DecodeCacheOpMM";
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td1065 let DecoderMethod = "DecodeCacheOpMM" in {
H A DMicroMips32r6InstrInfo.td419 string DecoderMethod = "DecodeCacheOpMM";
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td1069 let DecoderMethod = "DecodeCacheOpMM" in {
H A DMicroMips32r6InstrInfo.td415 string DecoderMethod = "DecodeCacheOpMM";
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
H A DMipsGenDisassemblerTables.inc8227 …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 DMipsGenDisassemblerTables.inc8367 if (!Check(S, DecodeCacheOpMM(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }