Searched refs:DecodeT2AddrModeImm8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 368 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, 3518 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8() 3637 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT() 3751 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function 3852 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 189 let DecoderMethod = "DecodeT2AddrModeImm8"; 200 let DecoderMethod = "DecodeT2AddrModeImm8"; 210 let DecoderMethod = "DecodeT2AddrModeImm8";
|