Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1560 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
1561 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList()
1568 if (precision == kSinglePrecision) { in HandleVList()
1581 if (precision == kSinglePrecision) { in HandleVList()
3146 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
3147 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3148 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeTypeVFP()
3550 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3569 VFPRegPrecision precision = kSinglePrecision; in DecodeVCMP()
3619 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all …]
Dconstants-arm.h363 kSinglePrecision = 0, enumerator
682 if (pre == kSinglePrecision) { in VFPGlueRegValue()
Ddisasm-arm.cc355 format[0] == 'D' ? kDoublePrecision : kSinglePrecision; in FormatVFPRegister()
384 if (precision == kSinglePrecision) { in FormatVFPRegister()