From bd7dd3ed06ea9e88a9f6e18f45338bd99fde86f1 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sat, 7 Jun 2014 16:37:57 -0400 Subject: gk110/ir: fix bfind emission There is a short-immediate version as well, but it should never end up getting used since it would have gotten folded earlier. Signed-off-by: Ilia Mirkin Cc: "10.2" --- src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp index bc77bd8c07a..75b3da2697f 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp @@ -713,7 +713,7 @@ CodeEmitterGK110::emitEXTBF(const Instruction *i) void CodeEmitterGK110::emitBFIND(const Instruction *i) { - emitForm_21(i, 0x618, 0xc18); + emitForm_C(i, 0x218, 0x2); if (i->dType == TYPE_S32) code[1] |= 0x80000; -- cgit v1.2.3