Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrInfo.td2552 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2569 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2663 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2680 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2699 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2716 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2817 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2834 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2980 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2997 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp190 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1476 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function