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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-b-bad.l 2 [^:]*:9: Error: branch out of range
3 [^:]*:5: Error: branch out of range
4 [^:]*:8: Error: branch out of range
5 [^:]*:11: Error: branch out of range
6 [^:]*:15: Error: branch out of range
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-bc1any.l 2 .*:6: Warning: relaxed out-of-range branch into a jump
3 .*:11: Warning: relaxed out-of-range branch into a jump
4 .*:7: Error: branch out of range
5 .*:8: Error: branch out of range
6 .*:9: Error: branch out of range
7 .*:10: Error: branch out of range
relax-bposge.l 2 .*:6: Warning: relaxed out-of-range branch into a jump
3 .*:9: Warning: relaxed out-of-range branch into a jump
4 .*:7: Error: branch out of range
5 .*:8: Error: branch out of range
msa-relax.l 2 .*:3: Warning: relaxed out-of-range branch into a jump
3 .*:4: Warning: relaxed out-of-range branch into a jump
4 .*:5: Warning: relaxed out-of-range branch into a jump
5 .*:6: Warning: relaxed out-of-range branch into a jump
6 .*:7: Warning: relaxed out-of-range branch into a jump
7 .*:8: Warning: relaxed out-of-range branch into a jump
8 .*:9: Warning: relaxed out-of-range branch into a jump
9 .*:10: Warning: relaxed out-of-range branch into a jump
10 .*:11: Warning: relaxed out-of-range branch into a jump
11 .*:12: Warning: relaxed out-of-range branch into a jum
    [all...]
micromips-size-1.l 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
relax-swap2.l 2 .*:9: Warning: relaxed out-of-range branch into a jump
3 .*:13: Warning: relaxed out-of-range branch into a jump
4 .*:18: Warning: relaxed out-of-range branch into a jump
5 .*:22: Warning: relaxed out-of-range branch into a jump
6 .*:27: Warning: relaxed out-of-range branch into a jump
7 .*:31: Warning: relaxed out-of-range branch into a jump
8 .*:36: Warning: relaxed out-of-range branch into a jump
9 .*:40: Warning: relaxed out-of-range branch into a jump
10 .*:45: Warning: relaxed out-of-range branch into a jump
micromips-branch-delay.l 2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slo
    [all...]
relax-swap1.l 2 .*:9: Warning: relaxed out-of-range branch into a jump
3 .*:14: Warning: relaxed out-of-range branch into a jump
4 .*:19: Warning: relaxed out-of-range branch into a jump
5 .*:24: Warning: relaxed out-of-range branch into a jump
6 .*:28: Warning: relaxed out-of-range branch into a jump
7 .*:33: Warning: relaxed out-of-range branch into a jump
8 .*:37: Warning: relaxed out-of-range branch into a jump
9 .*:42: Warning: relaxed out-of-range branch into a jump
10 .*:46: Warning: relaxed out-of-range branch into a jump
11 .*:51: Warning: relaxed out-of-range branch into a jum
    [all...]
  /external/valgrind/none/tests/s390x/
spechelper-icm-1.c 3 #define branch(mask,icmm,_v1) \ macro
34 if (branch(0, 0, v1)) ++wrong; else ++ok;
35 if (branch(1, 0, v1)) ++wrong; else ++ok;
36 if (branch(2, 0, v1)) ++wrong; else ++ok;
37 if (branch(3, 0, v1)) ++wrong; else ++ok;
38 if (branch(4, 0, v1)) ++wrong; else ++ok;
39 if (branch(5, 0, v1)) ++wrong; else ++ok;
40 if (branch(6, 0, v1)) ++wrong; else ++ok;
41 if (branch(7, 0, v1)) ++wrong; else ++ok;
42 if (branch(8, 0, v1)) ++ok; else ++wrong
    [all...]
spechelper-icm-2.c 3 #define branch(mask,icmm,_v1) \ macro
34 if (branch(0, 0, v1)) ++wrong; else ++ok;
35 if (branch(1, 0, v1)) ++wrong; else ++ok;
36 if (branch(2, 0, v1)) ++wrong; else ++ok;
37 if (branch(3, 0, v1)) ++wrong; else ++ok;
38 if (branch(4, 0, v1)) ++wrong; else ++ok;
39 if (branch(5, 0, v1)) ++wrong; else ++ok;
40 if (branch(6, 0, v1)) ++wrong; else ++ok;
41 if (branch(7, 0, v1)) ++wrong; else ++ok;
42 if (branch(8, 0, v1)) ++ok; else ++wrong
    [all...]
