HomeSort by relevance Sort by last modified time
    Searched refs:firstHalf (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 424 uint32_t firstHalf = (((uint16_t)signBit << 10) | (uint16_t)imm10Bits);
428 Binary |= firstHalf;
455 uint32_t firstHalf = (((uint16_t)signBit << 10) | (uint16_t)imm10HBits);
459 Binary |= firstHalf;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 456 etc_compressed firstHalf = *pCompressed;
459 temp.score = firstHalf.score;
460 temp.high = firstHalf.high | (i << 2);
461 temp.low = firstHalf.low;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 456 etc_compressed firstHalf = *pCompressed;
459 temp.score = firstHalf.score;
460 temp.high = firstHalf.high | (i << 2);
461 temp.low = firstHalf.low;

Completed in 86 milliseconds