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

  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 161 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1)))
162 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
163 #undef SIGN_EXTEND
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 357 // SIGN_EXTEND - Used for integer types, replicating the sign bit
359 SIGN_EXTEND,
    [all...]

Completed in 30 milliseconds