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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 616 const bool DestIsSigned = CastKind == InstCast::Fptosi;
619 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64
621 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64
    [all...]
IceTargetLoweringMIPS32.cpp 456 const bool DestIsSigned = CastKind == InstCast::Fptosi;
459 if (DestIsSigned) {
    [all...]

Completed in 228 milliseconds