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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 486 const bool DestIsF32 = isFloat32Asserting32Or64(DestTy);
492 RTHFunc = DestIsF32 ? RuntimeHelper::H_sitofp_i64_f32
495 RTHFunc = DestIsF32 ? (SourceIs32 ? RuntimeHelper::H_uitofp_i32_f32
    [all...]
IceTargetLoweringARM32.cpp 636 const bool DestIsF32 = isFloat32Asserting32Or64(Dest->getType());
638 DestIsF32 ? (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f32
    [all...]

Completed in 44 milliseconds