Searched refs:DecodeLoadFP (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/Sparc/ |
D | SparcDisassembler.c | 174 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, 303 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() function
|
D | SparcGenDisassemblerTables.inc | 1907 … if (DecodeLoadFP(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 280 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, 437 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 282 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, 439 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() function
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 506 let DecoderMethod = "DecodeLoadFP" in { 534 let DecoderMethod = "DecodeLoadFP" in
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 510 let DecoderMethod = "DecodeLoadFP" in { 538 let DecoderMethod = "DecodeLoadFP" in
|