/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.11.1.html | 322 <li>glsl: Lower unconditional return statements.</li> 324 <li>glsl: lower unconditional returns and continues in loops.</li>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
inttree.c | 135 /* and do an unconditional assignment instead of testing for nil */ 200 /* and do an unconditional assignment instead of testing for nil */
|
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 219 /// unconditional branches and return instructions. 234 /// \brief Returns true if this is a conditional, unconditional, or
|
/external/mesa3d/docs/ |
relnotes-7.11.1.html | 322 <li>glsl: Lower unconditional return statements.</li> 324 <li>glsl: lower unconditional returns and continues in loops.</li>
|
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationSimplifier.java | 339 // Don't replace unconditional branches. 740 // by unconditional branch instructions. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 44 # Note: If the current block ends with an unconditional control 209 """Returns True if there is an unconditional transfer to an other block
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 44 # Note: If the current block ends with an unconditional control 209 """Returns True if there is an unconditional transfer to an other block
|
/dalvik/vm/compiler/ |
Frontend.cpp | 177 * Identify unconditional branch instructions [all...] |
/external/valgrind/main/VEX/priv/ |
guest_arm_toIR.c | 155 branch to be generated is unconditional, this remains 530 unconditional. If writing r15, also 4-align it. */ 543 /* So, generate either an unconditional or a conditional write to 546 /* unconditional write */ 570 if guardT == IRTemp_INVALID then the write is unconditional. */ 575 /* So, generate either an unconditional or a conditional write to 580 /* unconditional write */ 668 unconditional. */ 673 /* So, generate either an unconditional or a conditional write to 676 /* unconditional write * [all...] |
/external/v8/src/arm/ |
assembler-arm.h | [all...] |
/art/compiler/dex/quick/ |
local_optimizations.cc | 472 * Nop any unconditional branches that go to the next instruction.
|
/art/compiler/utils/arm/ |
constants_arm.h | 120 AL = 14, // always (unconditional)
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rop.java | 37 /** indicates an unconditional goto */
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Rop.java | 37 /** indicates an unconditional goto */
|
/external/checkpolicy/test/ |
dispol.c | 375 printf("1) display unconditional AVTAB\n");
|
/external/chromium_org/courgette/ |
disassembler_elf_32_arm.cc | 422 // Covers thumb-2's 32-bit conditional/unconditional branches
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 410 /* Append an unconditional Br(anch) instruction on the true_block */
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rop.java | 37 /** indicates an unconditional goto */
|
/external/icu4c/i18n/ |
regeximp.h | 93 URX_BACKSLASH_Z = 20, // \z Unconditional end of line.
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | 357 (* Set a unconditional branch at the end of the 'then' block and the 367 To finish off the blocks, we create an unconditional branch to the merge 564 the loop and create an unconditional branch for the fall-through between [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 138 (* Set a unconditional branch at the end of the 'then' block and the
|
/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 338 /// Emit an unconditional branch to the given block, unless it is the
|
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 252 /// the original basic block, an unconditional branch is added to the original
|
/external/llvm/lib/IR/ |
BasicBlock.cpp | 289 /// as part of the original basic block, an unconditional branch is added to
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 45 AL, // Always (unconditional) Always (unconditional) 46 NV, // Always (unconditional) Always (unconditional) [all...] |