Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c340 static DecodeStatus DecodeT2AddrModeImm12(MCInst *Inst, unsigned Val,
3577 if (!Check(&S, DecodeT2AddrModeImm12(Inst, imm, Address, Decoder))) in DecodeT2LoadImm12()
3842 static DecodeStatus DecodeT2AddrModeImm12(MCInst *Inst, unsigned Val, in DecodeT2AddrModeImm12() function
DARMGenDisassemblerTables.inc12976 if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
13017 if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp371 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
3597 if (!Check(S, DecodeT2AddrModeImm12(Inst, imm, Address, Decoder))) in DecodeT2LoadImm12()
3858 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp459 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
4005 if (!Check(S, DecodeT2AddrModeImm12(Inst, imm, Address, Decoder))) in DecodeT2LoadImm12()
4347 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp464 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
4026 if (!Check(S, DecodeT2AddrModeImm12(Inst, imm, Address, Decoder))) in DecodeT2LoadImm12()
4368 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td157 let DecoderMethod = "DecodeT2AddrModeImm12";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td191 let DecoderMethod = "DecodeT2AddrModeImm12";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td191 let DecoderMethod = "DecodeT2AddrModeImm12";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20889 … if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
21000 … if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }