| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64SMEAttributes.cpp | 17 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 D | AArch64SMEAttributes.h | 26 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 D | cc10001_adc.txt | 11 - adc-reserved-channels: Bitmask of reserved channels,
|
| H A D | cosmic,10001-adc.yaml | 25 Bitmask of reserved channels, i.e. channels that cannot be
|
| H A D | st,stmpe-adc.yaml | 25 Bitmask specifying which ADC channels should _not_ be
|
| H A D | atmel,sama9260-adc.yaml | 38 description: Bitmask of the channels muxed and enabled for this device
|
| H A D | at91_adc.txt | 11 - atmel,adc-channels-used: Bitmask of the channels muxed and enabled for this
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | nuvoton,nct6775.yaml | 34 Bitmask indicating which TSI temperature sensor channels are
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | dma-common.yaml | 29 Bitmask of available DMA channels in ascending order that are
|
| H A D | ingenic,dma.yaml | 70 Bitmask of channels to reserve for devices that need a specific
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 1226 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 D | nxp,pcf8575.yaml | 58 Bitmask that specifies the initial state of each line.
|
| H A D | gpio-pcf857x.txt | 38 - lines-initial-states: Bitmask that specifies the initial state of each
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | ingenic,tcu.yaml | 107 description: Bitmask of TCU channels reserved for PWM use.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,pruss-intc.yaml | 88 Bitmask of host interrupts between 0 and 7 (corresponding to PRUSS INTC
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 240 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 D | aic79xx.reg | 1580 * 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 D | sqlite3.c | 123672 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 D | Changelog | 678 * Bitmask fix in EDNS handling
|