Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2935 let DecoderMethod = "DecodeAddrMode3Instruction";
2949 let DecoderMethod = "DecodeAddrMode3Instruction";
2969 let DecoderMethod = "DecodeAddrMode3Instruction";
2983 let DecoderMethod = "DecodeAddrMode3Instruction";
3269 let DecoderMethod = "DecodeAddrMode3Instruction";
3287 let DecoderMethod = "DecodeAddrMode3Instruction";
3302 let DecoderMethod = "DecodeAddrMode3Instruction";
3318 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td864 let DecoderMethod = "DecodeAddrMode3Instruction";
921 let DecoderMethod = "DecodeAddrMode3Instruction";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp261 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst,unsigned Insn,
1993 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function