Home
last modified time | relevance | path

Searched refs:DecodeAddrMode6Operand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp241 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
2311 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function
2540 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction()
2742 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1144 let DecoderMethod = "DecodeAddrMode6Operand";
1172 let DecoderMethod = "DecodeAddrMode6Operand";