/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
relax-1.s | 3 .section .branch, "ax",@progbits 5 branch: label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb-b-bad.s | 5 b . - 0xfffffe @ gas mis-assembles as a forward branch 8 b . + 0x1000004 @ gas mis-assembles as a backward branch 9 b.w . + 0x2000002 @ gas mis-assembles as a backward branch 11 f: b g @ gas mis-assembles as a backward branch 15 g: b f @ gas mis-assembles as a forward branch
|
thumb2_it_bad.l | 2 [^:]*:8: Error: branch must be last instruction in IT block -- `beq foo' 3 [^:]*:9: Error: branch must be last instruction in IT block -- `bleq foo' 4 [^:]*:10: Error: branch must be last instruction in IT block -- `blxeq r0' 6 [^:]*:13: Error: branch must be last instruction in IT block -- `bxeq r0' 7 [^:]*:14: Error: branch must be last instruction in IT block -- `tbbeq \[r0,r1\]'
|
/external/v8/test/unittests/compiler/ |
diamond-unittest.cc | 28 EXPECT_THAT(d.branch, IsBranch(p, graph()->start())); 29 EXPECT_THAT(d.if_true, IsIfTrue(d.branch)); 30 EXPECT_THAT(d.if_false, IsIfFalse(d.branch)); 41 EXPECT_THAT(d1.branch, IsBranch(p1, d0.merge)); 42 EXPECT_THAT(d0.branch, IsBranch(p0, graph()->start())); 51 EXPECT_THAT(d1.branch, IsBranch(p1, other)); 66 EXPECT_THAT(d[i].branch, IsBranch(params[i], d[i - 1].merge)); 79 EXPECT_THAT(d0.branch, IsBranch(p0, graph()->start())); 80 EXPECT_THAT(d0.if_true, IsIfTrue(d0.branch)); 81 EXPECT_THAT(d0.if_false, IsIfFalse(d0.branch)); [all...] |
common-operator-reducer-unittest.cc | 71 // Branch 77 Node* const branch = local 78 graph()->NewNode(common()->Branch(hint), Int32Constant(0), control); 79 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); 80 Node* const if_false = graph()->NewNode(common()->IfFalse(), branch); 84 Reduction const r = Reduce(&editor, branch); 94 Node* const branch = local 95 graph()->NewNode(common()->Branch(hint), Int32Constant(1), control); 96 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); 97 Node* const if_false = graph()->NewNode(common()->IfFalse(), branch); 111 Node* const branch = local 128 Node* const branch = local 145 Node* const branch = local 162 Node* const branch = local 180 Node* const branch = graph()->NewNode( local 203 Node* const branch = graph()->NewNode(common()->Branch(), value, control); local 217 Node* const branch = graph()->NewNode(common()->Branch(), value, control); local 325 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 345 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 365 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 383 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 401 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 419 Node* branch = graph()->NewNode(common()->Branch(), check, graph()->start()); local 439 Node* branch = graph()->NewNode(common()->Branch(), cond, graph()->start()); local [all...] |
/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.
|
micromips@mips4-branch-likely.d | 2 #name: MIPS mips4 branch-likely instructions 3 #source: mips4-branch-likely.s 6 # Test mips4 branch-likely instructions (microMIPS).
|
micromips-size-0.l | 10 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot 11 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot 13 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot 15 .*:77: Warning: wrong size instruction in a 16-bit branch delay slot 16 .*:78: Warning: wrong size instruction in a 16-bit branch delay slot 17 .*:80: Warning: wrong size instruction in a 32-bit branch delay slot 18 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot 21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot 22 .*:95: Warning: macro instruction expanded into multiple instructions in a branch delay slot 23 .*:98: Warning: wrong size instruction in a 32-bit branch delay slo [all...] |
micromips-warn-branch-delay.s | 1 # Source file used to test microMIPS fixed-size branch delay slots.
|
mips4-branch-likely.s | 1 # Source file used to test -mips4 branch-likely instructions.
|
relax-bposge.s | 1 # Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
OCSPObjectIdentifiers.java | 31 static final ASN1ObjectIdentifier id_pkix_ocsp_pref_sig_algs = id_pkix_ocsp.branch("8"); 33 static final ASN1ObjectIdentifier id_pkix_ocsp_extended_revoke = id_pkix_ocsp.branch("9");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
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.
|
noyield.s | 2 # (e.g. SLEEP) does NOT appear in the branch delay slot. 6 # nop in the branch delay slot.
|
/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.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 61 static final ASN1ObjectIdentifier id_pe = id_pkix.branch("1"); 71 static final ASN1ObjectIdentifier id_ad = id_pkix.branch("48"); 73 static final ASN1ObjectIdentifier id_ad_caIssuers = id_ad.branch("2").intern(); 75 static final ASN1ObjectIdentifier id_ad_ocsp = id_ad.branch("1").intern();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedPublish.sh | 28 branch="HEAD"; # optional 37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
|
/external/llvm/test/MC/MachO/AArch64/ |
reloc-errors.s | 3 ; CHECK: error: conditional branch requires assembler-local label. 'external' is external. 6 ; CHECK: error: Invalid relocation on conditional branch
|
/external/proguard/src/proguard/evaluation/ |
BranchUnit.java | 36 public void branch(Clazz clazz, method in interface:BranchUnit 44 * conditional branch.
|
/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/nios2/ |
branch.d | 2 #name: NIOS2 branch 4 # Test the branch instructions.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
xgate2.s | 1 ;;; Part2 of branch test
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
branch-misc-1.d | 1 #name: MIPS branch-misc-1 2 #source: ../../../gas/testsuite/gas/mips/branch-misc-1.s
|
/external/v8/tools/release/ |
releases.py | 9 # Requires a chromium checkout with branch heads: 92 cr_rev either refers to a chromium commit position or a chromium branch 165 self, git_hash, master_position, master_hash, branch, version, 169 # The cr commit position number on the branch. 171 # The git revision on the branch. 177 # The branch name. 178 "branch": branch, 197 def GetRelease(self, git_hash, branch): 222 git_hash, master_position, master_hash, branch, version [all...] |