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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/MIR/X86/
expected-register-after-flags.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
large-immediate-operand-error.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-instructions.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
missing-comma.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
named-registers.mir 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
unknown-instruction.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
unknown-register.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
  /prebuilts/ndk/
update.py 38 def fetch_artifact(branch, build, pattern):
40 cmd = [fetch_artifact_path, '--branch', branch, '--target=linux',
51 logger().info('Creating branch %s', branch_name)
66 def install_new_release(branch, build, install_dir):
70 logger().info('Fetching %s from %s (artifacts matching %s)', build, branch,
72 fetch_artifact(branch, build, artifact_pattern)
122 def commit(branch, build, install_dir):
128 Taken from branch {branch}.""").format(branch=branch, build=build
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-3.d 2 #source: branch-warn-1.s
5 # Simple branch-expansion, type 1.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips4-branch-likely.d 2 #name: MIPS mips4 branch-likely instructions
4 # Test mips4 branch-likely instructions.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
bug-1417.s 1 ;;; Bug #1417: Branch wrong after linker relaxation
8 bne L1 ; Branch was adjusted but it must not
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 82 // Do we need an ordinary branch or a wide branch?
85 // Can we replace the wide branch by an ordinary branch?
97 // Should we replace the ordinary branch by a wide branch?
108 throw new IllegalArgumentException("Branch instruction can't be widened ("+this.toString()+")");
125 throw new IllegalArgumentException("Instruction has invalid branch offset size ("+this.toString(offset)+")");
161 * Returns the branch offset size for this instruction.
172 * Computes the required branch offset size for this instruction's branc
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 59 * @param branch
63 String branch) {
66 add(exception, branch);
70 * Adds new exception type and branch label to current "from-to" block
79 * @param branch
82 void add(String exception, String branch) {
90 if (s != null && s.compareToIgnoreCase(branch) != 0)
93 + ") but different branch addresses (" + s
94 + " and " + branch + ")");
95 type_branch.put(type, branch);
196 String branch = uc.type_branch.get(type); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 9 ;; Type B - infix condition branch
11 Type_BI:bu Type_BI ; Unconditional branch (00000)
12 bc Type_BI ; Carry branch (00001)
13 blo Type_BI ; Lower than branch (00001)
14 bls Type_BI ; Lower than or same branch (00010)
15 bhi Type_BI ; Higher than branch (00011)
16 bhs Type_BI ; Higher than or same branch (00100)
17 bnc Type_BI ; No carry branch (00100)
18 beq Type_BI ; Equal to branch (00101)
19 bz Type_BI ; Zero branch (00101
    [all...]
  /art/compiler/optimizing/
select_generator.h 25 * false branch true branch
33 * true branch
34 * false branch
  /dalvik/dx/tests/032-bb-live-code/
info.txt 5 branch are checked for liveness as well.
  /dalvik/dx/tests/109-int-branch/
info.txt 1 This tests that an int branch with valid arguments is properly translated.
  /external/autotest/client/tests/selftest/
control 8 Run a selftest on the autotest installed branch
  /external/clang/INPUTS/
cfg-long-chain1.c 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; }
18 #undef BRANCH
cfg-long-chain2.c 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; }
18 #undef BRANCH
cfg-long-chain3.c 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else
18 #undef BRANCH
  /external/javassist/
HOWTO.txt 2 If you want to run the tests, remember to do it from master or a branch that
  /external/llvm/test/ExecutionEngine/MCJIT/
test-branch.ll 3 ; test unconditional branch
  /external/llvm/test/MC/AsmParser/
macro-exitm.s 15 // .exitm is in a true branch
27 // .exitm is in a false branch
41 // .exitm is in a false branch that is encountered prior to the true branch
  /external/llvm/test/Transforms/SampleProfile/Inputs/
calls.prof 8 # This indicates that at line 3 of this function, the 'then' branch

Completed in 405 milliseconds

1 2 3 4 56 7 8 91011>>