Searched refs:DPR (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrVFP.td | 90 def VLDRD : ADI5<0b1101, 0b01, (outs DPR:$Dd), (ins addrmode5:$addr), 92 [(set DPR:$Dd, (f64 (alignedload32 addrmode5:$addr)))]>; 104 def VSTRD : ADI5<0b1101, 0b00, (outs), (ins DPR:$Dd, addrmode5:$addr), 106 [(alignedstore32 (f64 DPR:$Dd), addrmode5:$addr)]>; 285 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm), 287 [(set DPR:$Dd, (fadd DPR:$Dn, (f64 DPR:$Dm)))]>; 301 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm), 303 [(set DPR:$Dd, (fsub DPR:$Dn, (f64 DPR:$Dm)))]>; 317 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm), 319 [(set DPR:$Dd, (fdiv DPR:$Dn, (f64 DPR:$Dm)))]>; [all …]
|
| HD | ARMInstrNEON.td | 139 def VecListOneD : RegisterOperand<DPR, "printVectorListOne"> { 157 def VecListThreeD : RegisterOperand<DPR, "printVectorListThree"> { 166 def VecListFourD : RegisterOperand<DPR, "printVectorListFour"> { 184 def VecListThreeQ : RegisterOperand<DPR, "printVectorListThreeSpaced"> { 193 def VecListFourQ : RegisterOperand<DPR, "printVectorListFourSpaced"> { 203 def VecListOneDAllLanes : RegisterOperand<DPR, "printVectorListOneAllLanes"> { 232 def VecListThreeDAllLanes : RegisterOperand<DPR, 242 def VecListThreeQAllLanes : RegisterOperand<DPR, 252 def VecListFourDAllLanes : RegisterOperand<DPR, "printVectorListFourAllLanes"> { 261 def VecListFourQAllLanes : RegisterOperand<DPR, [all …]
|
| HD | ARMRegisterInfo.td | 284 def DPR : RegisterClass<"ARM", [f64, v8i8, v4i16, v2i32, v1i64, v2f32], 64, 287 let AltOrders = [(rotl DPR, 16)]; 291 // Subset of DPR that are accessible with VFP2 (and so that also have 294 (trunc DPR, 16)>; 296 // Subset of DPR which can be used as a source of NEON scalars for 16-bit 299 (trunc DPR, 8)>; 322 [(decimate (shl DPR, 1), 2), 323 (decimate (shl DPR, 2), 2)]>; 348 [(shl DPR, 0), 349 (shl DPR, 1), [all …]
|
| /NextBSD/sys/dev/bktr/ |
| HD | bktr_os.c | 168 #define DPR(x) (bktr_debug ? printf x : 0) macro 170 #define DPR(x) macro 1019 DPR(("pci_mapreg_map: memt %x, memh %x, size %x\n", in bktr_attach()
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx_pci.c | 674 #define DPR 0x01 macro 2050 if (status1 & DPR) { in ahc_pci_intr() 2059 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) { in ahc_pci_intr()
|
| HD | aic79xx.reg | 1096 field DPR 0x01 1113 field DPR 0x01 1129 field DPR 0x01 1146 field DPR 0x01 1162 field DPR 0x01 1177 field DPR 0x01
|
| HD | aic79xx_pci.c | 782 #define DPR 0x01 macro
|
| HD | aic79xx_reg.h | 3313 #define DPR 0x01 macro
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_defs.h | 477 #define DPR 0x01 /* Disable Pipe Req */ macro
|
| HD | sym_hipd.c | 3224 np->rv_ccntl0 |= DPR; in sym_init()
|