Home
last modified time | relevance | path

Searched refs:VCValue (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h507 inline int VCValue() const { return Bit(8); } in VCValue() function in v8::internal::Instruction
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3379 if ((instr->VCValue() == 0x0) && (instr->VAValue() == 0x0)) { in DecodeTypeVFP()
3381 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3457 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3492 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3508 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3563 DCHECK((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()

Completed in 12 milliseconds