Home
last modified time | relevance | path

Searched refs:DPR (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td942 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4),
962 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4, GPR:$wb),
1289 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4),
1290 (ins addrmode6:$Rn, DPR:$src1, DPR:$src2, DPR:$src3, DPR:$src4,
1330 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4, GPR:$wb),
1332 DPR:$src1, DPR:$src2, DPR:$src3, DPR:$src4, nohash_imm:$lane),
1604 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4),
1635 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4, GPR:$wb),
2087 DPR:$Vd, DPR:$src2, DPR:$src3, DPR:$src4), IIC_VST4u,
2385 (ins addrmode6:$Rn, DPR:$Vd, DPR:$src2, DPR:$src3, DPR:$src4,
[all …]
H A DARMInstrVFP.td2030 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2060 (VMLAD DPR:$dstin, DPR:$a, DPR:$b)>,
2071 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2101 (VMLSD DPR:$dstin, DPR:$a, DPR:$b)>,
2111 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2163 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2204 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2234 (VFMAD DPR:$dstin, DPR:$a, DPR:$b)>,
2256 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
2308 (outs DPR:$Dd), (ins DPR:$Ddin, DPR:$Dn, DPR:$Dm),
[all …]
H A DARMRegisterInfo.td450 let AltOrders = [(rotl DPR, 16),
451 (add (decimate (rotl DPR, 16), 2), (rotl DPR, 16))];
455 let DiagnosticType = "DPR";
468 (trunc DPR, 16)> {
475 (trunc DPR, 8)> {
550 [(shl DPR, 0),
551 (shl DPR, 1),
552 (shl DPR, 2)]>;
604 [(shl DPR, 0),
611 [(shl DPR, 0),
[all …]
H A DARMInstrCDE.td554 def : Pat<(f64 (int_arm_cde_vcx1a timm:$coproc, (f64 DPR:$acc), timm:$imm)),
555 (f64 (CDE_VCX1A_fpdp p_imm:$coproc, DPR:$acc, imm_11b:$imm))>;
562 def : Pat<(f64 (int_arm_cde_vcx2 timm:$coproc, (f64 DPR:$n), timm:$imm)),
563 (f64 (CDE_VCX2_fpdp p_imm:$coproc, DPR:$n, imm_6b:$imm))>;
564 def : Pat<(f64 (int_arm_cde_vcx2a timm:$coproc, (f64 DPR:$acc), (f64 DPR:$n),
566 (f64 (CDE_VCX2A_fpdp p_imm:$coproc, DPR:$acc, DPR:$n, imm_6b:$imm))>;
576 def : Pat<(f64 (int_arm_cde_vcx3 timm:$coproc, (f64 DPR:$n), (f64 DPR:$m),
578 (f64 (CDE_VCX3_fpdp p_imm:$coproc, DPR:$n, DPR:$m, imm_3b:$imm))>;
579 def : Pat<(f64 (int_arm_cde_vcx3a timm:$coproc, (f64 DPR:$acc), (f64 DPR:$n),
580 (f64 DPR:$m), timm:$imm)),
[all …]
H A DARMRegisterBanks.td13 def FPRRegBank : RegisterBank<"FPRB", [HPR, SPR, DPR, QPR]>;
H A DARMInstrMVE.td1850 def : Pat<(insertelt (v2f64 MQPR:$src1), DPR:$src2, imm:$lane),
1851 …(INSERT_SUBREG (v2f64 (COPY_TO_REGCLASS MQPR:$src1, MQPR)), DPR:$src2, (DSubReg_f64_reg imm:$lane)…
1926 def : Pat<(v2f64 (scalar_to_vector (f64 DPR:$src))),
1927 (INSERT_SUBREG (v2f64 (IMPLICIT_DEF)), DPR:$src, dsub_0)>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/imx/
H A Dnxp,imx8mq-dcss.yaml45 - description: Display AXI clock needed by DPR, Scaler, RTRAM_CTRL
/freebsd-14.2/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-db.dts268 * Proper NAND usage will require DPR-76 to be in position 1-2, which disables
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_pci.c675 #define DPR 0x01 macro
2046 if (status1 & DPR) { in ahc_pci_intr()
2055 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) { in ahc_pci_intr()
H A Daic79xx.reg1094 field DPR 0x01
1111 field DPR 0x01
1127 field DPR 0x01
1144 field DPR 0x01
1160 field DPR 0x01
1175 field DPR 0x01
H A Daic79xx_pci.c782 #define DPR 0x01 macro
H A Daic79xx_reg.h3310 #define DPR 0x01 macro
/freebsd-14.2/sys/dev/sym/
H A Dsym_defs.h478 #define DPR 0x01 /* Disable Pipe Req */ macro
H A Dsym_hipd.c3213 np->rv_ccntl0 |= DPR; in sym_init()