Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1572 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1575 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1613 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1642 } else if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1695 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
Dconstants-arm.h551 inline int VCValue() const { return Bit(8); } in VCValue() function
Dsimulator-arm.cc3352 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
3355 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3432 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3467 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3490 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3546 DCHECK((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()