Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2602 let DecoderMethod = "DecodeAddrMode3Instruction";
2616 let DecoderMethod = "DecodeAddrMode3Instruction";
2636 let DecoderMethod = "DecodeAddrMode3Instruction";
2650 let DecoderMethod = "DecodeAddrMode3Instruction";
2919 let DecoderMethod = "DecodeAddrMode3Instruction";
2937 let DecoderMethod = "DecodeAddrMode3Instruction";
2952 let DecoderMethod = "DecodeAddrMode3Instruction";
2968 let DecoderMethod = "DecodeAddrMode3Instruction";
DARMInstrFormats.td730 let DecoderMethod = "DecodeAddrMode3Instruction";
787 let DecoderMethod = "DecodeAddrMode3Instruction";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp196 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst,unsigned Insn,
1610 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction() function