Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1537 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1575 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
1606 if (instr->VLValue() == 0) { in DecodeTypeVFP()
1659 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1789 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
1834 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
Dconstants-arm.h563 inline int VLValue() const { return Bit(20); } in VLValue() function
Dsimulator-arm.cc1653 bool load = (instr->VLValue() == 0x1); in HandleVList()
3430 } else if ((instr->VLValue() == 0x0) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3507 } else if ((instr->VLValue() == 0x1) && (instr->VCValue() == 0x1)) { in DecodeTypeVFP()
3541 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3564 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3626 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()