Home
last modified time | relevance | path

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

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