Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/imported/
H A Dmpy.idef1173 tmp128 = fCAST8S_16S(fMPY32SS(fGETWORD(WORD0, RssV), fGETWORD(WORD1, RttV)));\
1174 acc128 = fCAST8S_16S(fMPY32SS(fGETWORD(WORD2, RssV), fGETWORD(WORD3, RttV)));\
1195 tmp128 = fCAST8S_16S(fMPY32SS(fGETWORD(WORD0, RssV), fGETWORD(WORD1, RttV)));\
1196 acc128 = fCAST8S_16S(fMPY32SS(fGETWORD(WORD2, RssV), fGETWORD(WORD3, RttV)));\
1197 const128 = fCAST8S_16S(fCONSTLL(0x40000000));\
H A Dalu.idef1136 src_128 = fCAST8S_16S(SRC);\
1137 rndbit_128 = fCAST8S_16S(1LL);\
1145 rndbit_128 = fCAST8S_16S((1LL << (SHIFT - 1))); \
1146 src_128 = fCAST8S_16S(SRC); \
H A Dmacros.def858 fCAST8S_16S, /* Rounding to a boundary */
/openbmc/qemu/target/hexagon/
H A Dmacros.h422 #define fCAST8S_16S(A) (int128_exts64(A)) macro