Home
last modified time | relevance | path

Searched refs:DFWWORD (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h311 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)]) macro
315 #define DFWWORD(dfw, off) ((dfw)->words[off]) macro
433 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
484 uInt sourhi=DFWWORD(df, 0); \
485 uInt sourlo=DFWWORD(df, 1); \
504 uInt sourhi=DFWWORD(df, 0); \
505 uInt sourmh=DFWWORD(df, 1); \
506 uInt sourml=DFWWORD(df, 2); \
507 uInt sourlo=DFWWORD(df, 3); \