Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1659 vd = instr->VFPDRegValue(precision); in HandleVList()
2735 int vd = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()
2745 int d = instr->VFPDRegValue(kDoublePrecision); in DecodeTypeVFP()
2749 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
2914 int d = instr->VFPDRegValue(precision); in DecodeVCMP()
2952 int dst = instr->VFPDRegValue(dst_precision); in DecodeVCVTBetweenDoubleAndSingle()
3039 int dst = instr->VFPDRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3099 int dst = instr->VFPDRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()
3139 int vd = instr->VFPDRegValue(kSinglePrecision); in DecodeType6CoprocessorIns()
Dconstants-arm.h628 inline int VFPDRegValue(VFPRegPrecision pre) { in VFPDRegValue() function
Ddisasm-arm.cc384 reg = instr->VFPDRegValue(precision); in FormatVFPRegister()