commit | 70560da79d5be611bd7867f9c590847702c61fb5 | [log] [tgz] |
---|---|---|
author | Fabien Chouteau <chouteau@adacore.com> | Wed Sep 28 05:54:05 2011 +0000 |
committer | Alexander Graf <agraf@suse.de> | Sun Oct 30 17:11:53 2011 +0100 |
tree | 123a12ea9536942c0954bf172f258e58c6778a1b | |
parent | bdcf9d6cd4ff987e58ba4f311ba7b1a33cf3ce5e [diff] |
Set an invalid-bits mask for each SPE instructions SPE instructions are defined by pairs. Currently, the invalid-bits mask is set for the first instruction, but the second one can have a different mask. example: GEN_SPE(efdcmpeq, efdcfs, 0x17, 0x0B, 0x00600000, 0x00180000, PPC_SPE_DOUBLE), Signed-off-by: Fabien Chouteau <chouteau@adacore.com> Signed-off-by: Alexander Graf <agraf@suse.de>