Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2522 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2539 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2633 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2650 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2669 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2686 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2787 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2804 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2950 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2967 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp190 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1475 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function