Lines Matching refs:kSinglePrecision
1654 (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()
3448 dst_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
3455 if (dst_precision == kSinglePrecision) { in DecodeVCVTBetweenDoubleAndSingle()
3529 : kSinglePrecision; in DecodeVCVTBetweenFloatingPointAndInteger()
3539 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3600 int src = instr->VFPMRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3639 int vd = instr->VFPDRegValue(kSinglePrecision); in DecodeType6CoprocessorIns()
3908 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeSpecialCondition()
3909 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeSpecialCondition()