Searched refs:Real (Results 1 – 25 of 130) sorted by relevance
123456
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 142 : Operation(Op), Real(R), Imag(I) {} in ComplexDeinterleavingCompositeNode() 151 Value *Real; member 185 PrintValue(Real); in dump() 297 if (Node->Real && Node->Imag) in submitCompositeNode() 298 CachedResult[{Node->Real, Node->Imag}] = Node; in submitCompositeNode() 313 NodePtr identifyPartialMul(Instruction *Real, Instruction *Imag); 329 NodePtr identifyAdd(Instruction *Real, Instruction *Imag); 330 NodePtr identifySymmetricOperation(Instruction *Real, Instruction *Imag); 378 NodePtr identifyDeinterleave(Instruction *Real, Instruction *Imag); 384 NodePtr identifySplat(Value *Real, Value *Imag); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
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 | 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 | pcf85363.txt | 1 NXP PCF85263/PCF85363 Real Time Clock
|
H A D | realtek,rtd119x.txt | 1 Realtek RTD129x Real-Time Clock
|
H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller
|
H A D | nxp,rtc-2123.txt | 1 NXP PCF2123 SPI Real Time Clock
|
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
|
H A D | imxdi-rtc.txt | 1 * i.MX25 Real Time Clock controller
|
H A D | alphascale,asm9260-rtc.txt | 1 * Alphascale asm9260 SoC Real Time Clock
|
H A D | haoyu,hym8563.txt | 1 Haoyu Microelectronics HYM8563 Real Time Clock
|
/freebsd/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.allwinner | 31 # Real-time clock support 32 device aw_rtc # Allwinner Real-time Clock
|
H A D | std.marvell | 23 # Real-time clock support 24 device mv_rtc # Marvell Real-time Clock
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 536 // [Real, Real] -> [Real] 573 // [Real] -> [Real] 591 // [Real] -> [Real] 597 // [Real] -> [Real]
|
/freebsd/sys/riscv/conf/ |
H A D | std.allwinner | 9 device aw_rtc # Allwinner Real-time Clock
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | rtsm-dcscb.txt | 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
123456