Page 1 of 1

qmove in gcc?

Posted: Tue Nov 16, 2004 9:56 am
by zerocom
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...

Posted: Tue Nov 16, 2004 10:52 am
by mrbrown
There is no "qmove" instruction or macro in the assembler.

What's the optimization you're trying to do?

Posted: Tue Nov 16, 2004 8:54 pm
by zerocom
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...