Home
last modified time | relevance | path

Searched refs:lo32 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/micronas/vct/
Dsmc_eeprom.c349 ulong hi16, lo32; in do_eeprom_save_mac() local
362 lo32 = (ethaddr[3] << 24) | (ethaddr[2] << 16) | in do_eeprom_save_mac()
367 eeprom_save_mac_address(hi16, lo32); in do_eeprom_save_mac()
/external/bzip2/
Dbzip2.c238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() argument
244 n->b[3] = (UChar)((lo32 >> 24) & 0xFF); in uInt64_from_UInt32s()
245 n->b[2] = (UChar)((lo32 >> 16) & 0xFF); in uInt64_from_UInt32s()
246 n->b[1] = (UChar)((lo32 >> 8) & 0xFF); in uInt64_from_UInt32s()
247 n->b[0] = (UChar) (lo32 & 0xFF); in uInt64_from_UInt32s()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinRegisterInfo.td21 def lo32 : SubRegIndex;
53 let SubRegIndices = [hi32, lo32];
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1302 Node* lo32 = nullptr; in TryMatchDoubleConstructFromInsert() local
1306 lo32 = right; in TryMatchDoubleConstructFromInsert()
1314 lo32 = left->InputAt(1); in TryMatchDoubleConstructFromInsert()
1321 if (!lo32 || !hi32) return false; // doesn't match in TryMatchDoubleConstructFromInsert()
1324 g.UseRegister(hi32), g.UseRegister(lo32)); in TryMatchDoubleConstructFromInsert()