Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1602 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
1603 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList()
1610 if (precision == kSinglePrecision) { in HandleVList()
1623 if (precision == kSinglePrecision) { in HandleVList()
2896 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
2897 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3098 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3117 VFPRegPrecision precision = kSinglePrecision; in DecodeVCMP()
3154 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3156 dst_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all …]
Dconstants-arm.h348 kSinglePrecision = 0, enumerator
647 if (pre == kSinglePrecision) { in VFPGlueRegValue()
Ddisasm-arm.cc354 format[0] == 'D' ? kDoublePrecision : kSinglePrecision; in FormatVFPRegister()
383 if (precision == kSinglePrecision) { in FormatVFPRegister()