OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SO
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFrameInfo.cpp
182
// SP not FP. Align to MaxAlign
so
this works.
221
const StackObject &
SO
= Objects[i];
224
if (
SO
.StackID != 0)
225
OS << "id=" << static_cast<unsigned>(
SO
.StackID) << ' ';
227
if (
SO
.Size == ~0ULL) {
231
if (
SO
.Size == 0)
234
OS << "size=" <<
SO
.Size;
235
OS << ", align=" <<
SO
.Alignment.value();
239
if (i < NumFixedObjects ||
SO
.SPOffset != -1) {
240
int64_t Off =
SO
.SPOffset - ValOffset
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp
99
// continuation.
So
if we are over that, inject a continuation between the
105
// the previous member. Save off the length of the member we just wrote
so
144
// Seek to the end
so
that we can keep writing against the new segment.
220
// TypeIndex references can only point backwards, not forwards).
So
the
227
auto
SO
= makeArrayRef(SegmentOffsets);
232
for (uint32_t Offset : reverse(
SO
)) {
243
// Explicitly instantiate the member function for each known type
so
that we can
/src/external/bsd/ntp/dist/include/
ascii.h
57
#define
SO
14
/src/usr.bin/ul/
ul.c
54
#define
SO
'\016'
172
case
SO
:
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeEmitterGen.cpp
135
std::pair<unsigned, unsigned>
SO
= CGI.Operands.getSubOperandNumber(OpIdx);
136
std::string &EncoderMethodName = CGI.Operands[
SO
.first].EncoderMethodName;
145
// sub-operands, if there are more than one,
so
only
147
if (
SO
.second == 0) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp
258
// seen
so
far (that are not a part of this group), terminate the group.
355
// Stores are sorted,
so
if S1 and S2 are not adjacent, there won't be
406
MachineOperand &
SO
= MI->getOperand(2); // Source.
407
assert(
SO
.isImm() && "Expecting an immediate operand");
411
unsigned Val = (
SO
.getImm() & Mask) << Shift;
510
// to move it out of the way,
so
it remains valid after removing all the
511
// old stores, and
so
we are able to recover it back to the proper insertion
HexagonConstPropagation.cpp
529
// L can be neither Top nor Bottom,
so
*this must have changed.
660
const MachineOperand &
SO
= PN.getOperand(i);
661
RegisterSubReg UseR(
SO
);
968
// Traverse the instructions in a post-order,
so
that rewriting an
980
// traversal/rewrite will update block successors,
so
it's safer
1046
// erase instructions during rewriting,
so
this needs to be delayed until
2105
// will generate the same type as the operand,
so
truncate the
2137
// will generate the same type as the operand,
so
truncate the
2269
// all the branches in a basic block at once,
so
we cannot use it.
3063
MachineOperand &
SO
= MI.getOperand(CopyOf)
[
all
...]
/src/sys/arch/amiga/dev/
kbdmap.h
46
#define
SO
14
/src/sys/arch/atari/dev/
kbdmap.h
50
#define
SO
14
/src/sys/arch/x68k/include/
kbdmap.h
20
#define
SO
14
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
17
#define
SO
14
/src/usr.bin/col/
col.c
73
#define
SO
'\016' /* shift out to alternate character set */
233
case
SO
:
524
PUTC(
SO
);
/src/external/bsd/jemalloc/dist/
Makefile
6
# Clear the default suffixes,
so
that built-in rules are not used.
40
SO
:=
so
41
IMPORTLIB :=
so
68
SOREV =
so
.2
167
ifeq ($(IMPORTLIB),$(
SO
))
176
ifneq ($(SOREV),$(
SO
))
177
DSOS += $(objroot)lib/$(LIBJEMALLOC).$(
SO
)
422
# <refname> in the .xml file). Manually add the suffix if
so
.
491
ifneq ($(IMPORTLIB),$(
SO
))
[
all
...]
/src/external/bsd/ekermit/dist/
kermit.h
147
#define
SO
016 /* Shift Out */
400
long sofar; /* Bytes transferred
so
far */
/src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c
57
* be taken out another tab stop or two
so
nothing overlaps.
129
SO
,
142
CBW, /*
so
data16 can be evaluated for cbw and variants */
160
CWD, /*
so
data16 can be evaluated for cwd and variants */
2220
/* [9,8] */ TNS("cXtX",CBW), TNS("cXtX",CWD), TNSx("lcall",
SO
), TNS("fwait",NORM),
2251
/* [E,8] */ TNSyp("call",D), TNSy("jmp",D), TNSx("ljmp",
SO
), TNSy("jmp",BD),
2336
* instruction opcodes, which are 0x90-0x93,
so
we subtract 0x90 to index into
2583
* If
so
, print it in the current 'operand' location and set
3253
* with any of the other prefix goop added for SSE,
so
we'll
3263
* byte
so
we may need to perform a table indirection
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026