Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2900 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2917 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3011 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3028 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3047 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3064 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3182 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3345 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3362 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3386 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp289 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
2041 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeAddrMode2IdxInstruction() function