Home
last modified time | relevance | path

Searched refs:FPRound (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h64 FPRound, enumerator
DMipsISelLowering.cpp65 case MipsISD::FPRound: return "MipsISD::FPRound"; in getTargetNodeName()
/external/v8/src/arm64/
Dsimulator-arm64.cc2541 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function
2696 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble()
2708 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc53 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble()
67 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
80 return FPRound<float16, in FPRoundToFloat16()
Dsimulator-aarch64.h70 T FPRound(int64_t sign, in FPRound() function