Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp294 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
2627 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode7Operand() function
5856 if (!Check(S, DecodeAddrMode7Operand(Inst, Rn, Address, Decoder))) in DecodeLDR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1456 let DecoderMethod = "DecodeAddrMode7Operand";