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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
mpx-inval-1.l 2 .*:6: Error: expecting valid branch instruction after `bnd'
3 .*:7: Error: expecting valid branch instruction after `bnd'
4 .*:8: Error: expecting valid branch instruction after `bnd'
6 .*:9: Error: expecting valid branch instruction after `bnd'
8 .*:10: Error: expecting valid branch instruction after `bnd'
9 .*:11: Error: expecting valid branch instruction after `bnd'
10 .*:14: Error: expecting valid branch instruction after `bnd'
11 .*:15: Error: expecting valid branch instruction after `bnd'
12 .*:16: Error: expecting valid branch instruction after `bnd'
13 .*:17: Error: expecting valid branch instruction after `bnd
    [all...]
  /external/skia/infra/
README.md 1 This directory contains infra-specific files. The branch-config/ directory
2 contains configs that are specific to the master branch (e.g. config for the CQ
3 committing to the master branch), while project-config/ directory contains
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
relax-1.d 14 Disassembly of section .branch:
16 0* <branch>:
17 *0: ff 00 00 00 bra 0 <branch>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-gp64-fp32.l 3 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
5 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
  /art/runtime/interpreter/mterp/arm/
op_goto_32.S 2 * Unconditional branch, 32-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
7 * Unlike most opcodes, this one is allowed to branch to itself, so
8 * our "backward branch" test must be "<=0" instead of "<0". Because
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
  /art/runtime/interpreter/mterp/arm64/
op_goto_32.S 2 * Unconditional branch, 32-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
7 * Unlike most opcodes, this one is allowed to branch to itself, so
8 * our "backward branch" test must be "<=0" instead of "<0". Because
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
  /art/runtime/interpreter/mterp/mips64/
op_goto_32.S 2 * Unconditional branch, 32-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
7 * Unlike most opcodes, this one is allowed to branch to itself, so
8 * our "backward branch" test must be "<=0" instead of "<0".
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
  /art/runtime/interpreter/mterp/x86/
op_goto_32.S 2 * Unconditional branch, 32-bit offset.
4 * The branch distance is a signed code-unit offset, which we need to
7 * Unlike most opcodes, this one is allowed to branch to itself, so
8 * our "backward branch" test must be "<=0" instead of "<0". Because
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
  /device/linaro/bootloader/OpenPlatformPkg/
README 1 This is still work in progress, but from this point onwards, the master branch
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 15 static final ASN1ObjectIdentifier directory = internet.branch("1");
17 static final ASN1ObjectIdentifier mgmt = internet.branch("2");
19 static final ASN1ObjectIdentifier experimental = internet.branch("3");
21 static final ASN1ObjectIdentifier _private = internet.branch("4");
23 static final ASN1ObjectIdentifier security = internet.branch("5");
25 static final ASN1ObjectIdentifier SNMPv2 = internet.branch("6");
27 static final ASN1ObjectIdentifier mail = internet.branch("7");
36 static final ASN1ObjectIdentifier security_mechanisms = security.branch("5");
38 static final ASN1ObjectIdentifier security_nametypes = security.branch("6");
41 static final ASN1ObjectIdentifier pkix = security_mechanisms.branch("6")
    [all...]
  /external/iproute2/
README.devel 10 The master branch contains the source corresponding to the current
12 branch is a temporary branch that tracks the code intended for the
13 next release; it corresponds with networking development branch in
  /external/llvm/utils/lit/tests/
.coveragerc 3 branch = False
  /external/valgrind/callgrind/tests/
simwork-both.vgtest 2 vgopts: --cache-sim=yes --branch-sim=yes
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
BCObjectIdentifiers.java 22 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
29 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
32 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
34 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
36 public static final ASN1ObjectIdentifier bc_pbe_sha512 = bc_pbe.branch("2.3");
38 public static final ASN1ObjectIdentifier bc_pbe_sha224 = bc_pbe.branch("2.4");
44 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs5 = bc_pbe_sha1.branch("1");
46 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs12 = bc_pbe_sha1.branch("2");
49 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs5 = bc_pbe_sha256.branch("1");
51 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs12 = bc_pbe_sha256.branch("2")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java 19 static final ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
22 static final ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
25 static final ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
28 static final ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
31 static final ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
34 static final ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
37 static final ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
40 static final ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
43 static final ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
46 static final ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1")
    [all...]
  /art/runtime/interpreter/mterp/mips/
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

Completed in 694 milliseconds

1 23 4 5 6 7 8 91011>>