Lines Matching defs:bit_width

273 static void gen_c_int_type(Context *c, YYLTYPE *locp, unsigned bit_width,  in gen_c_int_type()
283 unsigned bit_width, in gen_constant()
303 unsigned bit_width, in gen_tmp()
355 unsigned bit_width, in gen_imm_value()
371 HexValue gen_imm_qemu_tmp(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_imm_qemu_tmp()
484 unsigned bit_width, in gen_varid_allocate()
526 unsigned bit_width = (op_is64bit) ? 64 : 32; in gen_bin_cmp() local
558 static void gen_simple_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_simple_op()
592 static void gen_sub_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_sub_op()
621 static void gen_asl_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_asl_op()
673 static void gen_asr_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_asr_op()
728 static void gen_lsr_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_lsr_op()
774 static void gen_andl_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_andl_op()
800 static void gen_minmax_op(Context *c, YYLTYPE *locp, unsigned bit_width, in gen_minmax_op()
853 unsigned bit_width; in gen_bin_op() local
1123 unsigned bit_width = (dst_width == 64) ? 64 : 32; in gen_extend_op() local
1238 unsigned bit_width = (dst->bit_width == 64) ? 64 : 32; in gen_deposit_op() local
1269 unsigned bit_width = (src->bit_width == 64) ? 64 : 32; in gen_rextract_op() local
1282 unsigned bit_width = (src->bit_width == 64) ? 64 : 32; in gen_extract_op() local
1328 unsigned bit_width; in gen_assign() local
1361 unsigned bit_width = src_m.bit_width; in gen_convround() local
1906 unsigned bit_width = (value->bit_width == 64) ? 64 : 32; in gen_rvalue_simple_unary() local
1928 unsigned bit_width = (value->bit_width == 64) ? 64 : 32; in gen_rvalue_notl() local
2014 unsigned bit_width = (is_64bit) ? 64 : 32; in gen_rvalue_ternary() local