Searched refs:VLValue (Results 1 – 4 of 4) sorted by relevance
1313 } 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()
533 inline int VLValue() const { return Bit(20); } in VLValue() function
1605 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()
1422 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local1438 convertToScalarValue(CGF, Res, X->getType(), V->getType()), VLValue); in EmitOMPAtomicReadExpr()1442 convertToComplexValue(CGF, Res, X->getType(), V->getType()), VLValue, in EmitOMPAtomicReadExpr()