Home
last modified time | relevance | path

Searched refs:gen_tmp (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c301 HexValue gen_tmp(Context *c, in gen_tmp() function
1092 res = gen_tmp(c, locp, dst_width, signedness); in gen_extend_tcg_width_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()
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()
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()
1615 HexValue cf = gen_tmp(c, locp, 64, UNSIGNED); in gen_carry_from_add()
1851 *pred = gen_tmp(c, locp, 32, UNSIGNED); in gen_rvalue_pred()
[all …]
H A Dparser-helpers.h150 HexValue gen_tmp(Context *c,
H A Didef-parser.y726 $$ = gen_tmp(c, &@1, 32, UNSIGNED);