Searched
full:branch (Results
701 -
725 of
4746) sorted by null
<<21222324252627282930>>
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
canonicalize_branch.ll | 3 ; Test an already canonical branch to make sure we don't flip those.
66 ; Ensure that the branch metadata is reversed to match the reversals above.
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
2003-08-17-FoldSwitch.ll | 58 ; Test folding switch -> branch
69 ; Can fold into a cond branch!
|
/external/v8/tools/release/ |
git_recipes.py | 106 return self.Git("branch", **kwargs) 111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs) 115 self.Git(MakeArgs(["branch -D", name]), **kwargs) 126 self.Git(MakeArgs(["branch -r"]), **kwargs).splitlines()) 153 # Git fails using "^" at branch roots. 162 raise Exception("Couldn't find curent branch.") # pragma: no cover 166 branch="", path=None, reverse=False, **kwargs): 181 args.append(branch)
|
/external/valgrind/none/tests/x86/ |
smc1.c | 50 // This forces the branch onwards to be indirect, so vex can't chase it 67 // force an indirect branch to code[0], so vex can't chase it
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voicefac.c | 40 #ifdef ASM_OPT /* asm optimization branch */ 52 #ifdef ASM_OPT /* asm optimization branch */
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterGraph.java | 323 if (mLogVerbose) Log.v(TAG, "Creating branch for " + outputPort + "!"); 324 FrameBranch branch = null; local 326 branch = new FrameBranch("branch" + branchId++); 331 branch.initWithAssignmentList("outputs", inputPorts.size()); 332 addFilter(branch); 333 outputPort.connectTo(branch.getInputPort("in")); 335 for (OutputPort branchOutPort : ((Filter)branch).getOutputPorts()) {
|
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/ |
android-4.1.1.4.pom | 44 <branch.tag>android-4.1.1_r4</branch.tag>
|
/toolchain/binutils/binutils-2.25/cpu/ |
iq10.cpu | 121 ; Branch instructions. 123 (dni bbil "branch bit immediate likely" (MACH10 USES-RS) 131 (dni bbinl "branch bit immediate negated likely" (MACH10 USES-RS) 139 (dni bbvl "branch bit variable likely" (MACH10 USES-RS USES-RT) 147 (dni bbvnl "branch bit variable negated likely" (MACH10 USES-RS USES-RT) 155 (dni bgtzal "branch if greater than zero and link" (MACH10 USES-RS USES-R31) 165 "branch if greater than zero and link likely" (MACH10 USES-RS USES-R31) 175 (dni blezal "branch if less than or equal to zero and link" (MACH10 USES-RS USES-R31) 185 "branch if less than or equal to zero and link likely" (MACH10 USES-RS USES-R31) 195 (dni bgtz-q10 "branch if greater than zero" (MACH10 USES-RS [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
branch-reloc.d | 1 #name: Inter-section branch relocations 6 #stderr: branch-reloc.l
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-branch.d | 1 #source: ../x86-64-branch.s 4 #name: x86-64 (ILP32) indirect branch
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information.
|
micromips-warn-branch-delay-1.d | 2 #name: microMIPS fixed-size branch delay slots 1 4 #source: micromips-warn-branch-delay-1.s
|
micromips@branch-misc-2.d | 2 #name: MIPS branch-misc-2 3 #source: branch-misc-2.s
|
micromips@branch-misc-2pic.d | 2 #name: MIPS branch-misc-2pic 3 #source: branch-misc-2.s
|
micromips@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
micromips@branch-self.d | 4 #source: branch-self.s 6 # Test various ways to request a branch to self (microMIPS).
|
micromips@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information (microMIPS).
|
mips16@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information (MIPS16).
|
mipsr6@branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
mipsr6@loc-swap-dis.d | 2 #name: MIPS DWARF-2 location information with branch swapping disassembly 6 # Check branch swapping with DWARF-2 location information.
|
Completed in 694 milliseconds
<<21222324252627282930>>