From cb425d6d203c9e36d20aaf4c975aecb3ca10b598 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 16 Jan 2013 01:19:29 +0000 Subject: assembler: Rename branch to branch_gen6 The purpose of this commit is to synchronize opcode definitions across the gen4asm assembler and mesa. Signed-off-by: Damien Lespiau --- assembler/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembler/main.c') diff --git a/assembler/main.c b/assembler/main.c index 15ed5179..ae271b42 100644 --- a/assembler/main.c +++ b/assembler/main.c @@ -448,7 +448,7 @@ int main(int argc, char **argv) if(opcode == BRW_OPCODE_CALL || opcode == BRW_OPCODE_JMPI) entry->instruction.bits3.JIP = offset; // for CALL, JMPI else - entry->instruction.bits1.branch.JIP = offset; // for CASE,ELSE,FORK,IF,WHILE + entry->instruction.bits1.branch_gen6.jump_count = offset; // for CASE,ELSE,FORK,IF,WHILE } else if(IS_GENp(7)) { int opcode = entry->instruction.header.opcode; /* Gen7 JMPI Restrictions in bspec: -- cgit v1.2.3