Searched refs:kSinglePrecision (Results 1 – 3 of 3) sorted by relevance
1602 (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 …]
348 kSinglePrecision = 0, enumerator647 if (pre == kSinglePrecision) { in VFPGlueRegValue()
354 format[0] == 'D' ? kDoublePrecision : kSinglePrecision; in FormatVFPRegister()383 if (precision == kSinglePrecision) { in FormatVFPRegister()