Searched refs:LEAInst (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp107 MCInst LEAInst; local
108 LEAInst.setOpcode(VE::LEAzii);
109 LEAInst.addOperand(RD);
111 LEAInst.addOperand(CZero);
112 LEAInst.addOperand(CZero);
113 LEAInst.addOperand(Imm);
114 OutStreamer.emitInstruction(LEAInst, STI);
131 MCInst LEAInst; local
132 LEAInst.setOpcode(VE::LEAzii);
133 LEAInst
[all...]

Completed in 188 milliseconds