Searched refs:ucompare_loc_descriptor (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 15328 ucompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in ucompare_loc_descriptor() function 16714 mem_loc_result = ucompare_loc_descriptor (DW_OP_ge, rtl, mem_mode); in mem_loc_descriptor() 16718 mem_loc_result = ucompare_loc_descriptor (DW_OP_gt, rtl, mem_mode); in mem_loc_descriptor() 16722 mem_loc_result = ucompare_loc_descriptor (DW_OP_le, rtl, mem_mode); in mem_loc_descriptor() 16726 mem_loc_result = ucompare_loc_descriptor (DW_OP_lt, rtl, mem_mode); in mem_loc_descriptor()
|
H A D | ChangeLog-2016 | 7717 (scompare_loc_descriptor, ucompare_loc_descriptor, 19922 (ucompare_loc_descriptor): Likewise.
|
H A D | ChangeLog-2011 | 20876 (scompare_loc_descriptor, ucompare_loc_descriptor, 23699 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
|
H A D | ChangeLog-2017 | 18736 (ucompare_loc_descriptor): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 14851 ucompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in ucompare_loc_descriptor() function 16226 mem_loc_result = ucompare_loc_descriptor (DW_OP_ge, rtl, mem_mode); in mem_loc_descriptor() 16230 mem_loc_result = ucompare_loc_descriptor (DW_OP_gt, rtl, mem_mode); in mem_loc_descriptor() 16234 mem_loc_result = ucompare_loc_descriptor (DW_OP_le, rtl, mem_mode); in mem_loc_descriptor() 16238 mem_loc_result = ucompare_loc_descriptor (DW_OP_lt, rtl, mem_mode); in mem_loc_descriptor()
|