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

<<11121314

  /external/chromium_org/v8/src/x64/
lithium-x64.cc 967 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); local
971 branch = AssignEnvironment(branch);
973 return branch;
    [all...]
macro-assembler-x64.cc 254 Label* branch,
270 j(cc, branch, distance);
286 j(cc, branch, distance);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 881 // Always insert a fpu register barrier here when branch is optimized to
997 LInstruction* branch = local
1003 branch = AssignEnvironment(branch);
1005 return branch;
    [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 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 74 /** Branch nodes can store additional nodes that can be useful.
581 * @return {!cvox.SemanticTree.Node} The new branch node.
601 * @return {!cvox.SemanticTree.Node} The new branch node.
617 * @return {!cvox.SemanticTree.Node} The new branch node.
640 * @return {!cvox.SemanticTree.Node} The new branch node.
667 * @return {!cvox.SemanticTree.Node} The new branch node.
    [all...]
dom_util.js 810 // label is most likely in the same branch of the DOM as the control.
    [all...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/qemu/disas/
mips.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. */
1005 "p" 8 bit conditional branch address (MIPS16OP_*_IMM8)
1006 "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/stlport/
configure.bat 270 rem TODO: branch on OSVERSION like below?
  /external/chromium_org/v8/test/cctest/compiler/
test-scheduler.cc 660 Node* branch = graph.NewNode(builder.Branch(), cmp, graph.start()); local
661 Node* true_branch = graph.NewNode(builder.IfTrue(), branch);
662 Node* false_branch = graph.NewNode(builder.IfFalse(), branch);
742 op = common_builder.Branch();
884 op = common_builder.Branch();
1011 op = common_builder.Branch();
1022 op = common_builder.Branch();
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 772 // includes alignment padding and branch over.
775 // pc. The size will include the branch over the pool if it was requested.
777 // Emit the literal pool at the current pc with a branch over the pool if
864 // the branch/call instruction at pc.
867 // Read/Modify the code target address in the branch/call instruction at pc.
893 // This sets the branch destination (which is in the constant pool on ARM).
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 330 * queue so that a node may branch to more than one child
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 312 * queue so that a node may branch to more than one child
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 124 ; which are slow when a normal ret follows a branch.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 219 ; which are slow when a normal ret follows a branch.
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 124 ; which are slow when a normal ret follows a branch.
  /external/chromium_org/v8/src/
liveedit-debugger.js 551 // Recursive function that builds a branch of tree.
    [all...]
  /external/elfutils/0.153/
elfutils.spec 347 - all programs: add debugging of branch prediction.
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 219 ; which are slow when a normal ret follows a branch.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 219 ; which are slow when a normal ret follows a branch.
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 1908 milliseconds

<<11121314