Searched refs:gen_c_int_type (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 273 static void gen_c_int_type(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_c_int_type() function 404 gen_c_int_type(c, locp, 64, rvalue->signedness); in gen_rvalue_extend() 406 gen_c_int_type(c, locp, 64, rvalue->signedness); in gen_rvalue_extend() 573 gen_c_int_type(c, locp, bit_width, signedness); in gen_simple_op() 602 gen_c_int_type(c, locp, bit_width, signedness); in gen_sub_op() 633 gen_c_int_type(c, locp, bit_width, signedness); in gen_asl_op() 691 gen_c_int_type(c, locp, bit_width, signedness); in gen_asr_op() 1033 gen_c_int_type(c, locp, dst_width, signedness); in gen_extend_imm_width_op() 1910 gen_c_int_type(c, locp, value->bit_width, value->signedness); in gen_rvalue_simple_unary() 1932 gen_c_int_type(c, locp, value->bit_width, value->signedness); in gen_rvalue_notl()
|