Searched refs:bitwidth (Results 1 – 7 of 7) sorted by relevance
112 const unsigned bitwidth = SROM_BITWIDTH; in srom_read() local113 const unsigned cmdmask = (SROMCMD_RD << bitwidth); in srom_read()114 const unsigned msb = 1 << (bitwidth + 3 - 1); in srom_read()115 unsigned lastidx = (1 << bitwidth) - 1; in srom_read()127 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1) in srom_read()
34 (** [of_int32 n w] boxes the int32 [i] in a generic value with the bitwidth38 (** [of_int n w] boxes the int [i] in a generic value with the bitwidth43 bitwidth [w]. See the field [llvm::GenericValue::IntVal]. *)47 (** [of_int64 n w] boxes the int64 [i] in a generic value with the bitwidth61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the72 [nativeint]. Is invalid if [gv] has a bitwidth greater than77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
247 unsigned int bitwidth = T->getBitWidth(); in bypassSlowDivision() local250 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth); in bypassSlowDivision()
118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
391 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See395 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See399 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See403 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See407 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See411 (** [integer_type c n] returns an integer type of bitwidth [n] in the context721 * None is returned if this is not an integer constant, or bitwidth exceeds 64.
141 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
1088 the smallest integer type that is larger than the bitwidth of the1090 the bitwidth then the largest integer type is used. For example,8469 The first argument is a pointer to an integer value of arbitrary bitwidth