Home
last modified time | relevance | path

Searched refs:Bitmask (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp17 Bitmask |= M; in set()
19 Bitmask &= ~M; in set()
44 set(SMEAttrs(*F).Bitmask | SMEAttrs(F->getName()).Bitmask); in SMEAttrs()
57 Bitmask = 0; in SMEAttrs()
59 Bitmask |= SM_Enabled; in SMEAttrs()
61 Bitmask |= SM_Compatible; in SMEAttrs()
63 Bitmask |= SM_Body; in SMEAttrs()
65 Bitmask |= ZA_Shared; in SMEAttrs()
67 Bitmask |= ZA_New; in SMEAttrs()
69 Bitmask |= ZA_Preserved; in SMEAttrs()
[all …]
H A DAArch64SMEAttributes.h26 unsigned Bitmask; variable
52 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); }
61 bool hasStreamingBody() const { return Bitmask & SM_Body; } in hasStreamingBody()
67 return Bitmask & SM_Compatible; in hasStreamingCompatibleInterface()
81 bool hasNewZABody() const { return Bitmask & ZA_New; } in hasNewZABody()
82 bool sharesZA() const { return Bitmask & ZA_Shared; } in sharesZA()
89 !(Callee.Bitmask & SME_ABI_Routine); in requiresLazySave()
93 static StateValue decodeZT0State(unsigned Bitmask) { in decodeZT0State() argument
104 return decodeZT0State(Bitmask) == StateValue::InOut; in isInOutZT0()
110 StateValue State = decodeZT0State(Bitmask); in sharesZT0()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dcc10001_adc.txt11 - adc-reserved-channels: Bitmask of reserved channels,
H A Dcosmic,10001-adc.yaml25 Bitmask of reserved channels, i.e. channels that cannot be
H A Dst,stmpe-adc.yaml25 Bitmask specifying which ADC channels should _not_ be
H A Datmel,sama9260-adc.yaml38 description: Bitmask of the channels muxed and enabled for this device
H A Dat91_adc.txt11 - atmel,adc-channels-used: Bitmask of the channels muxed and enabled for this
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dnuvoton,nct6775.yaml34 Bitmask indicating which TSI temperature sensor channels are
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Ddma-common.yaml29 Bitmask of available DMA channels in ascending order that are
H A Dingenic,dma.yaml70 Bitmask of channels to reserve for devices that need a specific
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1226 getSamplerAddressingModeFromBitmask(unsigned Bitmask) { in getSamplerAddressingModeFromBitmask() argument
1227 switch (Bitmask & SPIRV::CLK_ADDRESS_MODE_MASK) { in getSamplerAddressingModeFromBitmask()
1243 static unsigned getSamplerParamFromBitmask(unsigned Bitmask) { in getSamplerParamFromBitmask() argument
1244 return (Bitmask & SPIRV::CLK_NORMALIZED_COORDS_TRUE) ? 1 : 0; in getSamplerParamFromBitmask()
1248 getSamplerFilterModeFromBitmask(unsigned Bitmask) { in getSamplerFilterModeFromBitmask() argument
1249 if (Bitmask & SPIRV::CLK_FILTER_LINEAR) in getSamplerFilterModeFromBitmask()
1251 if (Bitmask & SPIRV::CLK_FILTER_NEAREST) in getSamplerFilterModeFromBitmask()
1358 uint64_t Bitmask = getIConstVal(Call->Arguments[0], MRI); in generateSampleImageInst() local
1360 Call->ReturnRegister, getSamplerAddressingModeFromBitmask(Bitmask), in generateSampleImageInst()
1361 getSamplerParamFromBitmask(Bitmask), in generateSampleImageInst()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dnxp,pcf8575.yaml58 Bitmask that specifies the initial state of each line.
H A Dgpio-pcf857x.txt38 - lines-initial-states: Bitmask that specifies the initial state of each
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dingenic,tcu.yaml107 description: Bitmask of TCU channels reserved for PWM use.
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,pruss-intc.yaml88 Bitmask of host interrupts between 0 and 7 (corresponding to PRUSS INTC
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml240 description: Bitmask of the tagged frames priorities assigned to the queue
392 Bitmask of the tagged frames priorities assigned to the queue.
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.reg1580 * Bitmask of observed initiators on the bus.
1629 * Bitmask of observed targets on the bus.
1697 * Bitmask of ids to respond as a target.
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c123672 Bitmask m = 0;
160159 Bitmask mAll = 0;
160957 Bitmask b;
161178 Bitmask mask = 0;
161998 Bitmask mask;
162034 Bitmask mask = 0;
164436 Bitmask mAll = (((Bitmask)1)<<(nb*4)) - 1;
166046 Bitmask m;
166673 Bitmask mPrereq,
167995 Bitmask notReady
[all …]
/freebsd-14.2/contrib/ldns/
H A DChangelog678 * Bitmask fix in EDNS handling