Searched refs:VFPDRegValue (Results 1 – 3 of 3) sorted by relevance
1685 vd = instr->VFPDRegValue(precision); in HandleVList()3180 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()3184 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()3485 int d = instr->VFPDRegValue(precision); in DecodeVCMP()3536 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle()3623 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()3683 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()3723 int vd = instr->VFPDRegValue(kSinglePrecision); in DecodeType6CoprocessorIns()3777 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeType6CoprocessorIns()3970 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeSpecialCondition()[all …]
571 inline int VFPDRegValue(VFPRegPrecision pre) { in VFPDRegValue() function
370 reg = instr->VFPDRegValue(precision); in FormatVFPRegister()