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.td2974 let DecoderMethod = "DecodeAddrMode3Instruction";
2988 let DecoderMethod = "DecodeAddrMode3Instruction";
3008 let DecoderMethod = "DecodeAddrMode3Instruction";
3022 let DecoderMethod = "DecodeAddrMode3Instruction";
3308 let DecoderMethod = "DecodeAddrMode3Instruction";
3326 let DecoderMethod = "DecodeAddrMode3Instruction";
3341 let DecoderMethod = "DecodeAddrMode3Instruction";
3357 let DecoderMethod = "DecodeAddrMode3Instruction";
H A DARMInstrFormats.td881 let DecoderMethod = "DecodeAddrMode3Instruction";
938 let DecoderMethod = "DecodeAddrMode3Instruction";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp290 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn,
2205 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function