Home
last modified time | relevance | path

Searched refs:FPR_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Ddarwin.S55 #define FPR_SIZE 8 macro
152 lfd f1, -SAVE_REGS_SIZE-(13*FPR_SIZE)(r28)
153 lfd f2, -SAVE_REGS_SIZE-(12*FPR_SIZE)(r28)
154 lfd f3, -SAVE_REGS_SIZE-(11*FPR_SIZE)(r28)
155 lfd f4, -SAVE_REGS_SIZE-(10*FPR_SIZE)(r28)
157 lfd f5, -SAVE_REGS_SIZE-( 9*FPR_SIZE)(r28)
158 lfd f6, -SAVE_REGS_SIZE-( 8*FPR_SIZE)(r28)
159 lfd f7, -SAVE_REGS_SIZE-( 7*FPR_SIZE)(r28)
160 lfd f8, -SAVE_REGS_SIZE-( 6*FPR_SIZE)(r28)
162 lfd f9, -SAVE_REGS_SIZE-( 5*FPR_SIZE)(r28)
[all …]
Ddarwin_closure.S63 #define FPR_SIZE 8 macro
68 #define SAVE_SIZE (((LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)+15) & -16LL)
69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES))
160 stfd f2, (FP_SAVE_BASE + FPR_SIZE )(r1)
161 stfd f3, (FP_SAVE_BASE + FPR_SIZE * 2 )(r1)
162 stfd f4, (FP_SAVE_BASE + FPR_SIZE * 3 )(r1)
163 stfd f5, (FP_SAVE_BASE + FPR_SIZE * 4 )(r1)
164 stfd f6, (FP_SAVE_BASE + FPR_SIZE * 5 )(r1)
165 stfd f7, (FP_SAVE_BASE + FPR_SIZE * 6 )(r1)
166 stfd f8, (FP_SAVE_BASE + FPR_SIZE * 7 )(r1)
[all …]
/external/libffi/src/powerpc/
Ddarwin.S55 #define FPR_SIZE 8 macro
152 lfd f1, -SAVE_REGS_SIZE-(13*FPR_SIZE)(r28)
153 lfd f2, -SAVE_REGS_SIZE-(12*FPR_SIZE)(r28)
154 lfd f3, -SAVE_REGS_SIZE-(11*FPR_SIZE)(r28)
155 lfd f4, -SAVE_REGS_SIZE-(10*FPR_SIZE)(r28)
157 lfd f5, -SAVE_REGS_SIZE-( 9*FPR_SIZE)(r28)
158 lfd f6, -SAVE_REGS_SIZE-( 8*FPR_SIZE)(r28)
159 lfd f7, -SAVE_REGS_SIZE-( 7*FPR_SIZE)(r28)
160 lfd f8, -SAVE_REGS_SIZE-( 6*FPR_SIZE)(r28)
162 lfd f9, -SAVE_REGS_SIZE-( 5*FPR_SIZE)(r28)
[all …]
Ddarwin_closure.S63 #define FPR_SIZE 8 macro
68 #define SAVE_SIZE (((LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)+15) & -16LL)
69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES))
160 stfd f2, (FP_SAVE_BASE + FPR_SIZE )(r1)
161 stfd f3, (FP_SAVE_BASE + FPR_SIZE * 2 )(r1)
162 stfd f4, (FP_SAVE_BASE + FPR_SIZE * 3 )(r1)
163 stfd f5, (FP_SAVE_BASE + FPR_SIZE * 4 )(r1)
164 stfd f6, (FP_SAVE_BASE + FPR_SIZE * 5 )(r1)
165 stfd f7, (FP_SAVE_BASE + FPR_SIZE * 6 )(r1)
166 stfd f8, (FP_SAVE_BASE + FPR_SIZE * 7 )(r1)
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_i386.h43 #if !defined(FPR_SIZE)
44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg) macro
72 #name, nullptr, FPR_SIZE(reg), FPR_OFFSET(reg), eEncodingUint, eFormatHex, \
290 #undef FPR_SIZE
DRegisterInfos_x86_64.h44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg) macro
75 #name, nullptr, FPR_SIZE(reg), FPR_OFFSET(reg), eEncodingUint, eFormatHex, \
199 #name, nullptr, FPR_SIZE(reg), FPR_OFFSET(reg), eEncodingUint, eFormatHex, \
321 #undef FPR_SIZE
DRegisterContextLinux_i386.cpp82 #define FPR_SIZE(reg) sizeof(((FPR_i386 *)NULL)->reg) macro