Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1654 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
1655 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList()
1662 if (precision == kSinglePrecision) { in HandleVList()
1675 if (precision == kSinglePrecision) { in HandleVList()
3095 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
3096 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3097 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeTypeVFP()
3377 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3396 VFPRegPrecision precision = kSinglePrecision; in DecodeVCMP()
3446 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all …]
Dconstants-arm.h360 kSinglePrecision = 0, enumerator
659 if (pre == kSinglePrecision) { in VFPGlueRegValue()
Ddisasm-arm.cc353 format[0] == 'D' ? kDoublePrecision : kSinglePrecision; in FormatVFPRegister()
382 if (precision == kSinglePrecision) { in FormatVFPRegister()