Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrThumb.td396 let DecoderMethod = "DecodeThumbAddSPImm";
407 let DecoderMethod = "DecodeThumbAddSPImm";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td425 let DecoderMethod = "DecodeThumbAddSPImm";
436 let DecoderMethod = "DecodeThumbAddSPImm";
/external/capstone/arch/ARM/
DARMDisassembler.c330 static DecodeStatus DecodeThumbAddSPImm(MCInst *Inst, uint16_t Val,
3868 static DecodeStatus DecodeThumbAddSPImm(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
DARMGenDisassemblerTables.inc12410 …if (!Check(&S, DecodeThumbAddSPImm(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_F…
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp361 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
3884 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp449 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
4373 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20246 if (!Check(S, DecodeThumbAddSPImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }