/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 423 let AltOrders = [(add (decimate SPR, 2), SPR), 424 (add (decimate SPR, 4), 425 (decimate SPR, 2), 426 (decimate (rotl SPR, 1), 4), 427 (decimate (rotl SPR, 1), 2))]; 435 let AltOrders = [(add (decimate HPR, 2), SPR), 436 (add (decimate HPR, 4), 437 (decimate HPR, 2), 438 (decimate (rotl HPR, 1), 4), 439 (decimate (rotl HPR, 1), 2))]; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 37 // - (decimate S, N) Decimate S by picking every N'th element, starting with 38 // the first one. For instance, (decimate S, 2) returns the even elements of
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | rockchip,pdm.yaml | 13 and embeds filters which decimate the incoming bit stream to
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 742 [(decimate (rotl GPR32, 0), 2), 743 (decimate (rotl GPR32, 1), 2)]>; 745 [(decimate (rotl GPR64, 0), 2), 746 (decimate (rotl GPR64, 1), 2)]>; 801 !foreach(i, [0,1,2,3,4,5,6,7], (trunc (decimate (rotl GPR64, i), 2), 12))>; 1089 def PPR2Mul2 : RegisterClass<"AArch64", [untyped], 16, (add (decimate PSeqPairs, 2))> { 1319 def ZPR2Mul2 : RegisterClass<"AArch64", [untyped], 128, (add (decimate ZSeqPairs, 2))> { 1323 def ZPR4Mul4 : RegisterClass<"AArch64", [untyped], 128, (add (decimate ZSeqQuads, 4))> { 1435 (decimate ZSeqPairs, 2))> { 1482 (decimate ZSeqQuads, 4))> {
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 144 // (decimate S, N) Pick every N'th element of S. 264 addOperator("decimate", std::make_unique<DecimateOp>()); in SetTheory()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.td | 394 let AltOrders = [(decimate FGR32, 2)]; 415 let AltOrders = [(decimate FGR64, 2)]; 445 (decimate (sequence "W%u", 0, 31), 2)>;
|
H A D | MipsCallingConv.td | 367 let OtherPreserved = (add (decimate (sequence "F%u", 30, 20), 2)); 374 CalleeSavedRegs<(add (decimate (sequence "D%u_64", 30, 20), 2), RA, FP,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 150 // add, interleave, decimate: These set operators are vanilla SetTheory 154 def decimate;
|
H A D | arm_neon.td | 87 def OP_TRN1 : Op<(shuffle $p0, $p1, (interleave (decimate mask0, 2), 88 (decimate mask1, 2)))>; 90 def OP_UZP1 : Op<(shuffle $p0, $p1, (add (decimate mask0, 2), 91 (decimate mask1, 2)))>; 93 (decimate (rotl mask0, 1), 2), 94 (decimate (rotl mask1, 1), 2)))>; 96 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2), 97 (decimate (rotl mask1, 1), 2)))>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 111 !listconcat([(add (decimate (shl trunc_rc, start), stride))], 953 def _Align2 : VRegClassBase<numRegs, regTypes, (decimate regList, 2)> { 988 def _Align2 : VRegClassBase<numRegs, regTypes, (decimate regList, 2)> { 1074 (add (decimate vregList, 2), 1075 (decimate aregList, 2))> {
|
/freebsd/sys/dev/sound/pci/ |
H A D | csapcm.c | 229 * We can only decimate by up to a factor of 1/9th the hardware rate. in csa_setcapturesamplerate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 391 // (decimate GPR, 2) - Pick every N'th element, starting with the first. 400 def decimate;
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 565 * Decimate by a factor of either 1 (IRIG-B) or 10 (IRIG-E). in irig_rf()
|
/freebsd/share/dict/ |
H A D | web2 | 49515 decimate
|