Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c198 static DecodeStatus DecodeAddrMode5Operand(MCInst *Inst, unsigned Val,
2199 static DecodeStatus DecodeAddrMode5Operand(MCInst *Inst, unsigned Val, in DecodeAddrMode5Operand() function
DARMGenDisassemblerTables.inc13217 if (!Check(&S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
13230 if (!Check(&S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp225 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
2214 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp290 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
2587 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp285 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
2566 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td982 let DecoderMethod = "DecodeAddrMode5Operand";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td1230 let DecoderMethod = "DecodeAddrMode5Operand";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td1115 let DecoderMethod = "DecodeAddrMode5Operand";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc21264 … if (!Check(S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
21426 … if (!Check(S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }