Searched refs:hi32 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | store-hi16.ll | 58 %hi32 = lshr i32 %value, 16 59 %hi = trunc i32 %hi32 to i16 97 %hi32 = lshr i32 %value, 16 98 %hi = trunc i32 %hi32 to i8 246 %hi32 = lshr i32 %value, 16 247 %hi = trunc i32 %hi32 to i16 283 %hi32 = lshr i32 %value, 16 284 %hi = trunc i32 %hi32 to i8 439 %hi32 = lshr i32 %value, 16 440 %hi = trunc i32 %hi32 to i16 [all …]
|
/external/bzip2/ |
D | bzip2.c | 238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() argument 240 n->b[7] = (UChar)((hi32 >> 24) & 0xFF); in uInt64_from_UInt32s() 241 n->b[6] = (UChar)((hi32 >> 16) & 0xFF); in uInt64_from_UInt32s() 242 n->b[5] = (UChar)((hi32 >> 8) & 0xFF); in uInt64_from_UInt32s() 243 n->b[4] = (UChar) (hi32 & 0xFF); in uInt64_from_UInt32s()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 765 SDNode *hi32 = in Select() local 778 hi32 = CurDAG->getMachineNode(Opc, dl, OpVT, SDValue(hi32, 0), in Select() 782 return hi32; in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinRegisterInfo.td | 22 def hi32 : SubRegIndex; 53 let SubRegIndices = [hi32, lo32];
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1303 Node* hi32 = nullptr; in TryMatchDoubleConstructFromInsert() local 1308 hi32 = right; in TryMatchDoubleConstructFromInsert() 1316 hi32 = 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()
|