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

  /external/v8/src/ppc/
constants-ppc.h 34 #define SIGN_EXT_IMM26(imm) ((static_cast<int>(imm) << 6) >> 6)
    [all...]
  /external/v8/src/s390/
constants-s390.h 35 #define SIGN_EXT_IMM26(imm) ((static_cast<int>(imm) << 6) >> 6)
    [all...]

Completed in 72 milliseconds