HomeSort by relevance Sort by last modified time
    Searched defs:SIGN_EXT_IMM16 (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ppc/
constants-ppc.h 48 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16)
    [all...]
  /external/v8/src/s390/
constants-s390.h 49 #define SIGN_EXT_IMM16(imm) ((static_cast<int>(imm) << 16) >> 16)
    [all...]

Completed in 119 milliseconds