HomeSort by relevance Sort by last modified time
    Searched defs:LOAD (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SlotIndexes.cpp 79 SlotIndex blockStartIndex(back(), SlotIndex::LOAD);
91 mi2iMap.insert(std::make_pair(mi, SlotIndex(back(), SlotIndex::LOAD)));
100 MBBRanges[mbb->getNumber()].second = SlotIndex(back(), SlotIndex::LOAD);
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 99 // We can avoid memory stalls by starting the load for round n+1
100 // before the end of round n, using the LOAD macro.
103 #define KEYROUND(xmm, load, off, r1, r2, index) \
106 load((off+1), r2); \
112 #define LOAD(off, reg) \
119 LOAD(0, AX)
120 KEYROUND(X0, LOAD, 0, AX, BX, 0)
121 KEYROUND(X1, LOAD, 1, BX, AX, 0)
122 KEYROUND(X0, LOAD, 2, AX, BX, 1)
123 KEYROUND(X1, LOAD, 3, BX, AX, 1
    [all...]
rc4_amd64p32.s 107 // We can avoid memory stalls by starting the load for round n+1
108 // before the end of round n, using the LOAD macro.
111 #define KEYROUND(xmm, load, off, r1, r2, index) \
115 load((off+1), r2); \
122 #define LOAD(off, reg) \
129 LOAD(0, AX)
130 KEYROUND(X0, LOAD, 0, AX, BX, 0)
131 KEYROUND(X1, LOAD, 1, BX, AX, 0)
132 KEYROUND(X0, LOAD, 2, AX, BX, 1)
133 KEYROUND(X1, LOAD, 3, BX, AX, 1
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 99 // We can avoid memory stalls by starting the load for round n+1
100 // before the end of round n, using the LOAD macro.
103 #define KEYROUND(xmm, load, off, r1, r2, index) \
106 load((off+1), r2); \
112 #define LOAD(off, reg) \
119 LOAD(0, AX)
120 KEYROUND(X0, LOAD, 0, AX, BX, 0)
121 KEYROUND(X1, LOAD, 1, BX, AX, 0)
122 KEYROUND(X0, LOAD, 2, AX, BX, 1)
123 KEYROUND(X1, LOAD, 3, BX, AX, 1
    [all...]
rc4_amd64p32.s 107 // We can avoid memory stalls by starting the load for round n+1
108 // before the end of round n, using the LOAD macro.
111 #define KEYROUND(xmm, load, off, r1, r2, index) \
115 load((off+1), r2); \
122 #define LOAD(off, reg) \
129 LOAD(0, AX)
130 KEYROUND(X0, LOAD, 0, AX, BX, 0)
131 KEYROUND(X1, LOAD, 1, BX, AX, 0)
132 KEYROUND(X0, LOAD, 2, AX, BX, 1)
133 KEYROUND(X1, LOAD, 3, BX, AX, 1
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
25 // LOAD/SHUFFLE instead of during MIX.
32 #define LOAD(index, e) \
77 LOAD(index, e); \
sha1block_amd64p32.s 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
27 #define LOAD(index) \
70 LOAD(index); \
sha1block_arm.s 12 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
13 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
14 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
15 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
16 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
56 #define LOAD(Re) \
114 LOAD(Re) ; \
146 // Load up initial SHA1 accumulator
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_386.s 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
25 // LOAD/SHUFFLE instead of during MIX.
32 #define LOAD(index, e) \
77 LOAD(index, e); \
sha1block_amd64p32.s 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
27 #define LOAD(index) \
70 LOAD(index); \
sha1block_arm.s 12 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
13 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
14 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
15 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
16 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
56 #define LOAD(Re) \
114 LOAD(Re) ; \
146 // Load up initial SHA1 accumulator
  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 44 * Matches: Load: 0.71 / 0.83 / 0.51
46 private static final Pattern LOAD = Pattern.compile(
47 "^Load: (\\d+\\.\\d+) / (\\d+\\.\\d+) / (\\d+\\.\\d+)$");
86 m = LOAD.matcher(line);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
inflate.c 458 /* Load registers with state in inflate() for speed */
459 #define LOAD() \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
634 LOAD();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
471 LOAD();
inflate.c 402 /* Load registers with state in inflate() for speed */
403 #define LOAD() \
500 input left to load n bits into the accumulator, or it continues. BITS(n)
583 LOAD();
    [all...]
  /external/pdfium/third_party/zlib_v128/
infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
inflate.c 458 /* Load registers with state in inflate() for speed */
459 #define LOAD() \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
634 LOAD();
    [all...]
  /external/syslinux/com32/lib/zlib/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
480 LOAD();
  /external/zlib/src/
infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 44 public static final int LOAD = 1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
sp-pc-validations-bad-t.s 16 .macro LOAD operands:vararg
27 LOAD [r0]
28 LOAD [r0,#0]
29 LOAD [sp]
30 LOAD [sp,#0]
33 LOAD [r0,#-4]
34 LOAD [r0],#4
35 LOAD [r0,#0]!
38 LOAD label
43 LOAD [r0, r1
    [all...]
  /external/freetype/src/gzip/
infutil.h 84 /* load local pointers */
85 #define LOAD {LOADIN LOADOUT}
  /external/libevent/
evthread_win32.c 112 #define LOAD(name) \
114 LOAD(InitializeConditionVariable);
115 LOAD(SleepConditionVariableCS);
116 LOAD(WakeAllConditionVariable);
117 LOAD(WakeConditionVariable);

Completed in 2085 milliseconds

1 2 3 4 5