| /freebsd-14.2/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 { 66 let Uses = [FPC], Defs = [CC] in { 78 let Uses = [FPC], Defs = [CC] in { 126 let Uses = [FPC] in { 167 let Uses = [FPC] in { 179 let Uses = [FPC] in { 189 let Uses = [FPC] in { [all …]
|
| H A D | SystemZInstrFP.td | 56 let Uses = [FPC], mayRaiseFPException = 1, 65 let Uses = [FPC], mayRaiseFPException = 1, 281 let Uses = [FPC], mayRaiseFPException = 1, 426 let Uses = [FPC], mayRaiseFPException = 1, 438 let Uses = [FPC], mayRaiseFPException = 1, 460 let Uses = [FPC], mayRaiseFPException = 1 in 468 let Uses = [FPC], mayRaiseFPException = 1 in 476 let Uses = [FPC], mayRaiseFPException = 1 in 561 let Uses = [FPC] in { 566 let Defs = [FPC] in { [all …]
|
| H A D | SystemZInstrVector.td | 1077 let Uses = [FPC], mayRaiseFPException = 1 in { 1094 let Uses = [FPC], mayRaiseFPException = 1 in { 1111 let Uses = [FPC], mayRaiseFPException = 1 in { 1460 let Uses = [FPC], mayRaiseFPException = 1, 1492 let Uses = [FPC], mayRaiseFPException = 1, 1524 let Uses = [FPC], mayRaiseFPException = 1, 1940 let Uses = [FPC], mayRaiseFPException = 1 in 1945 let Uses = [FPC], mayRaiseFPException = 1 in 1950 let Uses = [FPC], mayRaiseFPException = 1 in 1955 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 | 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-14.2/sys/contrib/device-tree/src/arm/ |
| 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
|
| H A D | tegra30-asus-tf700t.dts | 89 /* Elantech ELAN-3024-7053 or 5184N FPC-1 REV: 2/3 touchscreen */
|
| /freebsd-14.2/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 | 637 // Only FMOVE uses FPC 638 let Uses = !if(!eq(rounding, ""), [FPC], []);
|
| H A D | M68kInstrArithmetic.td | 997 let Uses = !if(!eq(rounding, ""), [FPC], []);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 40 M68k::FPIAR, M68k::FPS, M68k::FPC};
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kMCCodeEmitter.cpp | 185 case M68k::FPC: in encodeFPSYSSelect()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 257 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local 259 APFloat Val = FPC->getValueAPF(); in ConstantFoldCastInstruction() 267 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local 268 const APFloat &V = FPC->getValueAPF(); in ConstantFoldCastInstruction() 278 return ConstantInt::get(FPC->getContext(), IntVal); in ConstantFoldCastInstruction()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8994-sony-xperia-kitakami.dtsi | 97 /* FPC fingerprint reader */
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1269 LangOptions::FPModeKind FPC) { in ActOnPragmaFPContract() argument 1271 switch (FPC) { in ActOnPragmaFPContract()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 838 LangOptions::FPModeKind FPC; in HandlePragmaFPContract() local 841 FPC = LangOptions::FPM_On; in HandlePragmaFPContract() 844 FPC = LangOptions::FPM_Off; in HandlePragmaFPContract() 847 FPC = getLangOpts().getDefaultFPContractMode(); in HandlePragmaFPContract() 852 Actions.ActOnPragmaFPContract(PragmaLoc, FPC); in HandlePragmaFPContract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 2031 ConstantFPSDNode *FPC = cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local 2032 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand() 2040 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue(); in FoldOperand()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11041 void ActOnPragmaFPContract(SourceLocation Loc, LangOptions::FPModeKind FPC);
|
| /freebsd-14.2/share/misc/ |
| H A D | pci_vendors | 77 0106 FPC-0106TX misprogrammed [RTL81xx]
|