Searched refs:DecodeAddrMode6Operand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 295 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2664 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2893 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 3095 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMInstrInfo.td | 1151 let DecoderMethod = "DecodeAddrMode6Operand"; 1179 let DecoderMethod = "DecodeAddrMode6Operand";
|