Searched refs:FPRound (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/ |
D | utils-vixl.h | 1035 T FPRound(int64_t sign, in FPRound() function 1227 FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign, in FPRoundToDouble() 1241 FPRound<uint16_t, in FPRoundToFloat16() 1253 FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>(sign, in FPRoundToFloat()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.h | 64 FPRound, enumerator
|
D | MipsISelLowering.cpp | 65 case MipsISD::FPRound: return "MipsISD::FPRound"; in getTargetNodeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2420 SDValue FPRound = in LowerUINT_TO_FP() local 2423 return FPRound; in LowerUINT_TO_FP() 2447 SDValue FPRound = in LowerSINT_TO_FP() local 2450 return FPRound; in LowerSINT_TO_FP()
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 20 uint64_t bits = FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>( in FPRoundToDouble() 28 uint32_t bits = FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>( in FPRoundToFloat() 36 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>( in FPRoundToFloat16()
|
D | simulator-arm64.h | 43 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa, in FPRound() function
|