Home
last modified time | relevance | path

Searched refs:kSinglePrecision (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h346 kSinglePrecision = 0, enumerator
636 if (pre == kSinglePrecision) { in VFPGlueRegValue()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1542 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
1543 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList()
1550 if (precision == kSinglePrecision) { in HandleVList()
1563 if (precision == kSinglePrecision) { in HandleVList()
3174 int m = instr->VFPMRegValue(kSinglePrecision); in DecodeTypeVFP()
3175 int d = instr->VFPDRegValue(kSinglePrecision); in DecodeTypeVFP()
3176 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeTypeVFP()
3567 int n = instr->VFPNRegValue(kSinglePrecision); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3585 VFPRegPrecision precision = kSinglePrecision; in DecodeVCMP()
3634 VFPRegPrecision src_precision = kSinglePrecision; in DecodeVCVTBetweenDoubleAndSingle()
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc361 if (precision == kSinglePrecision) reg += immed8 - 1; in FormatVFPRegister()
369 if (precision == kSinglePrecision) { in FormatVFPRegister()
687 return FormatVFPRegister(instr, format, kSinglePrecision); in FormatOption()

Completed in 13 milliseconds