From 1c955171c84f5d062f5f0be983de636a1817c6f7 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Thu, 18 Oct 2007 05:51:01 -0400 Subject: Implement ex2 opcode --- src/mesa/pipe/llvm/instructions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/pipe/llvm/instructions.h') diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h index 0ca9bd25a7..de33b79e37 100644 --- a/src/mesa/pipe/llvm/instructions.h +++ b/src/mesa/pipe/llvm/instructions.h @@ -19,6 +19,7 @@ public: llvm::Value *dp4(llvm::Value *in1, llvm::Value *in2); llvm::Value *dph(llvm::Value *in1, llvm::Value *in2); llvm::Value *dst(llvm::Value *in1, llvm::Value *in2); + llvm::Value *ex2(llvm::Value *in1); llvm::Value *lit(llvm::Value *in1); llvm::Value *madd(llvm::Value *in1, llvm::Value *in2, llvm::Value *in2); -- cgit v1.2.3