HomeSort by relevance Sort by last modified time
    Searched refs:FPRound (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 64 FPRound,
MipsISelLowering.cpp 65 case MipsISD::FPRound: return "MipsISD::FPRound";
    [all...]
  /external/vixl/src/
utils-vixl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/v8/src/arm64/
simulator-logic-arm64.cc 17 // See FPRound for a description of this function.
20 uint64_t bits = FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>(
25 // See FPRound for a description of this function.
28 uint32_t bits = FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>(
33 // See FPRound for a description of this function.
36 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>(
    [all...]
simulator-arm64.h 41 // calling a templated FPRound.
43 T FPRound(int64_t sign, int64_t exponent, uint64_t mantissa,
    [all...]

Completed in 272 milliseconds