Searched refs:VLValue (Results 1 – 4 of 4) sorted by relevance
1458 } 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()
545 inline int VLValue() const { return Bit(20); } in VLValue() function
1657 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()
2166 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr() local2179 emitSimpleStore(CGF, VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr()2374 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicCaptureExpr() local2437 emitSimpleStore(CGF, VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()