ISA change: clz has been renamed to log2.
authorDavid Given <dg@cowlark.com>
Thu, 27 Jun 2013 10:25:50 +0000 (11:25 +0100)
committerDavid Given <dg@cowlark.com>
Thu, 27 Jun 2013 10:25:50 +0000 (11:25 +0100)
--HG--
branch : dtrg-videocore

mach/vc4/as/mach3.c

index 0ae2472..502894a 100644 (file)
 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",
 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",