Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2993 let DecoderMethod = "DecodeAddrMode3Instruction";
3007 let DecoderMethod = "DecodeAddrMode3Instruction";
3027 let DecoderMethod = "DecodeAddrMode3Instruction";
3041 let DecoderMethod = "DecodeAddrMode3Instruction";
3327 let DecoderMethod = "DecodeAddrMode3Instruction";
3345 let DecoderMethod = "DecodeAddrMode3Instruction";
3361 let DecoderMethod = "DecodeAddrMode3Instruction";
3377 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td873 let DecoderMethod = "DecodeAddrMode3Instruction";
930 let DecoderMethod = "DecodeAddrMode3Instruction";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp290 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn,
2211 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function