Searched refs:DecodeAddrMode6Operand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 231 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2272 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2500 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 2701 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 981 let DecoderMethod = "DecodeAddrMode6Operand"; 1009 let DecoderMethod = "DecodeAddrMode6Operand";
|