Add acc[01] as src operands.

This commit is contained in:
Eric Anholt 2006-08-25 17:44:55 -07:00 committed by Damien Lespiau
parent edc82a045c
commit 2a0f135784

View File

@ -507,8 +507,11 @@ imm32reg: imm32 srcimmtype
}
;
/* XXX: accreg regtype */
directsrcaccoperand: directsrcoperand
| accreg regtype
{
set_src_operand(&$$, &$1, $2);
}
;
/* Returns a source operand in the src0 fields of an instruction. */