Home
last modified time | relevance | path

Searched refs:DecodeT2LoadImm8 (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c312 static DecodeStatus DecodeT2LoadImm8(MCInst *Inst, unsigned Insn,
3405 static DecodeStatus DecodeT2LoadImm8(MCInst *Inst, unsigned Insn, in DecodeT2LoadImm8() function
DARMGenDisassemblerTables.inc12894 if (!Check(&S, DecodeT2LoadImm8(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp343 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
3438 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm8() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp352 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
3439 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm8() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1021 let DecoderMethod = "DecodeT2LoadImm8";
1657 let DecoderMethod = "DecodeT2LoadImm8";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1013 let DecoderMethod = "DecodeT2LoadImm8";
1651 let DecoderMethod = "DecodeT2LoadImm8";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14219 if (!Check(S, DecodeT2LoadImm8(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }