Lines Matching refs:gen_tmp

301 HexValue gen_tmp(Context *c,  in gen_tmp()  function
410 HexValue res = gen_tmp(c, locp, 64, rvalue->signedness); in gen_rvalue_extend()
427 HexValue res = gen_tmp(c, locp, 32, rvalue->signedness); in gen_rvalue_truncate()
527 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_bin_cmp()
707 HexValue tmp = gen_tmp(c, locp, bit_width, SIGNED); in gen_asr_op()
891 res = gen_tmp(c, locp, bit_width, signedness); in gen_bin_op()
1049 HexValue res = gen_tmp(c, locp, dst_width, signedness); in gen_extend_imm_width_op()
1085 HexValue shift = gen_tmp(c, locp, dst_width, UNSIGNED); in gen_extend_tcg_width_op()
1092 res = gen_tmp(c, locp, dst_width, signedness); in gen_extend_tcg_width_op()
1270 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_rextract_op()
1292 res = gen_tmp(c, locp, bit_width, extract->signedness); in gen_extract_op()
1300 HexValue tmp = gen_tmp(c, locp, extract->storage_bit_width, in gen_extract_op()
1363 HexValue res = gen_tmp(c, locp, bit_width, src->signedness); in gen_convround()
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()
1387 HexValue tmp_64 = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_b()
1409 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_c()
1411 HexValue tmp = gen_tmp(c, locp, 32, UNSIGNED); in gen_convround_n_c()
1412 HexValue tmp_64 = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_c()
1433 HexValue cond = gen_tmp(c, locp, 32, UNSIGNED); in gen_convround_n()
1434 HexValue cond_64 = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n()
1435 HexValue mask = gen_tmp(c, locp, 32, UNSIGNED); in gen_convround_n()
1436 HexValue n_64 = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n()
1437 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n()
1516 res = gen_tmp(c, locp, 64, src->signedness); in gen_round()
1566 res = gen_tmp(c, locp, src->bit_width == 64 ? 64 : 32, src->signedness); in gen_locnt_op()
1581 res = gen_tmp(c, locp, src->bit_width == 64 ? 64 : 32, src->signedness); in gen_ctpop_op()
1594 res = gen_tmp(c, locp, src->bit_width, src->signedness); in gen_rotl()
1614 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_carry_from_add()
1615 HexValue cf = gen_tmp(c, locp, 64, UNSIGNED); in gen_carry_from_add()
1711 *left_pred = gen_tmp(c, locp, 32, UNSIGNED); in gen_pred_assign()
1806 tmp = gen_tmp(c, locp, 32, value->signedness); in gen_setbits()
1851 *pred = gen_tmp(c, locp, 32, UNSIGNED); in gen_rvalue_pred()
1913 res = gen_tmp(c, locp, bit_width, value->signedness); in gen_rvalue_simple_unary()
1937 res = gen_tmp(c, locp, bit_width, value->signedness); in gen_rvalue_notl()
1965 res = gen_tmp(c, locp, value->bit_width, sat->signedness); in gen_rvalue_sat()
1966 ovfl = gen_tmp(c, locp, 32, sat->signedness); in gen_rvalue_sat()
1977 HexValue key = gen_tmp(c, locp, 64, UNSIGNED); in gen_rvalue_fscr()
1978 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_rvalue_fscr()
1979 HexValue frame_key = gen_tmp(c, locp, 32, UNSIGNED); in gen_rvalue_fscr()
2003 res = gen_tmp(c, locp, value->bit_width, value->signedness); in gen_rvalue_brev()
2016 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_rvalue_ternary()