Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1661 vd = instr->VFPDRegValue(precision); in HandleVList()
3096 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3100 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()
3401 int d = instr->VFPDRegValue(precision); in DecodeVCMP()
3452 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle()
3539 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3599 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()
3639 int vd = instr->VFPDRegValue(kSinglePrecision); in DecodeType6CoprocessorIns()
3693 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeType6CoprocessorIns()
3883 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeSpecialCondition()
[all …]
Dconstants-arm.h555 inline int VFPDRegValue(VFPRegPrecision pre) { in VFPDRegValue() function
Ddisasm-arm.cc369 reg = instr->VFPDRegValue(precision); in FormatVFPRegister()