Searched refs:DecodeT2AddrModeImm12 (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 340 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
|
D | ARMGenDisassemblerTables.inc | 12976 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/ |
D | ARMDisassembler.cpp | 371 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/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 464 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 459 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/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 157 let DecoderMethod = "DecodeT2AddrModeImm12";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 191 let DecoderMethod = "DecodeT2AddrModeImm12";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 191 let DecoderMethod = "DecodeT2AddrModeImm12";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20889 … if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 21000 … if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
|