Home
last modified time | relevance | path

Searched refs:CFI (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86JITInfo.cpp75 # define CFI(x) macro
80 # define CFI(x) macro
96 CFI(".cfi_startproc\n")
99 CFI(".cfi_def_cfa_offset 16\n")
100 CFI(".cfi_offset %rbp, -16\n")
103 CFI(".cfi_def_cfa_register %rbp\n")
106 CFI(".cfi_rel_offset %rdi, 0\n")
108 CFI(".cfi_rel_offset %rsi, 8\n")
110 CFI(".cfi_rel_offset %rdx, 16\n")
112 CFI(".cfi_rel_offset %rcx, 24\n")
[all …]
/external/valgrind/main/none/tests/s390x/
Dcomp-1.stdout.exp167 CFI (0, 0) --> cc = 0
168 CFI (0, 1) --> cc = 1
169 CFI (0, -1) --> cc = 2
170 CFI (1, 0) --> cc = 2
171 CFI (-1, 0) --> cc = 1
172 CFI (-2, -1) --> cc = 1
173 CFI (-2, -2) --> cc = 0
174 CFI (-2, -3) --> cc = 2
175 CFI (2, 1) --> cc = 2
176 CFI (2, 2) --> cc = 0
[all …]
Dcomp-1.c202 run_scomp_reg_imm(CFI); in signed_comparison_reg_imm()
Dopcodes.h150 #define CFI(r1,i2) RIL_RI(c2,r1,d,i2) macro
/external/llvm/lib/MC/
DMCWin64EH.cpp277 for (const auto &CFI : Streamer.getW64UnwindInfos()) { in Emit() local
279 getWin64EHTableSection(GetSectionSuffix(CFI->Function), Context); in Emit()
281 EmitUnwindInfo(Streamer, CFI); in Emit()
285 for (const auto &CFI : Streamer.getW64UnwindInfos()) { in Emit() local
287 getWin64EHFuncTableSection(GetSectionSuffix(CFI->Function), Context); in Emit()
289 EmitRuntimeFunction(Streamer, CFI); in Emit()
/external/llvm/test/MC/Mips/
Dcfi.s6 # Check that we can accept register names in CFI directives and that they are
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
D3_1_BUGSTATUS.txt19 v5838 fixed 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
D3_2_BUGSTATUS.txt83 147825 r6793 crash on amd64-linux with gcc 4.2 and glibc 2.6 (CFI)
363 r6356 r6425 Vfd n-i-bz Dwarf CFI 0:24 0:32 0:48 0:7 (Nov 8)
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-09.ll62 ; Check the next value up, which must use CFI.
144 ; Check the next value down, which must use CFI instead.
Dframe-01.ll70 ; At this point the frame is too big to represent properly in the CFI.
/external/elfutils/0.153/config/
Delfutils.spec.in245 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
257 - libdw: Fix CFI decoding.
258 - libdwfl: Fix address bias returned by CFI accessors. Fix core
260 - readelf: Fix CFI decoding.
287 - libdw: Add support for decoding DWARF CFI into location description form.
/external/elfutils/0.153/
DNEWS72 libdw: Fixes in CFI handling, best possible handling of bogus CFA ops.
88 libdw: Fix CFI decoding.
90 libdwfl: Fix address bias returned by CFI accessors.
93 readelf: Fix CFI decoding.
127 libdw: Add support for decoding DWARF CFI into location description form.
Delfutils.spec287 - libdw: Add support for decoding DWARF CFI into location description form.
/external/llvm/lib/Target/R600/
DR600ControlFlowFinalizer.cpp234 const MCInstrDesc &getHWInstrDesc(ControlFlowInstruction CFI) const { in getHWInstrDesc()
237 switch (CFI) { in getHWInstrDesc()
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-record.txt100 (DWARF's CFI - Call Frame Information) as the method to collect
/external/llvm/test/MC/SystemZ/
Dregs-bad.s242 # Test invalid CFI registers. Will need to be updated once access
/external/llvm/docs/
DReleaseNotes.rst111 This means all ARM code will emit EH unwind tables, or CFI unwinding (for
/external/valgrind/main/
DNEWS.old252 147825 crash on amd64-linux with gcc 4.2 and glibc 2.6 (CFI)
346 n-i-bz fix CFI reading failures ("Dwarf CFI 0:24 0:32 0:48 0:7")
381 n-i-bz DWARF CFI reader: handle DW_CFA_undefined
382 n-i-bz DWARF CFI reader: handle icc9 generated CFI info better
619 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
1029 - As part of adding AMD64 support, DWARF2 CFI-based stack unwinding
1653 - CFI support for GDB version 6. Needed to enable newer GDBs
DREADME.aarch64212 also add CFI annotations
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt1201 /* A structure to summarise CFI summary info for the code address
1272 /* An expandable array of CFI summary info records. Also includes
1359 CFI reader
/external/chromium_org/native_client_sdk/src/doc/reference/
Dpnacl-undefined-behavior.rst128 are provably correct (see this CFI `bug 3786
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp731 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in emitCFIInstruction() local
732 emitCFIInstruction(CFI); in emitCFIInstruction()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp995 expandRIPseudo(MI, SystemZ::CFI, SystemZ::CIH, false); in expandPostRAPseudo()
DSystemZInstrInfo.td1086 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH,
1090 def CFI : CompareRIL<"cfi", 0xC2D, z_scmp, GR32, simm32>;

12