Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c301 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()
[all …]
H A Dparser-helpers.h150 HexValue gen_tmp(Context *c,
H A Didef-parser.y726 $$ = gen_tmp(c, &@1, 32, UNSIGNED);