Home
last modified time | relevance | path

Searched refs:DW_OP_reg0 (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loc_offset.test8 # CHECK-A-NEXT: [0x0000000000000003, 0x0000000000000004): DW_OP_reg0 RAX
17 # CHECK-B-NEXT: [0x0000000000000013, 0x0000000000000014): DW_OP_reg0 RAX
Ddebugloc.s13 # CHECK-NEXT: [0x0000000000000003, 0x0000000000000004): DW_OP_reg0 RAX
17 # CHECK-NEXT: [0x0000000000000013, 0x0000000000000014): DW_OP_reg0 RAX
93 .byte 80 # DW_OP_reg0
104 .byte 80 # DW_OP_reg0
Dgnu_call_site.s18 # CHECK-NEXT: DW_AT_location (DW_OP_reg0 EAX)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-loc-simple.test11 CHECK-NEXT: [0x00000000, 0x00000020): DW_OP_reg0 EAX
21 CHECK-NEXT: [0x00000000, 0x00000020): DW_OP_reg0 EAX
Dfission-ranges.ll31 ; CHECK-NEXT: Addr idx 3 (w/ length 25): DW_OP_reg0 RAX
33 ; CHECK-NEXT: Addr idx 4 (w/ length 19): DW_OP_reg0 RAX
35 ; CHECK-NEXT: Addr idx 5 (w/ length 17): DW_OP_reg0 RAX
37 ; CHECK-NEXT: Addr idx 6 (w/ length 17): DW_OP_reg0 RAX
Dsubreg.ll6 ; CHECK: .byte 80 # super-register DW_OP_reg0
Dsingle-dbg_value.ll9 ; CHECK-NEXT: {{.*}}: DW_OP_reg0 RAX)
Ddbg-value-const-byref.ll27 ; CHECK-NEXT: [0x[[C2]], 0x[[R1:.*]]): DW_OP_reg0 RAX
Dpieces-2.ll21 ; CHECK-NEXT: [0x0000000000000004, 0x0000000000000005): DW_OP_reg0 RAX, DW_OP_piece 0x4)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp75 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions()
204 DwarfRegNum = Opcode - DW_OP_reg0; in prettyPrintRegisterOp()
235 (Opcode >= DW_OP_reg0 && Opcode <= DW_OP_reg31) || in print()
/external/elfutils/backends/
Di386_retval.c43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
Darm_retval.c43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
Dsh_retval.c48 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
Dalpha_retval.c43 { .atom = DW_OP_reg0 }
Dm68k_retval.c43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 },
Dtilegx_retval.c45 { .atom = DW_OP_reg0 }
Dx86_64_retval.c43 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
Daarch64_retval.c197 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 }, in pass_in_gpr()
/external/libunwind/src/dwarf/
DGexpr.c310 case DW_OP_reg0: case DW_OP_reg1: case DW_OP_reg2: in dwarf_eval_expr()
321 Debug (15, "OP_reg(r%d)\n", (int) opcode - DW_OP_reg0); in dwarf_eval_expr()
322 *valp = dwarf_to_unw_regnum (opcode - DW_OP_reg0); in dwarf_eval_expr()
/external/llvm/test/DebugInfo/X86/
Dsubreg.ll6 ; CHECK: .byte 80 # super-register DW_OP_reg0
/external/libunwind_llvm/src/
Ddwarf2.h158 DW_OP_reg0 = 0x50, // Contents of reg0 enumerator
/external/swiftshader/third_party/LLVM/test/DebugInfo/X86/
Dsubreg.ll7 ; CHECK: .byte 80 # DW_OP_reg0
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/
Ddagcombine-zext.ll2 ; CHECK: DW_OP_reg0 W0
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
DPR16736.ll8 ; DWARF-NEXT: DW_OP_reg0 R0
/external/elfutils/libdwfl/
Dframe_unwind.c213 case DW_OP_reg0 ... DW_OP_reg31: in expr_eval()
214 if (! state_get_reg (state, op->atom - DW_OP_reg0, &val1) in expr_eval()

12