OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immediates
(Results
101 - 125
of
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/compiler/ia32/
instruction-selector-ia32.cc
71
// Constants in new space cannot be used as
immediates
in V8 because
[
all
...]
/external/v8/src/compiler/
instruction.h
1391
Immediates&
immediates
() { return
immediates
_; }
function in class:v8::internal::compiler::final
[
all
...]
/external/valgrind/docs/internals/
t-chaining-notes.txt
162
targets, since no
immediates
need to be synthesised, eg:
/hardware/google/apf/
apf.h
31
// and for storing
immediates
in instructions.
/external/llvm/test/CodeGen/AArch64/
arm64-ccmp.ll
204
; smaller range of
immediates
than subs/adds.
205
; The ccmp
immediates
must be in the range 0-31.
/external/llvm/test/CodeGen/X86/
movtopush.ll
84
; Checks that we generate the right pushes for >8bit
immediates
188
; aren't exactly
immediates
) isn't broken.
/external/mesa3d/src/gallium/drivers/r300/
r300_fs.c
296
/* Emit
immediates
. */
406
/* Emit
immediates
. */
/toolchain/binutils/binutils-2.25/include/
xtensa-isa.h
554
operands and non-PC-relative
immediates
, 1 for PC-relative
555
immediates
, and XTENSA_UNDEFINED on error. */
/external/llvm/lib/Target/ARM/
README.txt
11
* Implement smarter constant generation for binops with large
immediates
.
313
Implement support for some more tricky ways to materialize
immediates
. For
560
It might be profitable to cse MOVi16 if there are lots of 32-bit
immediates
ARMSubtarget.cpp
348
//
immediates
as it is inherently position independent, and may be out of
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c
372
/* look for
immediates
*/
/external/llvm/lib/Analysis/
PHITransAddr.cpp
265
// If the PHI translated LHS is an add of a constant, fold the
immediates
.
/external/llvm/lib/Target/AMDGPU/
SIFixSGPRCopies.cpp
175
//
immediates
.
/external/llvm/test/CodeGen/AMDGPU/
mubuf.ll
70
; Make sure
immediates
that aren't inline constants don't get folded into
smrd.ll
46
; FIXME: There are too many copies here because we don't fold
immediates
/external/mesa3d/docs/
relnotes-9.0.2.html
132
<li>gallivm: support more
immediates
in lp_build_tgsi_info()</li>
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c
443
/* No
immediates
allowed after the first instruction.
/external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c
359
*
immediates
according to the constant_flags[] array.
/external/pdfium/third_party/freetype/src/cid/
cidload.c
346
/* look for
immediates
*/
/external/v8/src/compiler/x87/
instruction-selector-x87.cc
75
// Constants in new space cannot be used as
immediates
in V8 because
[
all
...]
/external/v8/test/cctest/
test-disasm-x87.cc
235
//
Immediates
/external/vixl/src/vixl/a64/
instructions-a64.cc
129
// Logical
immediates
can't encode zero, so a return value of zero is used to
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.pom
682
<arg line="checkout --depth
immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.pom
692
<arg line="checkout --depth
immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.pom
692
<arg line="checkout --depth
immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
Completed in 492 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>