Home
last modified time | relevance | path

Searched refs:DecodeSyncI (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/Mips/
DMipsDisassembler.c163 static DecodeStatus DecodeSyncI(MCInst *Inst,
1049 static DecodeStatus DecodeSyncI(MCInst *Inst, in DecodeSyncI() function
DMipsGenDisassemblerTables.inc5394 … if (DecodeSyncI(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp305 static DecodeStatus DecodeSyncI(MCInst &Inst,
1431 static DecodeStatus DecodeSyncI(MCInst &Inst, in DecodeSyncI() function
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp311 static DecodeStatus DecodeSyncI(MCInst &Inst,
1661 static DecodeStatus DecodeSyncI(MCInst &Inst, in DecodeSyncI() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp311 static DecodeStatus DecodeSyncI(MCInst &Inst,
1661 static DecodeStatus DecodeSyncI(MCInst &Inst, in DecodeSyncI() function
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1413 let DecoderMethod = "DecodeSyncI";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td1659 let DecoderMethod = "DecodeSyncI";
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.td1659 let DecoderMethod = "DecodeSyncI";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc8852 …if (DecodeSyncI(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail…