Home
last modified time | relevance | path

Searched refs:scompare_loc_descriptor (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc15288 scompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in scompare_loc_descriptor() function
16690 mem_loc_result = scompare_loc_descriptor (DW_OP_eq, rtl, mem_mode); in mem_loc_descriptor()
16694 mem_loc_result = scompare_loc_descriptor (DW_OP_ge, rtl, mem_mode); in mem_loc_descriptor()
16698 mem_loc_result = scompare_loc_descriptor (DW_OP_gt, rtl, mem_mode); in mem_loc_descriptor()
16702 mem_loc_result = scompare_loc_descriptor (DW_OP_le, rtl, mem_mode); in mem_loc_descriptor()
16706 mem_loc_result = scompare_loc_descriptor (DW_OP_lt, rtl, mem_mode); in mem_loc_descriptor()
16710 mem_loc_result = scompare_loc_descriptor (DW_OP_ne, rtl, mem_mode); in mem_loc_descriptor()
DChangeLog-20162872 (scompare_loc_descriptor): Shift UINTVAL left instead of INTVAL.
7691 (convert_descriptor_to_mode, scompare_loc_descriptor,
7717 (scompare_loc_descriptor, ucompare_loc_descriptor,
19919 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
DChangeLog-201119067 (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
20876 (scompare_loc_descriptor, ucompare_loc_descriptor,
23698 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
DChangeLog-201718735 * dwarf2out.c (scompare_loc_descriptor): Likewise.
19618 (scompare_loc_descriptor): ...here.
DChangeLog-202124492 * dwarf2out.c (scompare_loc_descriptor): Fix head comment.