Searched refs:hiLong (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 3550 Value *hiLong = Nucleus::createBitCast(hi.value, Long::getType()); in Short8() local 3554 long2 = Nucleus::createInsertElement(long2, hiLong, 1); in Short8() 3635 Value *hiLong = Nucleus::createBitCast(hi.value, Long::getType()); in UShort8() local 3639 long2 = Nucleus::createInsertElement(long2, hiLong, 1); in UShort8() 5368 Value *hiLong = Nucleus::createBitCast(hi.value, Long::getType()); in Int4() local 5372 long2 = Nucleus::createInsertElement(long2, hiLong, 1); in Int4() 5722 Value *hiLong = Nucleus::createBitCast(hi.value, Long::getType()); in UInt4() local 5726 long2 = Nucleus::createInsertElement(long2, hiLong, 1); in UInt4()
|