Home
last modified time | relevance | path

Searched refs:DecodeFMemCop2MMR6 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp373 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn,
1787 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn, in DecodeFMemCop2MMR6() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp381 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn,
2029 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn, in DecodeFMemCop2MMR6() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp326 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn,
1934 static DecodeStatus DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn, in DecodeFMemCop2MMR6() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMicroMips32r6InstrInfo.td793 string DecoderMethod = "DecodeFMemCop2MMR6";
807 string DecoderMethod = "DecodeFMemCop2MMR6";
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMicroMips32r6InstrInfo.td791 string DecoderMethod = "DecodeFMemCop2MMR6";
805 string DecoderMethod = "DecodeFMemCop2MMR6";
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMicroMips32r6InstrInfo.td798 string DecoderMethod = "DecodeFMemCop2MMR6";
812 string DecoderMethod = "DecodeFMemCop2MMR6";
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
H A DMipsGenDisassemblerTables.inc8612 …if (DecodeFMemCop2MMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassemble…
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/
H A DMipsGenDisassemblerTables.inc8752 if (!Check(S, DecodeFMemCop2MMR6(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }