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

1 2 34 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/x86_64/
op_goto.S 2 * Unconditional branch, 8-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
op_goto_16.S 2 * Unconditional branch, 16-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
op_goto_32.S 2 * Unconditional branch, 32-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
  /external/llvm/test/CodeGen/MIR/Generic/
llvmIRMissing.mir 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
expected-colon-after-basic-block.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
function-missing-machine-function.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-basic-block-redefinition-error.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
machine-function-redefinition-error.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
  /external/toolchain-utils/deprecated/repo_to_repo_files/
gdb-master.json.rtr 5 "branch": "202befe3cb3ad0eec07eaaf3f0706e42926b6bbb",
16 "branch": "chromeos_master",
  /prebuilts/misc/common/android-support-test/
PREBUILT 2 platform/frameworks/testing/ on ub-support-test-release branch
6 ub-support-test-release branch build number: 3569502
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
noyield.s 2 # (e.g. SLEEP) does NOT appear in the branch delay slot.
6 # nop in the branch delay slot.
yield1.s 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
7 # sleep insn in the branch delay slot.
yield2.s 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
8 # sleep insn in the branch delay slot.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
KeyPurposeId.java 31 public static final KeyPurposeId anyExtendedKeyUsage = new KeyPurposeId(Extension.extendedKeyUsage.branch("0"));
36 public static final KeyPurposeId id_kp_serverAuth = new KeyPurposeId(id_kp.branch("1"));
40 public static final KeyPurposeId id_kp_clientAuth = new KeyPurposeId(id_kp.branch("2"));
44 public static final KeyPurposeId id_kp_codeSigning = new KeyPurposeId(id_kp.branch("3"));
48 public static final KeyPurposeId id_kp_emailProtection = new KeyPurposeId(id_kp.branch("4"));
52 public static final KeyPurposeId id_kp_ipsecEndSystem = new KeyPurposeId(id_kp.branch("5"));
56 public static final KeyPurposeId id_kp_ipsecTunnel = new KeyPurposeId(id_kp.branch("6"));
60 public static final KeyPurposeId id_kp_ipsecUser = new KeyPurposeId(id_kp.branch("7"));
64 public static final KeyPurposeId id_kp_timeStamping = new KeyPurposeId(id_kp.branch("8"));
68 public static final KeyPurposeId id_kp_OCSPSigning = new KeyPurposeId(id_kp.branch("9"))
    [all...]
  /external/v8/src/compiler/
diamond.h 20 Node* branch; member in struct:v8::internal::compiler::Diamond
29 branch = graph->NewNode(common->Branch(hint), cond, graph->start());
30 if_true = graph->NewNode(common->IfTrue(), branch);
31 if_false = graph->NewNode(common->IfFalse(), branch);
36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); }
39 void Chain(Node* that) { branch->ReplaceInput(1, that); }
41 // Nest {this} into either the if_true or if_false branch of {that}.
44 branch->ReplaceInput(1, that.if_true);
47 branch->ReplaceInput(1, that.if_false)
    [all...]
node-matchers.cc 16 BranchMatcher::BranchMatcher(Node* branch)
17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) {
18 if (branch->opcode() != IrOpcode::kBranch) return;
19 for (Node* use : branch->uses()) {
42 Node* branch = input0->InputAt(0);
43 if (branch != input1->InputAt(0)) return;
44 if (branch->opcode() != IrOpcode::kBranch) return;
47 branch_ = branch;
52 branch_ = branch;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PKCSObjectIdentifiers.java 15 static final ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
18 // static final ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
20 // static final ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
23 static final ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
25 static final ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
27 static final ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
29 static final ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7");
31 static final ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8");
33 static final ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9");
35 static final ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10")
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
thumb_blx_in_range.s 3 # Test THUMB/THUMB-2 blx instructions just within the branch range limits.
4 # Because bit 1 of the branch target comes from the branch instruction
5 # address, the branch range from PC (branch instruction address + 4) is
12 # Add padding so that target is just in branch range.
55 # Add padding so that target is just in branch range.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 11 ;; The branch offset must then be adjusted by consecutive relax.
15 bne L1 ; Branch not adjusted
17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
xgate2.s 1 ;;; Part2 of branch test
  /external/skia/infra/config/
recipes.cfg 7 branch: "master"
13 branch: "master"
19 branch: "master"
  /external/seccomp-tests/
README.md 13 The pristine copy of the upstream source is kept on a branch called upstream-master. This branch is
14 then merged into an Android development branch.
21 1. Configure a remote to use as the source repository (limited to only syncing the master branch):
35 2. Create a new local branch from the updated source, replacing YYYYMMDD with today's date:
40 3. Filter the branch to just the subtree containing the Seccomp test suite:
42 git filter-branch --subdirectory-filter tools/testing/selftests/seccomp
45 4. Check out the upstream-master branch, which contains the pristine, filter-branch'd copy of the
47 the upstream-master branch
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
branch-warn-1.s 8 ba external_symbol ; { dg-warning "32-bit conditional branch generated" }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-bposge.s 1 # Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
  /external/llvm/test/CodeGen/MIR/X86/
unrecognized-character.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s

Completed in 1075 milliseconds

1 2 34 5 6 7 8 91011>>