Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2764 let DecoderMethod = "DecodeAddrMode3Instruction";
2778 let DecoderMethod = "DecodeAddrMode3Instruction";
2798 let DecoderMethod = "DecodeAddrMode3Instruction";
2812 let DecoderMethod = "DecodeAddrMode3Instruction";
3087 let DecoderMethod = "DecodeAddrMode3Instruction";
3105 let DecoderMethod = "DecodeAddrMode3Instruction";
3120 let DecoderMethod = "DecodeAddrMode3Instruction";
3136 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td760 let DecoderMethod = "DecodeAddrMode3Instruction";
817 let DecoderMethod = "DecodeAddrMode3Instruction";
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp202 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst,unsigned Insn,
1619 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function