Home
last modified time | relevance | path

Searched refs:PACK_FLOAT16 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc5824 #define PACK_FLOAT16(sign, exp, frac) \ macro
5839 dst = PACK_FLOAT16(aSign, 0x1F, 0); \
5842 dst = PACK_FLOAT16(aSign, 0, 0); \
5880 dst = PACK_FLOAT16(aSign, 0x1F, 0); \
5889 dst = PACK_FLOAT16(aSign, 0, 0); \
5896 dst = PACK_FLOAT16(aSign, aExp, aFrac >> 13); \
5921 #undef PACK_FLOAT16 macro
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc5538 #define PACK_FLOAT16(sign, exp, frac) \ macro
5553 dst = PACK_FLOAT16(aSign, 0x1F, 0); \
5556 dst = PACK_FLOAT16(aSign, 0, 0); \
5594 dst = PACK_FLOAT16(aSign, 0x1F, 0); \
5603 dst = PACK_FLOAT16(aSign, 0, 0); \
5610 dst = PACK_FLOAT16(aSign, aExp, aFrac >> 13); \
5635 #undef PACK_FLOAT16 macro

Completed in 18 milliseconds