Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1685 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 …]
Dconstants-arm.h571 inline int VFPDRegValue(VFPRegPrecision pre) { in VFPDRegValue() function
Ddisasm-arm.cc370 reg = instr->VFPDRegValue(precision); in FormatVFPRegister()