Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3446 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle() local
3449 src_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3453 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenDoubleAndSingle()
3528 VFPRegPrecision src_precision = (instr->SzValue() == 1) ? kDoublePrecision in DecodeVCVTBetweenFloatingPointAndInteger() local
3540 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()