Searched refs:DecodeT2AddrModeImm8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 441 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, 3925 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8() 4044 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT() 4204 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function 4341 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMInstrThumb2.td | 223 let DecoderMethod = "DecodeT2AddrModeImm8"; 237 let DecoderMethod = "DecodeT2AddrModeImm8"; 250 let DecoderMethod = "DecodeT2AddrModeImm8";
|