Home
last modified time | relevance | path

Searched refs:DW_OP_shl (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Dclztest.S635 .byte 0x24 # DW_OP_shl
650 .byte 0x24 # DW_OP_shl
686 .byte 0x24 # DW_OP_shl
701 .byte 0x24 # DW_OP_shl
734 .byte 0x24 # DW_OP_shl
/netbsd/src/sys/lib/libunwind/
Ddwarf2.h112 DW_OP_shl = 0x24, enumerator
DDwarfInstructions.hpp367 case DW_OP_shl: in evaluateExpression()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-dw2.c829 case DW_OP_shl: in execute_stack_op()
871 case DW_OP_shl: in execute_stack_op()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-x86-64.c734 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
769 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
804 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
839 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
Delf32-i386.c690 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
725 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-x86-64.c710 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
745 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
780 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
815 DW_OP_lit3, DW_OP_shl, DW_OP_plus,
Delf32-i386.c696 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
731 DW_OP_lit2, DW_OP_shl, DW_OP_plus,
/netbsd/src/external/gpl3/binutils/dist/gold/
Dx86_64.cc2228 elfcpp::DW_OP_shl, // << (((%rip & 0xf) >= 0xb) << 3)
2257 elfcpp::DW_OP_shl, // << (((%rip & 0xf) >= 9) << 3)
6114 elfcpp::DW_OP_shl, // << (((%rip & 0x3f) >= 0x25) << 3)
Di386.cc1390 elfcpp::DW_OP_shl, // << (((%eip & 0xf) >= 0xb) << 2)
4373 elfcpp::DW_OP_shl, // << (((%eip & 0x3f) >= 0x25) << 2)
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc2812 add_loc_descr (&head, new_loc_descr (DW_OP_shl, 0, 0)); in build_span_loc()
14396 add_loc_descr (&ret, new_loc_descr (DW_OP_shl, 0, 0)); in int_shift_loc_descriptor()
15274 add_loc_descr (&op0, new_loc_descr (DW_OP_shl, 0, 0)); in scompare_loc_descriptor_narrow()
15280 add_loc_descr (&op1, new_loc_descr (DW_OP_shl, 0, 0)); in scompare_loc_descriptor_narrow()
15449 add_loc_descr (&op0, new_loc_descr (DW_OP_shl, 0, 0)); in minmax_loc_descriptor()
15451 add_loc_descr (&op1, new_loc_descr (DW_OP_shl, 0, 0)); in minmax_loc_descriptor()
15632 ? DW_OP_shl : DW_OP_shr, 0, 0)); in clz_loc_descriptor()
15771 add_loc_descr (&ret, new_loc_descr (DW_OP_shl, 0, 0)); in bswap_loc_descriptor()
15854 add_loc_descr (&ret, new_loc_descr (DW_OP_shl, 0, 0)); in rotate_loc_descriptor()
16111 add_loc_descr (&mem_loc_result, new_loc_descr (DW_OP_shl, 0, 0)); in mem_loc_descriptor()
[all …]
Ddwarf2cfi.cc653 case DW_OP_shl: in get_cfa_from_loc_descr()
DChangeLog-20211682 DW_OP_const*, DW_OP_minus, DW_OP_shl and DW_OP_plus.
DChangeLog-200911419 and ZERO_EXTEND by DW_OP_shl and DW_OP_shr{a,}. Handle
DChangeLog-200533323 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
DChangeLog-201118879 (i >> shift), shift, DW_OP_shl for suitable shift value.
/netbsd/src/external/gpl3/gdb/dist/include/
Ddwarf2.def522 DW_OP (DW_OP_shl, 0x24)
/netbsd/src/external/gpl3/binutils/dist/include/
Ddwarf2.def522 DW_OP (DW_OP_shl, 0x24)
/netbsd/src/external/gpl3/gcc/dist/include/
Ddwarf2.def522 DW_OP (DW_OP_shl, 0x24)
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-entry-value.s1111 .byte 0x24 # DW_OP_shl
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c1288 case DW_OP_shl: in decode_location_expression()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git86373 DW_OP_const1u: 32; DW_OP_shl; DW_OP_const1u: 32; DW_OP_shra; DW_OP_lit1;