Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1458 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
1466 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
1477 if (instr->VLValue() == 0) { in DecodeTypeVFP()
1500 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1630 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
1675 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
Dconstants-arm.h545 inline int VLValue() const { return Bit(20); } in VLValue() function
Dsimulator-arm.cc1657 bool load = (instr->VLValue() == 0x1); in HandleVList()
3300 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3309 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3318 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
3341 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
3378 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2166 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local
2179 emitSimpleStore(CGF, VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr()
2374 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicCaptureExpr() local
2437 emitSimpleStore(CGF, VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()