diff options
author | Ian Romanick <[email protected]> | 2008-02-14 17:42:34 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2008-02-14 17:42:34 -0800 |
commit | bbd7aabe2bc5743d11c77dd94665045b09791048 (patch) | |
tree | b110f171df1565985c0540fedfe573ebe2aecbdf /src/mesa/ppc/rtasm/spe_asm.h | |
parent | d4d9943b0144062e70372329ea46f5b41c6c270e (diff) |
More name typeo fixes.
Diffstat (limited to 'src/mesa/ppc/rtasm/spe_asm.h')
-rw-r--r-- | src/mesa/ppc/rtasm/spe_asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/ppc/rtasm/spe_asm.h b/src/mesa/ppc/rtasm/spe_asm.h index e6cf1d35ba9..9532669b8c1 100644 --- a/src/mesa/ppc/rtasm/spe_asm.h +++ b/src/mesa/ppc/rtasm/spe_asm.h @@ -75,7 +75,7 @@ extern void spe_release_func(struct spe_function *p); /* Memory load / store instructions */ -EMIT_RI10(spe_ldq, 0x034); +EMIT_RI10(spe_lqd, 0x034); EMIT_RR (spe_lqx, 0x1c4); EMIT_RI16(spe_lqa, 0x061); EMIT_RI16(spe_lqr, 0x067); @@ -123,7 +123,7 @@ EMIT_RR (spe_mpy, 0x3c4); EMIT_RR (spe_mpyu, 0x3cc); EMIT_RI10(spe_mpyi, 0x074); EMIT_RI10(spe_mpyui, 0x075); -EMIT_RRR (spy_mpya, 0x00c); +EMIT_RRR (spe_mpya, 0x00c); EMIT_RR (spe_mpyh, 0x3c5); EMIT_RR (spe_mpys, 0x3c7); EMIT_RR (spe_mpyhh, 0x3c6); |