Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp356 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
2940 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function
3171 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction()
3378 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1281 let DecoderMethod = "DecodeAddrMode6Operand";
1309 let DecoderMethod = "DecodeAddrMode6Operand";