Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c230 static DecodeStatus DecodeVSHLMaxInstruction(MCInst *Inst, unsigned Val,
3129 static DecodeStatus DecodeVSHLMaxInstruction(MCInst *Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
DARMGenDisassemblerTables.inc11539 …if (!Check(&S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp259 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/
DARMDisassembler.cpp328 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/
DARMDisassembler.cpp323 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val,
3560 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td5443 let DecoderMethod = "DecodeVSHLMaxInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td5901 let DecoderMethod = "DecodeVSHLMaxInstruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td5899 let DecoderMethod = "DecodeVSHLMaxInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc19371 …if (!Check(S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…