Searched refs:DecodeFunc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/ |
D | AVRDisassembler.cpp | 154 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address, typedef
|
/external/capstone/arch/Sparc/ |
D | SparcDisassembler.c | 248 typedef DecodeStatus (*DecodeFunc)(MCInst *MI, unsigned insn, uint64_t Address, typedef 253 bool isLoad, DecodeFunc DecodeRD) in DecodeMem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/Disassembler/ |
D | BPFDisassembler.cpp | 222 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address, typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 377 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address, typedef 382 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 375 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address, typedef 380 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
|