Searched refs:DecodeAddrMode6Operand (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 352 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2942 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 3173 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 3380 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 1308 let DecoderMethod = "DecodeAddrMode6Operand"; 1336 let DecoderMethod = "DecodeAddrMode6Operand";
|