Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3619 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle() local
3622 src_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3626 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenDoubleAndSingle()
3744 VFPRegPrecision src_precision = (instr->SzValue() == 1) ? kDoublePrecision in DecodeVCVTBetweenFloatingPointAndInteger() local
3756 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()
3765 bool double_precision = (src_precision == kDoublePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3778 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()
3783 if (src_precision == kDoublePrecision) { in DecodeVCVTBetweenFloatingPointAndInteger()