From: Kenneth Graunke Date: Sun, 29 Jun 2014 01:33:45 +0000 (-0700) Subject: i965/disasm: Decode Broadwell's invm/rsqrtm math functions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa9e23dbe81977032e8e53211b46b6daef347cb8;p=mesa.git i965/disasm: Decode Broadwell's invm/rsqrtm math functions. We don't use these yet, but we may as well disassemble them. Signed-off-by: Kenneth Graunke Reviewed-by: Matt Turner Reviewed-by: Kristian Høgsberg --- diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c index b651120ee7d..14cb687173b 100644 --- a/src/mesa/drivers/dri/i965/brw_disasm.c +++ b/src/mesa/drivers/dri/i965/brw_disasm.c @@ -454,6 +454,8 @@ static const char *const math_function[16] = { [BRW_MATH_FUNCTION_INT_DIV_QUOTIENT_AND_REMAINDER] = "intdivmod", [BRW_MATH_FUNCTION_INT_DIV_QUOTIENT] = "intdiv", [BRW_MATH_FUNCTION_INT_DIV_REMAINDER] = "intmod", + [GEN8_MATH_FUNCTION_INVM] = "invm", + [GEN8_MATH_FUNCTION_RSQRTM] = "rsqrtm", }; static const char *const math_saturate[2] = {