Searched refs:DecodeVSHLMaxInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 230 static DecodeStatus DecodeVSHLMaxInstruction(MCInst *Inst, unsigned Val, 3129 static DecodeStatus DecodeVSHLMaxInstruction(MCInst *Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
|
D | ARMGenDisassemblerTables.inc | 11539 …if (!Check(&S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 259 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val, 3154 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 328 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val, 3581 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 323 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val, 3560 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 5443 let DecoderMethod = "DecodeVSHLMaxInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 5901 let DecoderMethod = "DecodeVSHLMaxInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 5899 let DecoderMethod = "DecodeVSHLMaxInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 19371 …if (!Check(S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…
|