Home
last modified time | relevance | path

Searched defs:SIGN_EXT_IMM16 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h93 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16) macro
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h48 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16) macro

Completed in 11 milliseconds