Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1455 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1459 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
1467 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
1474 } else if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1497 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
Dconstants-arm.h546 inline int VCValue() const { return Bit(8); } in VCValue() function
Dsimulator-arm.cc3297 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
3301 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
3310 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
3319 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3342 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3373 DCHECK((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()