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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.h64 FPRound, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp65 case MipsISD::FPRound: return "MipsISD::FPRound";
/external/v8/src/arm64/
H A Dsimulator-arm64.cc2539 // calling a templated FPRound.
2541 static T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa,
2692 // See FPRound for a description of this function.
2696 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign,
2704 // See FPRound for a description of this function.
2708 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign,
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc47 // See FPRound for a description of this function.
53 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign,
61 // See FPRound for a description of this function.
67 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign,
75 // See FPRound for a description of this function.
80 return FPRound<float16,
H A Dsimulator-aarch64.h68 // calling a templated FPRound.
70 T FPRound(int64_t sign, function in namespace:vixl::aarch64

Completed in 125 milliseconds