Searched refs:src_precision (Results 1 – 1 of 1) sorted by relevance
3446 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle() local3449 src_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()3453 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenDoubleAndSingle()3528 VFPRegPrecision src_precision = (instr->SzValue() == 1) ? kDoublePrecision in DecodeVCVTBetweenFloatingPointAndInteger() local3540 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()3549 bool double_precision = (src_precision == kDoublePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()3599 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()3604 if (src_precision == kDoublePrecision) { in DecodeVCVTBetweenFloatingPointAndInteger()