From: David Given Date: Thu, 27 Jun 2013 10:25:50 +0000 (+0100) Subject: ISA change: clz has been renamed to log2. X-Git-Tag: release-6-0-pre-5~10^2~5 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=29af6f1adbdd7deb17851ce9e166d0d27dadf4c9;p=ack.git ISA change: clz has been renamed to log2. --HG-- branch : dtrg-videocore --- diff --git a/mach/vc4/as/mach3.c b/mach/vc4/as/mach3.c index 0ae247226..502894a9f 100644 --- a/mach/vc4/as/mach3.c +++ b/mach/vc4/as/mach3.c @@ -106,7 +106,7 @@ 0, OP_ALU, B8(00011000), "exts", 0, OP_ALU, B8(00011001), "neg", 0, OP_ALU, B8(00011010), "lsr", -0, OP_ALU, B8(00011011), "clz", +0, OP_ALU, B8(00011011), "log2", 0, OP_ALU, B8(00011100), "lsl", 0, OP_ALU, B8(00011101), "brev", 0, OP_ALU, B8(00011110), "asr", @@ -145,4 +145,4 @@ 0, OP_MEM, B8(00000110), "ldhs", 0, OP_MEM, B8(00000111), "sths", -0, OP_LEA, 0, "lea", \ No newline at end of file +0, OP_LEA, 0, "lea",