Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2562 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2579 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2673 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2690 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2709 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2726 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2827 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2844 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2990 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3007 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp190 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1461 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function