| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 151 Value *Real; member 185 PrintValue(Real); in dump() 869 if (Real->isBinaryOp()) { in identifySymmetricOperation() 888 if (Real->isBinaryOp()) in identifySymmetricOperation() 911 if (!Real || !Imag) in identifyNode() 1096 FinalNode->Real = Real; in identifyReassocNodes() 1648 if (!Real || !Imag) in identifyRoot() 1663 Instruction *Real; in identifyRoot() local 1817 if ((!Real && Imag) || (Real && !Imag)) in identifySplat() 1820 if (Real && Imag) { in identifySplat() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | trivial-rtc.yaml | 23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface 25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface 29 # Dallas DS1672 Real-time Clock 48 # Intersil ISL12022 Real-time Clock 50 # Loongson-2K Socs/LS7A bridge Real-time Clock 52 # Real Time Clock Module with I2C-Bus 54 # Real Time Clock 56 # Real-time Clock Module
|
| H A D | pcf8563.txt | 1 * Philips PCF8563/Epson RTC8564 Real Time Clock 3 Philips PCF8563/Epson RTC8564 Real Time Clock
|
| H A D | xgene-rtc.txt | 1 * APM X-Gene Real Time Clock 3 RTC controller for the APM X-Gene Real Time Clock
|
| H A D | xlnx-rtc.txt | 1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock 3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock
|
| H A D | xlnx,zynqmp-rtc.yaml | 7 title: Xilinx Zynq Ultrascale+ MPSoC Real Time Clock 10 RTC controller for the Xilinx Zynq MPSoC Real Time Clock.
|
| H A D | rtc.yaml | 7 title: Real Time Clock Common Properties 14 describe Real Time Clock devices in a device tree.
|
| H A D | maxim,mcp795.txt | 1 * Maxim MCP795 SPI Serial Real-Time Clock
|
| H A D | sirf,prima2-sysrtc.txt | 1 SiRFSoC Real Time Clock
|
| H A D | maxim,ds1742.txt | 1 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
|
| H A D | realtek,rtd119x.txt | 1 Realtek RTD129x Real-Time Clock
|
| H A D | pcf85363.txt | 1 NXP PCF85263/PCF85363 Real Time Clock
|
| H A D | nxp,rtc-2123.txt | 1 NXP PCF2123 SPI Real Time Clock
|
| H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller
|
| H A D | stericsson,coh901331.txt | 1 ST-Ericsson COH 901 331 Real Time Clock
|
| H A D | digicolor-rtc.txt | 1 Conexant Digicolor Real Time Clock controller
|
| H A D | orion-rtc.txt | 1 * Mvebu Real Time Clock
|
| H A D | nxp,pcf8523.txt | 1 * NXP PCF8523 Real Time Clock
|
| H A D | sprd,sc27xx-rtc.txt | 1 Spreadtrum SC27xx Real Time Clock
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 69 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 72 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 73 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 76 - atmel,wakeup-rtc-timer: boolean to enable Real-time Clock Wake-up. 102 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up. 105 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
|
| /freebsd-14.2/sys/arm64/conf/ |
| H A D | std.nxp | 10 device pcf8563 # NXP Real-time clock/calendar 12 device pcf85063 # NXP Real-time clock
|
| H A D | std.marvell | 23 # Real-time clock support 24 device mv_rtc # Marvell Real-time Clock
|
| H A D | std.allwinner | 31 # Real-time clock support 32 device aw_rtc # Allwinner Real-time Clock
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 515 // [Real, Real] -> [Real] 544 // [Real] -> [Real] 562 // [Real] -> [Real] 568 // [Real] -> [Real]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 261 APSInt Real, Imag; 262 ComplexAPSInt() : Real(1), Imag(1) {} 265 APFloat Real, Imag; 266 ComplexAPFloat() : Real(0.0), Imag(0.0) {} 455 return ((ComplexAPSInt *)(char *)&Data)->Real; 471 return ((ComplexAPFloat *)(char *)&Data)->Real; 609 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R); 616 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);
|