| View previous topic :: View next topic |
| Author |
Message |
zerocom
Joined: 08 Jun 2004 Posts: 12
|
Posted: Tue Nov 16, 2004 9:56 am Post subject: qmove in gcc? |
|
|
Hi,
I'm trying to do some assembler optimisation with gcc 3.2.2, but the qmove instruction seems to be missing? Is this only a gcc 3.2.2 problem?
Bye... |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Tue Nov 16, 2004 10:52 am Post subject: |
|
|
There is no "qmove" instruction or macro in the assembler.
What's the optimization you're trying to do? _________________ "He was warned..." |
|
| Back to top |
|
 |
zerocom
Joined: 08 Jun 2004 Posts: 12
|
Posted: Tue Nov 16, 2004 8:54 pm Post subject: |
|
|
Found it ...
It's a macro supported by Codewarrior and will be translated as 'ppacb'.
I'm currently making my mpeg2 decoder lib ready for the release... |
|
| Back to top |
|
 |
|