Searched refs:signedness (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 182 if (rvalue->signedness == UNSIGNED) { in imm_print() 188 if (rvalue->signedness == UNSIGNED) { in imm_print() 274 HexSignedness signedness) in gen_c_int_type() argument 276 const char *signstr = (signedness == UNSIGNED) ? "u" : ""; in gen_c_int_type() 284 HexSignedness signedness) in gen_constant() argument 291 rvalue.signedness = signedness; in gen_constant() 304 HexSignedness signedness) in gen_tmp() argument 311 rvalue.signedness = signedness; in gen_tmp() 329 rvalue.signedness = value->signedness; in gen_constant_from_imm() 356 HexSignedness signedness) in gen_imm_value() argument [all …]
|
H A D | idef-parser.y | 43 HexSignedness signedness; member 71 %type <signedness> SIGN 175 $$.signedness = SIGNED; 180 $$.signedness = UNSIGNED; 185 $$.signedness = UNSIGNED; 211 gen_varid_allocate(c, &@1, &$2, $1.bit_width, $1.signedness); 215 $$.signedness = $1.signedness; 490 rvalue.signedness = UNSIGNED; 499 rvalue.signedness = UNSIGNED; 535 assert_signedness(c, &@1, $1.signedness); [all …]
|
H A D | idef-parser.h | 102 HexSignedness signedness; /**< Signedness of the sat. op. */ member 110 HexSignedness signedness; /**< Unsigned flag for the cast operator */ member 119 HexSignedness signedness; /**< Unsigned flag for the extract operator */ member 150 HexSignedness signedness; /**< Unsigned flag for the VARID var */ member 175 HexSignedness signedness; /**< Unsigned flag for the rvalue */ member
|
H A D | parser-helpers.h | 153 HexSignedness signedness); 159 HexSignedness signedness); 162 HexSignedness signedness); 174 HexSignedness signedness); 196 HexSignedness signedness); 209 HexSignedness signedness); 299 HexSignedness signedness, HexValue *ea, HexValue *dst); 351 HexSignedness signedness);
|
H A D | README.rst | 301 type bit-width signedness 340 the signedness and bit width of the operations. 343 (``unsigned bit_width``) and its signedness (``HexSignedness signedness``).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark/ |
H A D | 0002-cycleclock-Fix-type-conversion-to-match-function-ret.patch | 9 src/cycleclock.h:213:10: error: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned l…
|
H A D | 0001-cycleclock-Fix-type-conversion-to-match-function-ret.patch | 9 src/cycleclock.h:208:52: error: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned l…
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 292 BPF_CORE_FIELD_SIGNED = 3, /* field signedness (0 - unsigned, 1 - signed) */ 326 * for integers: types match if size and signedness match; 473 *g = __builtin_preserve_field_info(s->b, 3 /* field signedness */);
|
H A D | btf.rst | 147 The ``BTF_INT_ENCODING()`` provides extra information: signedness, char, or
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | 201 …/u16/u32/u64/s8/s16/s32/s64), hexadecimal integers (x/x8/x16/x32/x64), signedness casting (u/s), "… 207 …al (sNN/uNN) or hex (xNN). You can also use 's' or 'u' to specify only signedness and leave its si…
|
/openbmc/qemu/docs/devel/ |
H A D | decodetree.rst | 38 signedness and bit width.
|
H A D | tracing.rst | 131 appropriate signedness.
|
H A D | style.rst | 384 conflicts with the signedness of a related variable, sometimes
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 22 a type's signedness (`S`) and bit width (`N`), respectively. 24 .. table:: Meaning of signedness notation.
|