OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LITTLE
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/testsuite/sh/
movua.s
13
.ifdef
LITTLE
21
.ifdef
LITTLE
29
.ifdef
LITTLE
37
.ifdef
LITTLE
45
.ifdef
LITTLE
53
.ifdef
LITTLE
61
.ifdef
LITTLE
69
.ifdef
LITTLE
77
.ifdef
LITTLE
85
.ifdef
LITTLE
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
movua.s
13
.ifdef
LITTLE
21
.ifdef
LITTLE
29
.ifdef
LITTLE
37
.ifdef
LITTLE
45
.ifdef
LITTLE
53
.ifdef
LITTLE
61
.ifdef
LITTLE
69
.ifdef
LITTLE
77
.ifdef
LITTLE
85
.ifdef
LITTLE
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetMachine.h
28
enum Endian { NOT_DETECTED,
LITTLE
, BIG };
PPCTargetMachine.cpp
138
// Most PPC* platforms are big endian, PPC(64)LE is
little
endian.
309
// The FeatureString here is a
little
subtle. We are modifying the feature
325
Endianness(isLittleEndianTriple(TT) ? Endian::
LITTLE
: Endian::BIG) {
488
// For
little
endian, remove where possible the vector swap instructions
550
return Endianness == Endian::
LITTLE
;
/src/external/gpl3/gcc/dist/libgfortran/runtime/
environ.c
248
#define
LITTLE
260
386
result = match_word ("little_endian",
LITTLE
);
522
case
LITTLE
:
597
case
LITTLE
:
/src/external/gpl3/gcc.old/dist/libgfortran/runtime/
environ.c
248
#define
LITTLE
260
386
result = match_word ("little_endian",
LITTLE
);
522
case
LITTLE
:
597
case
LITTLE
:
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c
427
LITTLE
} endianness_t;
466
if (endianness ==
LITTLE
) {
601
if (endianness ==
LITTLE
) {
647
return bin2bn(s, len, ret,
LITTLE
, UNSIGNED);
652
return bin2bn(s, len, ret,
LITTLE
, SIGNED);
659
return bn2binpad(a, to, tolen,
LITTLE
, UNSIGNED);
666
return bn2binpad(a, to, tolen,
LITTLE
, SIGNED);
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc
57
#define AARCH64_BIG_LITTLE(BIG,
LITTLE
) \
58
(((BIG)&0xFFFu) << 12 | ((
LITTLE
) & 0xFFFu))
124
/* Check wether the CORE array is the same as the big.
LITTLE
BL_CORE.
259
a big.
LITTLE
system.
332
/* FIXME: BIG.
little
implementers are always equal. */
434
/* FIXME: BIG.
little
implementers are always equal. */
591
/* We have big.
LITTLE
. */
608
/* On big.
LITTLE
if we find any unknown CPUs we can still pick arch
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc
57
#define AARCH64_BIG_LITTLE(BIG,
LITTLE
) \
58
(((BIG)&0xFFFu) << 12 | ((
LITTLE
) & 0xFFFu))
109
/* Check wether the CORE array is the same as the big.
LITTLE
BL_CORE.
244
a big.
LITTLE
system.
316
/* FIXME: BIG.
little
implementers are always equal. */
415
/* FIXME: BIG.
little
implementers are always equal. */
576
/* We have big.
LITTLE
. */
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h
167
enum class EndianKind { INVALID = 0,
LITTLE
, BIG };
/src/external/apache2/llvm/dist/llvm/lib/Support/
ARMTargetParser.cpp
231
//
Little
/Big endian
241
return EndianKind::
LITTLE
;
245
return EndianKind::
LITTLE
;
Triple.cpp
344
case ARM::EndianKind::
LITTLE
: {
Completed in 32 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026