| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | clztest.S | 635 .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/ |
| D | dwarf2.h | 112 DW_OP_shl = 0x24, enumerator
|
| D | DwarfInstructions.hpp | 367 case DW_OP_shl: in evaluateExpression()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | unwind-dw2.c | 829 case DW_OP_shl: in execute_stack_op() 871 case DW_OP_shl: in execute_stack_op()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf64-x86-64.c | 734 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,
|
| D | elf32-i386.c | 690 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/ |
| D | elf64-x86-64.c | 710 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,
|
| D | elf32-i386.c | 696 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/ |
| D | x86_64.cc | 2228 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)
|
| D | i386.cc | 1390 elfcpp::DW_OP_shl, // << (((%eip & 0xf) >= 0xb) << 2) 4373 elfcpp::DW_OP_shl, // << (((%eip & 0x3f) >= 0x25) << 2)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dwarf2out.cc | 2812 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 …]
|
| D | dwarf2cfi.cc | 653 case DW_OP_shl: in get_cfa_from_loc_descr()
|
| D | ChangeLog-2021 | 1682 DW_OP_const*, DW_OP_minus, DW_OP_shl and DW_OP_plus.
|
| D | ChangeLog-2009 | 11419 and ZERO_EXTEND by DW_OP_shl and DW_OP_shr{a,}. Handle
|
| D | ChangeLog-2005 | 33323 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
|
| D | ChangeLog-2011 | 18879 (i >> shift), shift, DW_OP_shl for suitable shift value.
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | dwarf2.def | 522 DW_OP (DW_OP_shl, 0x24)
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | dwarf2.def | 522 DW_OP (DW_OP_shl, 0x24)
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | dwarf2.def | 522 DW_OP (DW_OP_shl, 0x24)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | amd64-entry-value.s | 1111 .byte 0x24 # DW_OP_shl
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 1288 case DW_OP_shl: in decode_location_expression()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 86373 DW_OP_const1u: 32; DW_OP_shl; DW_OP_const1u: 32; DW_OP_shra; DW_OP_lit1;
|