/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() 276 const char *signstr = (signedness == UNSIGNED) ? "u" : ""; in gen_c_int_type() 411 bool is_unsigned = (rvalue->signedness == UNSIGNED); in gen_rvalue_extend() 478 return (sign1 == UNSIGNED && sign2 == UNSIGNED) ? UNSIGNED : SIGNED; in bin_op_signedness() 527 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_bin_cmp() 659 HexValue zero = gen_constant(c, locp, "0", bit_width, UNSIGNED); in gen_asl_op() 660 HexValue edge = gen_imm_value(c, locp, bit_width, bit_width, UNSIGNED); in gen_asl_op() 709 HexValue edge = gen_imm_value(c, locp, bit_width, bit_width, UNSIGNED); in gen_asr_op() 756 HexValue zero = gen_constant(c, locp, "0", bit_width, UNSIGNED); in gen_lsr_op() [all …]
|
H A D | idef-parser.y | 180 $$.signedness = UNSIGNED; 185 $$.signedness = UNSIGNED; 490 rvalue.signedness = UNSIGNED; 499 rvalue.signedness = UNSIGNED; 536 if ($1.signedness == UNSIGNED) { 613 if ($1.signedness == UNSIGNED || $3.signedness == UNSIGNED) { 625 if ($1.signedness == UNSIGNED || $3.signedness == UNSIGNED) { 637 if ($1.signedness == UNSIGNED || $3.signedness == UNSIGNED) { 649 if ($1.signedness == UNSIGNED || $3.signedness == UNSIGNED) { 692 $$ = gen_extend_op(c, &@1, &$3, 64, &$7, UNSIGNED); [all …]
|
H A D | idef-parser.h | 47 typedef enum { UNKNOWN_SIGNEDNESS, SIGNED, UNSIGNED } HexSignedness; enumerator
|
/openbmc/linux/arch/ia64/lib/ |
H A D | idiv64.S | 27 #ifdef UNSIGNED
|
H A D | idiv32.S | 27 #ifdef UNSIGNED
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 43 #define UNSIGNED(x, df) ((x) & DF_MAX_UINT(df)) macro 77 x = UNSIGNED(arg, df); in msa_nlzc_df() 95 return msa_nlzc_df(df, UNSIGNED((~arg), df)); in msa_nloc_df() 218 x = UNSIGNED(arg, df); in msa_pcnt_df() 314 uint64_t u_arg1 = UNSIGNED(arg1, df); in msa_binsl_df() 315 uint64_t u_dest = UNSIGNED(dest, df); in msa_binsl_df() 321 return UNSIGNED(UNSIGNED(u_dest << sh_d, df) >> sh_d, df) | in msa_binsl_df() 322 UNSIGNED(UNSIGNED(u_arg1 >> sh_a, df) << sh_a, df); in msa_binsl_df() 395 uint64_t u_arg1 = UNSIGNED(arg1, df); in msa_binsr_df() 396 uint64_t u_dest = UNSIGNED(dest, df); in msa_binsr_df() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | ipvs-sysctl.rst | 235 sync_refresh_period - UNSIGNED INTEGER 254 sync_qlen_max - UNSIGNED LONG
|
H A D | ip-sysctl.rst | 107 fib_multipath_hash_fields - UNSIGNED INTEGER 134 fib_sync_mem - UNSIGNED INTEGER 595 tcp_probe_interval - UNSIGNED INTEGER 1021 tcp_notsent_lowat - UNSIGNED INTEGER 2023 fib_multipath_hash_fields - UNSIGNED INTEGER 2259 ra_defrtr_metric - UNSIGNED INTEGER
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 179 #define A64_UBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, UNSIGNED)
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 441 [16] ENUM 'bar' encoding=UNSIGNED size=4 vlen=2
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 481 * 2-WAY REDUCTION - UNSIGNED BYTE BY BYTE 643 * 3-WAY REDUCTION - UNSIGNED BYTE BY BYTE 712 * 4-WAY REDUCTION - UNSIGNED BYTE BY UNSIGNED BYTE 791 * 4-WAY REDUCTION - UNSIGNED BYTE BY BYTE
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | mpy.idef | 711 /* SIGNED 32 x UNSIGNED 16 */
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | navi10_enum.h | 885 UNSIGNED = 0x00000000, enumerator
|
H A D | soc21_enum.h | 1071 UNSIGNED = 0x00000000, enumerator
|