[ECOS] code questions:
zhlg_shuhan@sohu.com
zhlg_shuhan@sohu.com
Wed Jul 3 23:17:00 GMT 2002
here is a assemble subroutine of PPC:
#define HAL_LSBIT_INDEX(index, mask) \
asm ( "neg 11,%1;" \
"and 11,11,%1;" \
"cntlzw %0,11;" \
"subfic %0,%0,31;" \
: "=r" (index) \
: "r" (mask) \
: "r11" \
);
could you tell me means of such as %1,%0,:,"=r" and so on, and where to get more info?
i search them in processor mannul and gnu toolkit to look for them,but failed.
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list