Home
last modified time | relevance | path

Searched refs:bitcastToUint64 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5751 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64() function
5766 static uint64_t bitcastToUint64(double Value) { in bitcastToUint64() function
5785 Str.write_hex(Traits::bitcastToUint64(Value)); in emitConstant()
DIceTargetLoweringARM32.cpp7242 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64() function
7257 static uint64_t bitcastToUint64(double Value) { in bitcastToUint64() function
7274 Str.write_hex(Traits::bitcastToUint64(Value)); in emitConstant()