Home
last modified time | relevance | path

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

/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()
478 return (sign1 == UNSIGNED && sign2 == UNSIGNED) ? UNSIGNED : SIGNED; in bin_op_signedness()
810 is_unsigned = res->signedness == UNSIGNED; in gen_minmax_op()
1096 if (signedness == UNSIGNED) { in gen_extend_tcg_width_op()
1176 UNSIGNED); in gen_rdeposit_op()
1179 UNSIGNED); in gen_rdeposit_op()
1385 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_b()
1386 HexValue tmp = gen_tmp(c, locp, 32, UNSIGNED); in gen_convround_n_b()
1615 HexValue cf = gen_tmp(c, locp, 64, UNSIGNED); in gen_carry_from_add()
[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 ||
[all...]
H A Didef-parser.h47 typedef enum { UNKNOWN_SIGNEDNESS, SIGNED, UNSIGNED } HexSignedness; enumerator
/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()
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()
402 return UNSIGNED(UNSIGNED(u_dest >> sh_d, df) << sh_d, df) | in msa_binsr_df()
[all …]
/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
/qemu/target/hexagon/imported/
H A Dmpy.idef711 /* SIGNED 32 x UNSIGNED 16 */