Lines Matching refs:val_int

1560     p = &loc->dw_loc_oprnd1.v.val_int;  in loc_descr_plus_const()
1562 p = &loc->dw_loc_oprnd2.v.val_int; in loc_descr_plus_const()
1839 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr()
1883 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr()
1889 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr()
1893 size += size_of_sleb128 (loc->dw_loc_oprnd2.v.val_int); in size_of_loc_descr()
1922 size += DWARF_REF_SIZE + size_of_sleb128 (loc->dw_loc_oprnd2.v.val_int); in size_of_loc_descr()
2081 dw2_asm_output_data (2, val1->v.val_int, NULL); in output_loc_operands()
2094 dw2_asm_output_data (4, val1->v.val_int, NULL); in output_loc_operands()
2108 dw2_asm_output_data (8, val1->v.val_int, NULL); in output_loc_operands()
2126 dw2_asm_output_data (val1->v.val_unsigned, val2->v.val_int, NULL); in output_loc_operands()
2207 dw2_asm_output_data (1, val1->v.val_int, NULL); in output_loc_operands()
2213 dw2_asm_output_data_sleb128 (val1->v.val_int, NULL); in output_loc_operands()
2216 dw2_asm_output_data (1, val1->v.val_int, NULL); in output_loc_operands()
2253 dw2_asm_output_data_sleb128 (val1->v.val_int, NULL); in output_loc_operands()
2266 dw2_asm_output_data_sleb128 (val1->v.val_int, NULL); in output_loc_operands()
2276 dw2_asm_output_data_sleb128 (val2->v.val_int, NULL); in output_loc_operands()
2288 dw2_asm_output_data (1, val1->v.val_int, NULL); in output_loc_operands()
2358 dw2_asm_output_data_sleb128 (val2->v.val_int, NULL); in output_loc_operands()
2379 dw2_asm_output_data (l, val2->v.val_int, NULL); in output_loc_operands()
2463 dw2_asm_output_data (1, val1->v.val_int, NULL); in output_loc_operands()
2561 dw2_asm_output_data_raw (1, val1->v.val_int); in output_loc_operands_raw()
2567 dw2_asm_output_data_raw (2, val1->v.val_int); in output_loc_operands_raw()
2573 dw2_asm_output_data_raw (4, val1->v.val_int); in output_loc_operands_raw()
2580 dw2_asm_output_data_raw (8, val1->v.val_int); in output_loc_operands_raw()
2654 dw2_asm_output_data_sleb128_raw (val1->v.val_int); in output_loc_operands_raw()
2665 dw2_asm_output_data_sleb128_raw (val2->v.val_int); in output_loc_operands_raw()
4475 attr.dw_attr_val.v.val_int = int_val; in add_AT_int()
4484 return a->dw_attr_val.v.val_int; in AT_int()
6506 fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, val->v.val_int); in print_dw_val()
6903 CHECKSUM (at->dw_attr_val.v.val_int); in attr_checksum()
7186 CHECKSUM_SLEB128 (at->dw_attr_val.v.val_int); in attr_checksum_ordered()
7705 return v1->v.val_int == v2->v.val_int; in same_dw_val_p()
10022 dw2_asm_output_data_sleb128 (a_attr->dw_attr_val.v.val_int, NULL); in output_die_abbrevs()
14333 loc_result->dw_loc_oprnd2.v.val_int = i; in address_of_int_loc_descriptor()
14763 && last0->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
14768 && last1->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
14889 || last0->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()
14898 || last1->dw_loc_oprnd1.v.val_int > GET_MODE_SIZE (op_mode)) in ucompare_loc_descriptor()
29985 loc->dw_loc_oprnd2.v.val_int = offset; in optimize_one_addr_into_implicit_ptr()
30752 hstate.add_object (val1->v.val_int); in hash_loc_operands()
30769 hstate.add_object (val2->v.val_int); in hash_loc_operands()
30799 hstate.add_object (val1->v.val_int); in hash_loc_operands()
30800 hstate.add_object (val2->v.val_int); in hash_loc_operands()
30826 hstate.add_int (val2->v.val_int); in hash_loc_operands()
30841 hstate.add_object (val1->v.val_int); in hash_loc_operands()
30872 hstate.add_object (val2->v.val_int); in hash_loc_operands()
31013 return valx1->v.val_int == valy1->v.val_int; in compare_loc_operands()
31030 return valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()
31049 return valx1->v.val_int == valy1->v.val_int in compare_loc_operands()
31050 && valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()
31068 && valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()
31080 return valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()
31099 return valx1->v.val_int == valy1->v.val_int in compare_loc_operands()