Searched refs:VLValue (Results 1 – 4 of 4) sorted by relevance
1575 } 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()
550 inline int VLValue() const { return Bit(20); } in VLValue() function
1563 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()
2856 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local2870 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr()3066 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicCaptureExpr() local3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()