Searched refs:SourceIsSigned (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp635 const bool SourceIsSigned = CastKind == InstCast::Sitofp; local
638 DestIsF32 ? (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f32
640 : (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f64
4102 const bool SourceIsSigned = CastKind == InstCast::Sitofp;
4109 SourceIsSigned ? InstARM32Vcvt::Vsi2s : InstARM32Vcvt::Vui2s);
4128 lowerCast(InstCast::create(Func, SourceIsSigned ? InstCast::Sext
4140 ? (SourceIsSigned ? InstARM32Vcvt::Si2s : InstARM32Vcvt::Ui2s)
4141 : (SourceIsSigned ? InstARM32Vcvt::Si2d : InstARM32Vcvt::Ui2d);
H A DIceTargetLoweringMIPS32.cpp485 const bool SourceIsSigned = CastKind == InstCast::Sitofp; local
488 if (SourceIsSigned) {

Completed in 276 milliseconds