HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 201 - 225 of 276) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/armv5te/
footer.S 177 b 2f @ branch over to use the interpreter
187 add rINST,lr,#-5 @ save start of chain branch
231 add rINST,lr,#-5 @ save start of chain branch
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 63 * c -> branch condition (beq, bne, etc.)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 583 // conditional branch with 8-bit branch offset
586 // conditional branch with 32-bit branch offset
589 // conditional branch with target label address
590 //char * branch(char * stream, ConditionCode cc, const char * target, InstrPrefix prefix = no_prefix);
592 // conditional branch with displacement immediate
593 ENCODER_DECLARE_EXPORT char * branch(char * stream, ConditionCode cc, I_32 disp, InstrPrefix prefix = no_prefix);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 1583 bool branch = 0; local
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 394 and using the bit as a decision boolean to take the 0 branch (left in
395 the above examples) or the 1 branch (right in the above examples).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 654 def visitListCompIf(self, node, branch):
657 self.emit('POP_JUMP_IF_FALSE', branch)
734 def visitGenExprIf(self, node, branch):
737 self.emit('POP_JUMP_IF_FALSE', branch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 654 def visitListCompIf(self, node, branch):
657 self.emit('POP_JUMP_IF_FALSE', branch)
734 def visitGenExprIf(self, node, branch):
737 self.emit('POP_JUMP_IF_FALSE', branch)
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 356 * thread and we branch to another stub to deliver it.
451 beq $t1, $t2, 1f # branch if result type char == 'D'
453 beq $t1, $t3, 1f # branch if result type char == 'F'
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 177 subu rINST, ra, 8 # save start of chain branch
222 subu rINST, ra, 8 # save start of chain branch
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 2139 bin_tree_t *tree, *branch = NULL; local
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 114 cbnz r0, 1f @ result non-zero branch over
120 cbz r0, 1f @ result zero branch over
211 * thread and we branch to another stub to deliver it.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 236 my $branch = gitBranch();
237 $baseProductDir = "$baseProductDir/$branch";
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp     [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 57 ; the branch mechanism may prevent dynamic loading; I still need to examine
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 59 # the branch mechanism may prevent dynamic loading; I still need to examine
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/qemu/
mips-dis.c 302 "p" 16 bit PC relative branch target address (OP_*_DELTA)
344 "N" 3 bit branch condition code (OP_*_BCC) (only used for mips4 and up)
464 /* Instruction has unconditional branch delay slot. */
466 /* Instruction has conditional branch delay slot. */
468 /* Conditional branch likely: if branch not taken, insn nullified. */
995 "p" 8 bit conditional branch address (MIPS16OP_*_IMM8)
996 "q" 11 bit branch address (MIPS16OP_*_IMM11)
    [all...]
  /external/chromium_org/third_party/x86inc/
x86inc.asm 141 ; which are slow when a normal ret follows a branch.
  /external/elfutils/
elfutils.spec 220 - all programs: add debugging of branch prediction.
  /external/stlport/
configure.bat 270 rem TODO: branch on OSVERSION like below?

Completed in 1075 milliseconds

1 2 3 4 5 6 7 891011>>