Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2724 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2741 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2835 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2852 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2871 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2888 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2995 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3158 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3175 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3199 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp196 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
1470 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction() function