Searched refs:DecodeAddrMode6Operand (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 300 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 2689 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand() function 2918 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVLDInstruction() 3120 if (!Check(S, DecodeAddrMode6Operand(Inst, Rn, Address, Decoder))) in DecodeVSTInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 1270 let DecoderMethod = "DecodeAddrMode6Operand"; 1298 let DecoderMethod = "DecodeAddrMode6Operand";
|