OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FpSZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp
1171
int
FpSZ
= 8 * RF.RegF();
1173
FpSZ
+= 8;
1174
int SavSZ = (IntSZ +
FpSZ
+ 8 * 8 * RF.H() + 0xf) & ~0xf;
1192
SW.startLine() << format("stp x6, x7, [sp, #%d]\n", IntSZ +
FpSZ
+ 48);
1193
SW.startLine() << format("stp x4, x5, [sp, #%d]\n", IntSZ +
FpSZ
+ 32);
1194
SW.startLine() << format("stp x2, x3, [sp, #%d]\n", IntSZ +
FpSZ
+ 16);
1196
SW.startLine() << format("stp x0, x1, [sp, #%d]\n", IntSZ +
FpSZ
);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWin64EH.cpp
848
int
FpSZ
= 8 * RegF; // RegF not yet decremented
849
int SavSZ = (IntSZ +
FpSZ
+ 8 * 8 * H + 0xF) & ~0xF;
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026