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

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_type.cpp 38 const uint32_t hi_word = const_words[4]; // Must exist, per spec. local
39 if (is_signed && (hi_word >> 31)) return false;
40 return (lo_word | hi_word) > 0;
  /external/v8/src/ppc/
assembler-ppc-inl.h 393 int hi_word = static_cast<int>(offset >> 16); local
395 if (lo_word & 0x8000) hi_word++;
400 instr1 |= (hi_word & kImm16Mask);
500 int hi_word = itarget >> 16;
502 instr1 |= hi_word;
assembler-ppc.cc 1404 int hi_word = static_cast<int>(hi_32 >> 16); local
1414 int hi_word = static_cast<int>(value >> 16); local
1424 int hi_word = static_cast<int>(value >> 16); local
1437 int hi_word = static_cast<int>(value >> 16); local
    [all...]
macro-assembler-ppc.h 599 inline void TestIfInt32(Register hi_word, Register lo_word, Register scratch,
603 cmp(scratch, hi_word, cr);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_type.cpp 39 const uint32_t hi_word = const_words[4]; // Must exist, per spec. local
40 if (is_signed && (hi_word >> 31)) return false;
41 return (lo_word | hi_word) > 0;

Completed in 864 milliseconds