spechelper-alr.c 3 #define branch(mask,_v1,_v2) \ macro
31 if (branch(0, v1, v2)) ++wrong; else ++ok;
32 if (branch(1, v1, v2)) ++wrong; else ++ok;
33 if (branch(2, v1, v2)) ++wrong; else ++ok;
34 if (branch(3, v1, v2)) ++wrong; else ++ok;
35 if (branch(4, v1, v2)) ++wrong; else ++ok;
36 if (branch(5, v1, v2)) ++wrong; else ++ok;
37 if (branch(6, v1, v2)) ++wrong; else ++ok;
38 if (branch(7, v1, v2)) ++wrong; else ++ok;
39 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
spechelper-tm.c 3 #define branch(mask,i2,_v1) \ macro
30 if (branch(0, 0, v)) ++wrong; else ++ok;
31 if (branch(1, 0, v)) ++wrong; else ++ok;
32 if (branch(2, 0, v)) ++wrong; else ++ok;
33 if (branch(3, 0, v)) ++wrong; else ++ok;
34 if (branch(4, 0, v)) ++wrong; else ++ok;
35 if (branch(5, 0, v)) ++wrong; else ++ok;
36 if (branch(6, 0, v)) ++wrong; else ++ok;
37 if (branch(7, 0, v)) ++wrong; else ++ok;
38 if (branch(8, 0, v)) ++ok; else ++wrong
    [all...]
spechelper-tmll.c 3 #define branch(mask,i2,_v1) \ macro
30 if (branch(0, 0, v)) ++wrong; else ++ok;
31 if (branch(1, 0, v)) ++wrong; else ++ok;
32 if (branch(2, 0, v)) ++wrong; else ++ok;
33 if (branch(3, 0, v)) ++wrong; else ++ok;
34 if (branch(4, 0, v)) ++wrong; else ++ok;
35 if (branch(5, 0, v)) ++wrong; else ++ok;
36 if (branch(6, 0, v)) ++wrong; else ++ok;
37 if (branch(7, 0, v)) ++wrong; else ++ok;
38 if (branch(8, 0, v)) ++ok; else ++wrong
    [all...]
spechelper-or.c 3 #define branch(mask,_v1,_v2) \ macro
28 if (branch(0, v1, v2)) ++wrong; else ++ok;
29 if (branch(1, v1, v2)) ++wrong; else ++ok;
30 if (branch(2, v1, v2)) ++wrong; else ++ok;
31 if (branch(3, v1, v2)) ++wrong; else ++ok;
32 if (branch(4, v1, v2)) ++wrong; else ++ok;
33 if (branch(5, v1, v2)) ++wrong; else ++ok;
34 if (branch(6, v1, v2)) ++wrong; else ++ok;
35 if (branch(7, v1, v2)) ++wrong; else ++ok;
36 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
  /art/runtime/interpreter/mterp/arm64/
op_if_eqz.S 1 %include "arm64/zcmp.S" { "compare":"0", "branch":"cbz w2," }
op_if_gez.S 1 %include "arm64/zcmp.S" { "compare":"0", "branch":"tbz w2, #31," }
op_if_gtz.S 1 %include "arm64/zcmp.S" { "branch":"b.gt" }
op_if_lez.S 1 %include "arm64/zcmp.S" { "branch":"b.le" }
op_if_ltz.S 1 %include "arm64/zcmp.S" { "compare":"0", "branch":"tbnz w2, #31," }
op_if_nez.S 1 %include "arm64/zcmp.S" { "compare":"0", "branch":"cbnz w2," }
  /art/test/702-LargeBranchOffset/
info.txt 1 Simple test to check if large branch offset works correctly.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
README 1 This code is forked from (AndroidStudio Project) <branch>vendor/box/team/audio/AudioLibApp/audiolib
  /dalvik/dx/tests/103-verify-branch-ops/
info.txt 1 This tests branch opcodes to verify that their arguments are actually of
  /toolchain/binutils/binutils-2.25/binutils/
BRANCHES 8 include the branch name, and a description of the branch. The branch
9 description should name the owner of the branch (i.e., the person to
10 contact regarding the branch) and a description of the commit policy
11 for the branch (e.g., "no commits without permission of X or Y").
15 binutils-csl-arm-2005q1-branch
20 binutils-csl-gxxpro-3_4-branch
21 binutils-csl-2_17-branch
23 Please do not commit to this branch withou
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 20 DERObjectIdentifier(ASN1ObjectIdentifier oid, String branch)
22 super(oid, branch);

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>