Searched refs:VFPDRegValue (Results 1 – 3 of 3) sorted by relevance
1609 vd = instr->VFPDRegValue(precision); in HandleVList()2883 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()2893 int d = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()2897 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()3122 int d = instr->VFPDRegValue(precision); in DecodeVCMP()3160 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle()3247 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()3307 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()3347 int vd = instr->VFPDRegValue(kSinglePrecision); in DecodeType6CoprocessorIns()3404 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeType6CoprocessorIns()
543 inline int VFPDRegValue(VFPRegPrecision pre) { in VFPDRegValue() function
370 reg = instr->VFPDRegValue(precision); in FormatVFPRegister()