Lines Matching defs:res
403 HexValue res = gen_imm_qemu_tmp(c, locp, 64, rvalue->signedness); in gen_rvalue_extend() local
410 HexValue res = gen_tmp(c, locp, 64, rvalue->signedness); in gen_rvalue_extend() local
422 HexValue res = *rvalue; in gen_rvalue_truncate() local
427 HexValue res = gen_tmp(c, locp, 32, rvalue->signedness); in gen_rvalue_truncate() local
527 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_bin_cmp() local
559 const char *bit_suffix, HexValue *res, in gen_simple_op()
593 const char *bit_suffix, HexValue *res, in gen_sub_op()
623 HexValue *res, enum OpTypes op_types, in gen_asl_op()
675 HexValue *res, enum OpTypes op_types, in gen_asr_op()
730 HexValue *res, enum OpTypes op_types, in gen_lsr_op()
775 const char *bit_suffix, HexValue *res, in gen_andl_op()
801 HexValue *res, enum OpTypes op_types, in gen_minmax_op()
855 HexValue res; in gen_bin_op() local
974 HexValue res; in gen_cast_op() local
1032 HexValue res = gen_imm_qemu_tmp(c, locp, dst_width, signedness); in gen_extend_imm_width_op() local
1049 HexValue res = gen_tmp(c, locp, dst_width, signedness); in gen_extend_imm_width_op() local
1086 HexValue res; in gen_extend_tcg_width_op() local
1180 HexValue res; in gen_rdeposit_op() local
1270 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_rextract_op() local
1285 HexValue res; in gen_extract_op() local
1363 HexValue res = gen_tmp(c, locp, bit_width, src->signedness); in gen_convround() local
1385 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_b() local
1409 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n_c() local
1437 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_convround_n() local
1504 HexValue res; in gen_round() local
1563 HexValue res; in gen_locnt_op() local
1579 HexValue res; in gen_ctpop_op() local
1592 HexValue res; in gen_rotl() local
1614 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_carry_from_add() local
1873 HexValue res; in gen_rvalue_mpy() local
1907 HexValue res; in gen_rvalue_simple_unary() local
1929 HexValue res; in gen_rvalue_notl() local
1950 HexValue res; in gen_rvalue_sat() local
1978 HexValue res = gen_tmp(c, locp, 64, UNSIGNED); in gen_rvalue_fscr() local
2000 HexValue res; in gen_rvalue_brev() local
2016 HexValue res = gen_tmp(c, locp, bit_width, UNSIGNED); in gen_rvalue_ternary() local