commit | 8dee5901b20c5c95278aa3a462eb82826ff98b37 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Dec 24 03:51:39 2013 +0000 |
committer | Paul Burton <paul.burton@imgtec.com> | Wed May 28 16:20:25 2014 +0100 |
tree | 730b16bd3a644db8117394c024c2783f8a042c1b | |
parent | f263839ab59a7f4beb74fc9a7ce0234b62ab2b52 [diff] |
MIPS: uasm: add a label variant of beq This patch allows for use of the beq instruction with labels from uasm, much as bne & others already do. It will be used by a subsequent patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com>