| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 22 let Uses = [FPC], Defs = [CC] in { 34 let Uses = [FPC] in { 40 let Uses = [FPC] in { 46 let Uses = [FPC] in { 58 let Uses = [FPC], Predicates = [FeatureFPExtension] in { 66 let Uses = [FPC], Defs = [CC] in { 78 let Uses = [FPC], Defs = [CC] in { 116 let Defs = [CC, R1L, F0Q], Uses = [FPC, R0L, F4Q] in 126 let Uses = [FPC] in { 145 let Uses = [FPC], Defs = [CC] in { [all …]
|
| H A D | SystemZInstrFP.td | 56 let Uses = [FPC], mayRaiseFPException = 1, 65 let Uses = [FPC], mayRaiseFPException = 1, 170 let Uses = [FPC], mayRaiseFPException = 1 in { 191 let Uses = [FPC], mayRaiseFPException = 1 in { 202 let Uses = [FPC], mayRaiseFPException = 1 in { 215 let Uses = [FPC], mayRaiseFPException = 1 in { 227 let Uses = [FPC], mayRaiseFPException = 1, Predicates = [FeatureFPExtension] in { 239 let Uses = [FPC], mayRaiseFPException = 1 in { 260 let Uses = [FPC], mayRaiseFPException = 1, Defs = [CC] in { 281 let Uses = [FPC], mayRaiseFPException = 1, [all …]
|
| H A D | SystemZInstrVector.td | 1063 let Uses = [FPC], mayRaiseFPException = 1, isCommutable = 1 in { 1077 let Uses = [FPC], mayRaiseFPException = 1 in { 1084 let Uses = [FPC], mayRaiseFPException = 1 in { 1094 let Uses = [FPC], mayRaiseFPException = 1 in { 1101 let Uses = [FPC], mayRaiseFPException = 1 in { 1111 let Uses = [FPC], mayRaiseFPException = 1 in { 1119 let Uses = [FPC], mayRaiseFPException = 1 in { 1130 let Uses = [FPC], mayRaiseFPException = 1 in { 1138 let Uses = [FPC], mayRaiseFPException = 1 in { 1149 let Uses = [FPC], mayRaiseFPException = 1 in { [all …]
|
| H A D | SystemZRegisterInfo.td | 328 def FPC : SystemZReg<"fpc">; 330 def FPCRegs : RegisterClass<"SystemZ", [i32], 32, (add FPC)>;
|
| H A D | SystemZRegisterInfo.cpp | 278 // FPC is the floating-point control register. in getReservedRegs() 279 Reserved.set(SystemZ::FPC); in getReservedRegs()
|
| H A D | SystemZInstrInfo.td | 289 let isCall = 1, Defs = [R7D, CC], Uses = [FPC] in { 296 let isCall = 1, Defs = [R3D, CC], Uses = [FPC] in { 317 let isCall = 1, Defs = [R14D, CC], Uses = [FPC] in {
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | dove-sbc-a510.dts | 58 * 1.1 Camera Input FPC FLASH_STB and P21.5 59 * 1.2 Camera Input FPC WE and P21.22 61 * 1.4 Camera Input FPC AFTR_RST and P21.17 62 * 1.5 Camera Input FPC OE and P21.19 63 * 1.6 Camera Input FPC SNPSHT and P21.6 64 * 1.7 Camera Input FPC SHTR and P21.10
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.td | 81 def FPC : MxFPRegister<8, "fpcr", ["fpc"]>; 130 def FPCSC : MxRegClass<[i32], 32, (add FPC, FPS)>;
|
| H A D | M68kInstrData.td | 672 // Only FMOVE uses FPC 673 let Uses = !if(!eq(rounding, ""), [FPC], []);
|
| H A D | M68kInstrArithmetic.td | 1011 let Uses = !if(!eq(rounding, ""), [FPC], []);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 197 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local 199 APFloat Val = FPC->getValueAPF(); in ConstantFoldCastInstruction() 207 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local 208 const APFloat &V = FPC->getValueAPF(); in ConstantFoldCastInstruction() 218 return ConstantInt::get(FPC->getContext(), IntVal); in ConstantFoldCastInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 261 case M68k::FPC: in getRegisterIndex() 535 case M68k::FPC: in checkRegisterClass() 689 .Cases("fpc", "fpcr", M68k::FPC) in parseRegisterName()
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h618-orangepi-zero2w.dts | 70 /* USB 2 & 3 are on the FPC connector (or the exansion board) */
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8994-sony-xperia-kitakami.dtsi | 97 /* FPC fingerprint reader */
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1265 LangOptions::FPModeKind FPC) { in ActOnPragmaFPContract() argument 1267 switch (FPC) { in ActOnPragmaFPContract()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 891 const APFloat *FPC; in visitFMul() local 892 if (match(Op1, m_APFloatAllowPoison(FPC)) && FPC->isZero() && in visitFMul() 896 if (FPC->isNegative()) in visitFMul()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 841 LangOptions::FPModeKind FPC; in HandlePragmaFPContract() local 844 FPC = LangOptions::FPM_On; in HandlePragmaFPContract() 847 FPC = LangOptions::FPM_Off; in HandlePragmaFPContract() 855 FPC = getLangOpts().getDefaultFPContractMode(); in HandlePragmaFPContract() 860 Actions.ActOnPragmaFPContract(PragmaLoc, FPC); in HandlePragmaFPContract()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 2029 ConstantFPSDNode *FPC = cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local 2030 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand() 2038 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue(); in FoldOperand()
|
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
| H A D | tegra30-asus-tf700t.dts | 89 /* Elantech ELAN-3024-7053 or 5184N FPC-1 REV: 2/3 touchscreen */
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 7981 const auto *FPC = cast<OpenACCFirstPrivateClause>(C); in writeOpenACCClause() local 7982 writeSourceLocation(FPC->getLParenLoc()); in writeOpenACCClause() 7983 writeOpenACCVarList(FPC); in writeOpenACCClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2016 void ActOnPragmaFPContract(SourceLocation Loc, LangOptions::FPModeKind FPC);
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 103 0106 FPC-0106TX misprogrammed [RTL81xx]
|