Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2934 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2951 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3045 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3062 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3081 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3098 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3216 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3233 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3379 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3396 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp285 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
2043 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeAddrMode2IdxInstruction() function