Home
last modified time | relevance | path

Searched refs:VLValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc1575 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1613 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1645 if (instr->VLValue() == 0) { in DecodeTypeVFP()
1698 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1828 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
1873 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
Dconstants-arm.h550 inline int VLValue() const { return Bit(20); } in VLValue() function
Dsimulator-arm.cc1563 bool load = (instr->VLValue() == 0x1); in HandleVList()
3355 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3432 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3466 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3489 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3551 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2856 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local
2870 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr()
3066 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicCaptureExpr() local
3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()