Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1678 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
1679 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList()
1686 if (precision == kSinglePrecision) { in HandleVList()
1699 if (precision == kSinglePrecision) { in HandleVList()
3179 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
3180 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3181 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeTypeVFP()
3461 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3480 VFPRegPrecision precision = kSinglePrecision; in DecodeVCMP()
3530 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all …]
Dconstants-arm.h376 kSinglePrecision = 0, enumerator
675 if (pre == kSinglePrecision) { in VFPGlueRegValue()
Ddisasm-arm.cc354 format[0] == 'D' ? kDoublePrecision : kSinglePrecision; in FormatVFPRegister()
383 if (precision == kSinglePrecision) { in FormatVFPRegister()