Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2890 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2907 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3001 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3018 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3037 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3054 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3172 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3189 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3335 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3352 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp255 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1844 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function