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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 635 const bool SourceIsSigned = CastKind == InstCast::Sitofp;
638 DestIsF32 ? (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f32
640 : (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f64
    [all...]
IceTargetLoweringMIPS32.cpp 485 const bool SourceIsSigned = CastKind == InstCast::Sitofp;
488 if (SourceIsSigned) {
    [all...]

Completed in 45 milliseconds