Home
last modified time | relevance | path

Searched refs:UNSIGNED (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c182 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 Didef-parser.y180 $$.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 Didef-parser.h47 typedef enum { UNKNOWN_SIGNEDNESS, SIGNED, UNSIGNED } HexSignedness; enumerator
/openbmc/linux/arch/ia64/lib/
H A Didiv64.S27 #ifdef UNSIGNED
H A Didiv32.S27 #ifdef UNSIGNED
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c43 #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 Dipvs-sysctl.rst235 sync_refresh_period - UNSIGNED INTEGER
254 sync_qlen_max - UNSIGNED LONG
H A Dip-sysctl.rst107 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 Dbpf_jit.h179 #define A64_UBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, UNSIGNED)
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst441 [16] ENUM 'bar' encoding=UNSIGNED size=4 vlen=2
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef481 * 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 Dmpy.idef711 /* SIGNED 32 x UNSIGNED 16 */
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dnavi10_enum.h885 UNSIGNED = 0x00000000, enumerator
H A Dsoc21_enum.h1071 UNSIGNED = 0x00000000, enumerator