Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2930 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
2947 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3041 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3058 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3077 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3094 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3212 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3375 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3392 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
3416 let DecoderMethod = "DecodeAddrMode2IdxInstruction";
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp285 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
2040 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeAddrMode2IdxInstruction() function