Home
last modified time | relevance | path

Searched refs:kDoublePrecision (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1542 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
3178 int vm = instr->VFPMRegValue(kDoublePrecision); in DecodeTypeVFP()
3179 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()
3180 int vn = instr->VFPNRegValue(kDoublePrecision); in DecodeTypeVFP()
3384 int vd = instr->VFPNRegValue(kDoublePrecision); in DecodeTypeVFP()
3459 int vn = instr->VFPNRegValue(kDoublePrecision); in DecodeTypeVFP()
3587 precision = kDoublePrecision; in DecodeVCMP()
3596 if (precision == kDoublePrecision) { in DecodeVCMP()
3633 VFPRegPrecision dst_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3637 src_precision = kDoublePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h347 kDoublePrecision = 1, enumerator
640 if (pre == kDoublePrecision) { in VFPGlueRegValue()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc362 if (precision == kDoublePrecision) reg += (immed8 / 2 - 1); in FormatVFPRegister()
371 } else if (precision == kDoublePrecision) { in FormatVFPRegister()
689 return FormatVFPRegister(instr, format, kDoublePrecision); in FormatOption()
1558 int vd = instr->VFPNRegValue(kDoublePrecision); in DecodeTypeVFP()
1598 int vn = instr->VFPNRegValue(kDoublePrecision); in DecodeTypeVFP()
2031 Vm = instr->VFPMRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing()
2032 Vn = instr->VFPNRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing()
2165 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing()
2166 int Vm = instr->VFPMRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing()
2184 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing()
[all...]

Completed in 12 milliseconds