Home
last modified time | relevance | path

Searched refs:DestIs32 (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp455 const bool DestIs32 = DestTy == IceType_i32; in genTargetHelperCallFor() local
460 if (DestIs32) { in genTargetHelperCallFor()
466 RTHFunc = Src0IsF32 ? (DestIs32 ? RuntimeHelper::H_fptoui_f32_i32 in genTargetHelperCallFor()
468 : (DestIs32 ? RuntimeHelper::H_fptoui_f64_i32 in genTargetHelperCallFor()