Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3618 VFPRegPrecision dst_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle() local
3621 dst_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3625 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle()
3628 if (dst_precision == kSinglePrecision) { in DecodeVCVTBetweenDoubleAndSingle()