Home
last modified time | relevance | path

Searched refs:DecodeAddrMode3Instruction (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2970 let DecoderMethod = "DecodeAddrMode3Instruction";
2984 let DecoderMethod = "DecodeAddrMode3Instruction";
3004 let DecoderMethod = "DecodeAddrMode3Instruction";
3018 let DecoderMethod = "DecodeAddrMode3Instruction";
3304 let DecoderMethod = "DecodeAddrMode3Instruction";
3322 let DecoderMethod = "DecodeAddrMode3Instruction";
3337 let DecoderMethod = "DecodeAddrMode3Instruction";
3353 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td869 let DecoderMethod = "DecodeAddrMode3Instruction";
926 let DecoderMethod = "DecodeAddrMode3Instruction";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp290 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn,
2202 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function