HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 1476 - 1500 of 4746) sorted by null

<<51525354555657585960>>

  /tools/tradefederation/core/src/com/android/tradefed/result/
FileSystemLogSaver.java 75 * report-dir/[branch/]build-id/test-tag/unique_dir} for saving logs. If the creation of the
186 * {@code report-dir/[branch/]build-id/test-tag/unique_dir} for saving logs. If the creation
227 * {@code report-dir/[branch/]build-id/test-tag} for saving logs.
LogFileSaver.java 51 * Construct a unique file system directory in rootDir/branch/build_id/testTag/uniqueDir
82 * Construct a unique file system directory in rootDir/branch/build_id/uniqueDir
169 * {@code [branch/]build-id/test-tag}
  /toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c 136 /* Default branch disp size 22 or 32. */
    [all...]
tc-m68hc11.c     [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl5.rst 201 Once the then/else blocks are finished executing, they both branch back
265 (* Grab the first block so that we might later add the conditional branch
276 entry block), which we'll need to build a conditional branch later. We
293 * other is used for the conditional branch. *)
346 (* Return to the start block to add the conditional branch. *)
350 Once the blocks are created, we can emit the conditional branch that
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
371 instruction <../LangRef.html#terminators>`_ such as return or branch.
564 the loop and create an unconditional branch for the fall-through betwee
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 554 // conditions, mean the branch could go either way.
560 // Constant condition variables mean the branch can only go a single way.
621 // Overdefined condition variables mean the branch could go either way,
627 // Constant condition variables mean the branch can only go a single way.
672 // 6. If a conditional branch has a value that is constant, make the selected
674 // 7. If a conditional branch has a value that is overdefined, make all
    [all...]
  /external/v8/src/arm/
assembler-arm.h 667 // Takes a branch opcode (cc) and a label (L) and generates
668 // either a backward branch or a forward branch and links it
672 // j(cc, &L); // forward branch to unbound label
674 // j(cc, &L); // backward branch to bound label
682 // Returns the branch offset to the given label from the current code position
692 // the branch/call instruction at pc, or the object in a mov.
696 // Read/Modify the code target address in the branch/call instruction at pc.
721 // This sets the branch destination (which is in the constant pool on ARM).
768 // Branch instruction
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 34 V(Branch) \
810 DECLARE_CONCRETE_INSTRUCTION(Branch, "branch")
811 DECLARE_HYDROGEN_ACCESSOR(Branch)
989 "class-of-test-and-branch")
1006 DECLARE_CONCRETE_INSTRUCTION(CmpHoleAndBranchD, "cmp-hole-and-branch-d")
1019 DECLARE_CONCRETE_INSTRUCTION(CmpHoleAndBranchT, "cmp-hole-and-branch-t")
1034 DECLARE_CONCRETE_INSTRUCTION(CmpMapAndBranch, "cmp-map-and-branch")
1051 DECLARE_CONCRETE_INSTRUCTION(CmpObjectEqAndBranch, "cmp-object-eq-and-branch")
1086 "compare-numeric-and-branch")
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 413 // Takes a branch opcode (cc) and a label (L) and generates
414 // either a backward branch or a forward branch and links it
418 // j(cc, &L); // forward branch to unbound label
420 // j(cc, &L); // backward branch to bound label
434 // branch instruction can be used to reach it.
437 // Returns the branch offset to the given label from the current code position
462 // the branch/call instruction at pc, or the object in a mov.
467 // Read/Modify the code target address in the branch/call instruction at pc.
492 // This sets the branch destination
    [all...]
  /external/v8/src/builtins/
builtins-array.cc     [all...]
  /art/compiler/linker/
relative_patcher.cc 81 LOG(FATAL) << "Unexpected baker read barrier branch patch.";
relative_patcher.h 112 // Patch a branch to a Baker read barrier thunk.
  /art/compiler/optimizing/
builder.cc 63 VLOG(compiler) << "Skip compilation of large method with no branch "
  /art/test/543-checker-dce-trycatch/smali/
TestCase.smali 167 # not replaced with the try entry from the live branch.
177 # Dead branch
182 # Live branch
186 # Merge block. Make complex so it does not get merged with the live branch.
  /bionic/libc/arch-mips/bionic/
crtbegin.c 53 * This function prepares the return address with a branch-and-link
  /bionic/libc/arch-mips64/bionic/
crtbegin.c 53 * This function prepares the return address with a branch-and-link
  /build/kati/
CONTRIBUTING.md 46 branch to work in. It's important that each group of changes be done in
  /cts/tools/cts-tradefed/
README 73 The source for the tradefed framework can be found on the 'tradefed' branch.
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin.c 71 * This function prepares the return address with a branch-and-link
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
modsupport.h 66 17-Jul-2001 GvR 1011 Descr-branch, just to be on the safe side
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
modsupport.h 66 17-Jul-2001 GvR 1011 Descr-branch, just to be on the safe side
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 135 elif op is BRANCH:
146 emit(0) # end of branch
396 elif op is BRANCH:
409 elif op is BRANCH:
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ctzsi2.c 85 // The branch-less return statement below is equivalent
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserUnitTest.py 174 # @comment test TailCommentStrategy branch
178 # test NextLine branch
208 self.assertEqual(dataitem._TailComment[0][0], '# @comment test TailCommentStrategy branch')
220 self.assertEqual(data._HeadComment[0][0], '# test NextLine branch')
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
IpfCpuCache.s 36 // Input = b0 = return branch register.

Completed in 1035 milliseconds

<<51525354555657585960>>