Searched refs:src_precision (Results 1 – 1 of 1) sorted by relevance
3619 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle() local3622 src_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()3626 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenDoubleAndSingle()3744 VFPRegPrecision src_precision = (instr->SzValue() == 1) ? kDoublePrecision in DecodeVCVTBetweenFloatingPointAndInteger() local3756 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()