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.td2953 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2970 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3064 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3081 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3100 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3117 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3235 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3252 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3401 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3418 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,
2049 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeAddrMode2IdxInstruction() function