Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3179 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
3183 int vm = instr->VFPMRegValue(kDoublePrecision); in DecodeTypeVFP()
3488 m = instr->VFPMRegValue(precision); in DecodeVCMP()
3537 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenDoubleAndSingle()
3624 int src = instr->VFPMRegValue(src_precision); in DecodeVCVTBetweenFloatingPointAndInteger()
3684 int src = instr->VFPMRegValue(kSinglePrecision); in DecodeVCVTBetweenFloatingPointAndInteger()
3760 int vm = instr->VFPMRegValue(kDoublePrecision); in DecodeType6CoprocessorIns()
3969 int vm = instr->VFPMRegValue(kDoublePrecision); in DecodeSpecialCondition()
3995 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeSpecialCondition()
4049 int m = instr->VFPMRegValue(kDoublePrecision); in DecodeSpecialCondition()
[all …]
Dconstants-arm.h568 inline int VFPMRegValue(VFPRegPrecision pre) { in VFPMRegValue() function
Ddisasm-arm.cc361 reg = instr->VFPMRegValue(precision); in FormatVFPRegister()