Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2940 let DecoderMethod = "DecodeAddrMode3Instruction";
2954 let DecoderMethod = "DecodeAddrMode3Instruction";
2974 let DecoderMethod = "DecodeAddrMode3Instruction";
2988 let DecoderMethod = "DecodeAddrMode3Instruction";
3274 let DecoderMethod = "DecodeAddrMode3Instruction";
3292 let DecoderMethod = "DecodeAddrMode3Instruction";
3307 let DecoderMethod = "DecodeAddrMode3Instruction";
3323 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td868 let DecoderMethod = "DecodeAddrMode3Instruction";
925 let DecoderMethod = "DecodeAddrMode3Instruction";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp294 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn,
2203 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function