Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrInfo.td5455 let DecoderMethod = "DecodeCopMemInstruction";
5471 let DecoderMethod = "DecodeCopMemInstruction";
5489 let DecoderMethod = "DecodeCopMemInstruction";
5508 let DecoderMethod = "DecodeCopMemInstruction";
5527 let DecoderMethod = "DecodeCopMemInstruction";
5543 let DecoderMethod = "DecodeCopMemInstruction";
5561 let DecoderMethod = "DecodeCopMemInstruction";
5580 let DecoderMethod = "DecodeCopMemInstruction";
DARMInstrThumb2.td4327 let DecoderMethod = "DecodeCopMemInstruction";
4344 let DecoderMethod = "DecodeCopMemInstruction";
4363 let DecoderMethod = "DecodeCopMemInstruction";
4382 let DecoderMethod = "DecodeCopMemInstruction";
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp281 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1860 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function