Searched refs:branch (Results 1 - 25 of 870) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dthumb-b-bad.l2 [^:]*: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
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Drelax-bc1any.l2 .*: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
H A Dbranch-local-n32-5.d1 #name: MIPS branch local symbol relocation 5 (n32)
3 #error_output: branch-local-5.l
4 #source: branch-local-5.s
H A Dbranch-local-n32-6.d1 #name: MIPS branch local symbol relocation 6 (n32)
3 #error_output: branch-local-6.l
4 #source: branch-local-6.s
H A Dbranch-local-n64-5.d1 #name: MIPS branch local symbol relocation 5 (n64)
3 #error_output: branch-local-5.l
4 #source: branch-local-5.s
H A Dbranch-local-n64-6.d1 #name: MIPS branch local symbol relocation 6 (n64)
3 #error_output: branch-local-6.l
4 #source: branch-local-6.s
H A Dbranch-local-2.d1 #name: MIPS branch local symbol relocation 2
3 #error_output: branch-local-2.l
H A Dbranch-local-3.d1 #name: MIPS branch local symbol relocation 3
3 #error_output: branch-local-3.l
H A Dbranch-local-5.d1 #name: MIPS branch local symbol relocation 5
3 #error_output: branch-local-5.l
H A Dbranch-local-6.d1 #name: MIPS branch local symbol relocation 6
3 #error_output: branch-local-6.l
H A Dbranch-local-n32-2.d1 #name: MIPS branch local symbol relocation 2 (n32)
3 #error_output: branch-local-2.l
H A Dbranch-local-n32-3.d1 #name: MIPS branch local symbol relocation 3 (n32)
3 #error_output: branch-local-3.l
H A Dbranch-local-n64-2.d1 #name: MIPS branch local symbol relocation 2 (n64)
3 #error_output: branch-local-2.l
H A Dbranch-local-n64-3.d1 #name: MIPS branch local symbol relocation 3 (n64)
3 #error_output: branch-local-3.l
H A Dmips16-branch-unextended-1.d1 #name: MIPS16 unextended branch instructions with relocation 1
3 #error_output: mips16-branch-unextended.l
H A Dmips16-branch-unextended-2.d1 #name: MIPS16 unextended branch instructions with relocation 2
3 #error_output: mips16-branch-unextended.l
H A Dbranch-local-ignore-n32-5.d2 #name: MIPS branch local symbol relocation 5 (ignore branch ISA, n32)
3 #as: -n32 -march=from-abi -mignore-branch-isa
4 #source: branch-local-5.s
5 #dump: branch-local-ignore-5.d
H A Dbranch-local-ignore-n64-5.d2 #name: MIPS branch local symbol relocation 5 (ignore branch ISA, n64)
3 #as: -64 -march=from-abi -mignore-branch-isa
4 #source: branch-local-5.s
5 #dump: branch-local-ignore-5.d
H A Dunaligned-branch-r6-2.l2 .*:16: Error: branch to misaligned address \(0x11a1\)
3 .*:18: Error: branch to misaligned address \(0x11a1\)
4 .*:20: Error: branch to misaligned address \(0x11a1\)
5 .*:22: Error: branch to misaligned address \(0x11a2\)
6 .*:24: Error: branch to misaligned address \(0x11a2\)
7 .*:26: Error: branch to misaligned address \(0x11a2\)
8 .*:28: Error: branch to misaligned address \(0x11a3\)
9 .*:30: Error: branch to misaligned address \(0x11a3\)
10 .*:32: Error: branch to misaligned address \(0x11a3\)
11 .*:40: Error: branch t
[all...]
H A Dunaligned-branch-r6-1.l2 .*:16: Error: branch to misaligned address \(0x11a1\)
3 .*:18: Error: branch to misaligned address \(0x11a1\)
4 .*:20: Error: branch to misaligned address \(0x11a1\)
5 .*:22: Error: branch to misaligned address \(0x11a2\)
6 .*:24: Error: branch to misaligned address \(0x11a2\)
7 .*:26: Error: branch to misaligned address \(0x11a2\)
8 .*:28: Error: branch to misaligned address \(0x11a3\)
9 .*:30: Error: branch to misaligned address \(0x11a3\)
10 .*:32: Error: branch to misaligned address \(0x11a3\)
11 .*:40: Error: branch t
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-add-user-branch.sh3 # Create a new upstream user branch.
6 # contrib/git-add-user-branch.sh [<personal-prefix>/]<branch-name> <base>
11 echo " $0 [<personal-prefix>/]<branch-name> <start-point>"
31 branch=$(echo "$1" | sed -r "s:(${userpfx}/)?(.*)$:\2:")
34 # Sanity check the new branch argument. If there is no '/', then the
36 if [ -z "$branch" ]
41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
43 git branch ${userpfx}/${branch} remote
[all...]
H A Dgit-add-vendor-branch.sh3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
23 branch=$(echo "$1" | sed -r "s:[^/]*/(.*)$:\1:")
26 # Sanity check the new branch argument. If there is no '/', then the
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1 ]
41 git branch --no-track ${vendor}/${branch} ${start}
42 git push vendors/${vendor} ${vendor}/${branch}
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-add-user-branch.sh3 # Create a new upstream user branch.
6 # contrib/git-add-user-branch.sh [<personal-prefix>/]<branch-name> <base>
11 echo " $0 [<personal-prefix>/]<branch-name> <start-point>"
31 branch=$(echo "$1" | sed -r "s:(${userpfx}/)?(.*)$:\2:")
34 # Sanity check the new branch argument. If there is no '/', then the
36 if [ -z "$branch" ]
41 git push users/${userpfx} ${start}:refs/users/${user}/heads/${branch}
43 git branch ${userpfx}/${branch} remote
[all...]
H A Dgit-add-vendor-branch.sh3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
23 branch=$(echo "$1" | sed -r "s:[^/]*/(.*)$:\1:")
26 # Sanity check the new branch argument. If there is no '/', then the
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1 ]
41 git branch --no-track ${vendor}/${branch} ${start}
42 git push vendors/${vendor} ${vendor}/${branch}
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dbfs-0.s6 bf branch, target
7 bfcsel branch, target, else, eq
8 bfl branch, target
10 branch: label

Completed in 113 milliseconds

1234567891011>>