Searched refs:val_int (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test_python.py | 45 val_int = isl.val(i) 47 assert(val_int.eq(val_str))
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | ld-insn.h | 71 int val_int; member
|
H A D | gen-idecode.c | 1386 check_val |= field->val_int; in print_idecode_validate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 1617 p = &loc->dw_loc_oprnd1.v.val_int; in loc_descr_plus_const() 1619 p = &loc->dw_loc_oprnd2.v.val_int; in loc_descr_plus_const() 1896 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr() 1940 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr() 1946 size += size_of_sleb128 (loc->dw_loc_oprnd1.v.val_int); in size_of_loc_descr() 1950 size += size_of_sleb128 (loc->dw_loc_oprnd2.v.val_int); in size_of_loc_descr() 1979 size += DWARF_REF_SIZE + size_of_sleb128 (loc->dw_loc_oprnd2.v.val_int); in size_of_loc_descr() 2138 dw2_asm_output_data (2, val1->v.val_int, NULL); in output_loc_operands() 2151 dw2_asm_output_data (4, val1->v.val_int, NULL); in output_loc_operands() 2165 dw2_asm_output_data (8, val1->v.val_int, NULL); in output_loc_operands() [all …]
|
H A D | dwarf2out.h | 251 HOST_WIDE_INT GTY ((default)) val_int;
|
H A D | dwarf2cfi.cc | 584 cfa->reg.set_by_dwreg (ptr->dw_loc_oprnd1.v.val_int); in get_cfa_from_loc_descr() 623 ? ptr->dw_loc_oprnd1.v.val_int : op - DW_OP_breg0); in get_cfa_from_loc_descr() 625 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 638 ? ptr->dw_loc_oprnd1.v.val_int : op - DW_OP_breg0); in get_cfa_from_loc_descr() 699 cfa->offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 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() [all …]
|
H A D | dwarf2out.h | 216 HOST_WIDE_INT GTY ((default)) val_int;
|
H A D | dwarf2cfi.c | 584 cfa->reg = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 619 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 622 cfa->reg = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 623 cfa->base_offset = ptr->dw_loc_oprnd2.v.val_int; in get_cfa_from_loc_descr()
|