Home
last modified time | relevance | path

Searched refs:cfi_def_cfa (Results 1 – 10 of 10) sorted by relevance

/third_party/libffi/include/
Dffi_cfi.h14 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off macro
36 # define cfi_def_cfa(reg, off) macro
/third_party/libffi/src/riscv/
Dsysv.S89 .cfi_def_cfa 11, FRAME_LEN # interim CFA based on a1
97 .cfi_def_cfa 8, 0 # our frame is fully set up
137 .cfi_def_cfa 2, FRAME_LEN
/third_party/libffi/src/alpha/
Dosf.S56 cfi_def_cfa($17, 32)
99 cfi_def_cfa($sp, 0)
/third_party/libffi/src/x86/
Dwin64.S56 cfi_def_cfa(%rbp, 16)
90 cfi_def_cfa(%rsp, 8)
Dwin64_intel.S56 cfi_def_cfa(rbp, 16)
90 cfi_def_cfa(rsp, 8)
Dsysv.S112 # cfi_def_cfa(%ebp, 8)
178 # cfi_def_cfa(%esp, 4)
449 # cfi_def_cfa(%esp, 8)
/third_party/libffi/src/s390/
Dsysv.S111 .cfi_def_cfa r15, 96
259 .cfi_def_cfa r15, 160
/third_party/elfutils/tests/
Dtestfile-macros-0xff.s19 .cfi_def_cfa 7, 8
/third_party/libffi/src/aarch64/
Dsysv.S82 cfi_def_cfa(x1, 32);
/third_party/libffi/src/m68k/
Dsysv.S38 #define CFI_DEF_CFA(reg,off) .cfi_def_cfa reg,off