Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1310 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1314 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
1322 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
1329 } else if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
1352 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
Dconstants-arm.h534 inline int VCValue() const { return Bit(8); } in VCValue() function
Dsimulator-arm.cc3016 if ((instr->VCValue() == 0x0) && in DecodeTypeVFP()
3020 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
3031 (instr->VCValue() == 0x1) && in DecodeTypeVFP()
3040 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3063 (instr->VCValue() == 0x0) && in DecodeTypeVFP()
3094 DCHECK((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) && in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()