Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2895 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2912 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3006 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3023 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3042 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3059 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3177 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3340 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3357 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3381 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp255 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1844 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function