Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c358 static DecodeStatus DecodeT2Adr(MCInst *Inst, uint32_t Val,
5025 static DecodeStatus DecodeT2Adr(MCInst *Inst, uint32_t Insn, in DecodeT2Adr() function
DARMGenDisassemblerTables.inc12808 if (!Check(&S, DecodeT2Adr(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp389 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val,
5070 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp482 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val,
5620 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp477 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val,
5597 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1244 let DecoderMethod = "DecodeT2Adr";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1414 let DecoderMethod = "DecodeT2Adr";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td1415 let DecoderMethod = "DecodeT2Adr";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20670 if (!Check(S, DecodeT2Adr(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }