Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1313 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
1321 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
1332 if (instr->VLValue() == 0) { in DecodeTypeVFP()
1355 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1477 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
1522 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
Dconstants-arm.h533 inline int VLValue() const { return Bit(20); } in VLValue() function
Dsimulator-arm.cc1605 bool load = (instr->VLValue() == 0x1); in HandleVList()
3019 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3030 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3039 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3062 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3099 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1422 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local
1438 convertToScalarValue(CGF, Res, X->getType(), V->getType()), VLValue); in EmitOMPAtomicReadExpr()
1442 convertToComplexValue(CGF, Res, X->getType(), V->getType()), VLValue, in EmitOMPAtomicReadExpr()