Simplify print_scalar_formatted
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / altivec-regs.exp
CommitLineData
61baf725 1# Copyright (C) 2002-2017 Free Software Foundation, Inc.
57680a24
EZ
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
e22f8b7c 5# the Free Software Foundation; either version 3 of the License, or
57680a24
EZ
6# (at your option) any later version.
7#
e22f8b7c 8# This program is distributed in the hope that it will be useful,
57680a24
EZ
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
e22f8b7c 12#
57680a24 13# You should have received a copy of the GNU General Public License
e22f8b7c 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
57680a24 15#
57680a24
EZ
16
17# Tests for Powerpc AltiVec register setting and fetching
18
57680a24
EZ
19#
20# Test the use of registers, especially AltiVec registers, for Powerpc.
21# This file uses altivec-regs.c for input.
22#
23
57680a24 24
3c95e6af 25if {![istarget "powerpc*"] || [skip_altivec_tests]} then {
57680a24
EZ
26 verbose "Skipping altivec register tests."
27 return
28}
29
20c2c024 30standard_testfile
57680a24 31
fc91c6c2 32set compile_flags {debug nowarnings}
4c93b1db 33if [get_compiler_info] {
d1779be4
PG
34 warning "get_compiler failed"
35 return -1
36}
37
38if [test_compiler_info gcc*] {
e7b1eae6 39 set compile_flags "$compile_flags additional_flags=-maltivec additional_flags=-mabi=altivec"
d1779be4
PG
40} elseif [test_compiler_info xlc*] {
41 set compile_flags "$compile_flags additional_flags=-qaltivec"
42} else {
43 warning "unknown compiler"
44 return -1
45}
46
47if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $compile_flags] != "" } {
5b362f04 48 untested "failed to compile"
b60f0898 49 return -1
57680a24
EZ
50}
51
52gdb_start
53gdb_reinitialize_dir $srcdir/$subdir
54gdb_load ${binfile}
55
56#
57# Run to `main' where we begin our tests.
58#
59
60if ![runto_main] then {
61 gdb_suppress_tests
62}
63
0d8f9b2c
NF
64gdb_test "set print frame-arguments all"
65
57680a24
EZ
66# set all the registers integer portions to 1
67for {set i 0} {$i < 32} {incr i 1} {
68 for {set j 0} {$j < 4} {incr j 1} {
69 gdb_test "set \$vr$i.v4_int32\[$j\] = 1" "" "set reg vr$i.v4si.f\[$j\]"
70 }
71}
72
73gdb_test "set \$vscr = 1" "" ""
74gdb_test "set \$vrsave = 1" "" ""
75
76# Now execute some target code, so that GDB's register cache is flushed.
77
78gdb_test "next" "" ""
79
2429decf 80set endianness ""
6ed14ff3
UW
81set msg "detect endianness"
82gdb_test_multiple "show endian" "$msg" {
57680a24 83 -re "(The target endianness is set automatically .currently )(big|little)( endian.*)$gdb_prompt $" {
6ed14ff3
UW
84 pass "$msg"
85 set endianness $expect_out(2,string)
57680a24
EZ
86 }
87 -re ".*$gdb_prompt $" {
6ed14ff3 88 fail "$msg"
57680a24 89 }
57680a24
EZ
90}
91
92# And then read the AltiVec registers back, to see that
93# a) the register write above worked, and
94# b) the register read (below) also works.
95
96if {$endianness == "big"} {
30a25466 97set vector_register ".uint128 = 0x1000000010000000100000001, v4_float = .0x0, 0x0, 0x0, 0x0., v4_int32 = .0x1, 0x1, 0x1, 0x1., v8_int16 = .0x0, 0x1, 0x0, 0x1, 0x0, 0x1, 0x0, 0x1., v16_int8 = .0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1.."
57680a24 98} else {
30a25466 99set vector_register ".uint128 = 0x1000000010000000100000001, v4_float = .0x0, 0x0, 0x0, 0x0., v4_int32 = .0x1, 0x1, 0x1, 0x1., v8_int16 = .0x1, 0x0, 0x1, 0x0, 0x1, 0x0, 0x1, 0x0., v16_int8 = .0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0.."
57680a24
EZ
100}
101
102for {set i 0} {$i < 32} {incr i 1} {
103 gdb_test "info reg vr$i" "vr$i.*$vector_register" "info reg vr$i"
104}
105
f4711d79
PG
106gdb_test "info reg vrsave" "vrsave.*0x1\t1" "info reg vrsave"
107gdb_test "info reg vscr" "vscr.*0x1\t1" "info reg vscr"
57680a24
EZ
108
109# Now redo the same tests, but using the print command.
110# Note: in LE case, the char array is printed WITHOUT the last character.
111# Gdb treats the terminating null char in the array like the terminating
112# null char in a string and doesn't print it. This is not a failure, but
113# the way gdb works.
114
115if {$endianness == "big"} {
d9109c80 116 set decimal_vector ".uint128 = 79228162532711081671548469249, v4_float = .1.*e-45, 1.*e-45, 1.*e-45, 1.*e-45., v4_int32 = .1, 1, 1, 1., v8_int16 = .0, 1, 0, 1, 0, 1, 0, 1., v16_int8 = .0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1.."
57680a24 117} else {
d9109c80 118 set decimal_vector ".uint128 = 79228162532711081671548469249, v4_float = .1.*e-45, 1.*e-45, 1.*e-45, 1.*e-45., v4_int32 = .1, 1, 1, 1., v8_int16 = .1, 0, 1, 0, 1, 0, 1, 0., v16_int8 = .1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.."
57680a24
EZ
119}
120
121for {set i 0} {$i < 32} {incr i 1} {
122 gdb_test "print \$vr$i" ".* = $decimal_vector" "print vr$i"
123}
124
125gdb_test "print \$vrsave" ".* = 1" "print vrsave"
126gdb_test "print \$vscr" ".* = 1" "print vscr"
127
128for {set i 0} {$i < 32} {incr i 1} {
129 set pattern$i ".*vr$i.*"
130 append pattern$i $vector_register
131}
132
561d7a1d
PG
133send_gdb "info vector\n"
134gdb_expect_list "info vector" ".*$gdb_prompt $" {
57680a24
EZ
135[$pattern0]
136[$pattern1]
137[$pattern2]
138[$pattern3]
139[$pattern4]
140[$pattern5]
141[$pattern6]
142[$pattern7]
143[$pattern8]
144[$pattern9]
145[$pattern10]
146[$pattern11]
147[$pattern12]
148[$pattern13]
149[$pattern14]
150[$pattern15]
151[$pattern16]
152[$pattern17]
153[$pattern18]
154[$pattern19]
155[$pattern20]
156[$pattern21]
157[$pattern22]
158[$pattern23]
159[$pattern24]
160[$pattern25]
161[$pattern26]
162[$pattern27]
163[$pattern28]
164[$pattern29]
165[$pattern30]
166[$pattern31]
167"\[ \t\n\r\]+vscr\[ \t\]+0x1"
168"\[ \t\n\r\]+vrsave\[ \t\]+0x1"
169}
170
171gdb_test "break vector_fun" \
172 "Breakpoint 2 at.*altivec-regs.c, line \[0-9\]+\\." \
bb95117e 173 "set breakpoint at vector_fun"
57680a24
EZ
174
175# Actually it is nuch easier to see these results printed in hex.
176gdb_test "set output-radix 16" \
177 "Output radix now set to decimal 16, hex 10, octal 20." \
bb95117e 178 "set output radix to hex"
57680a24
EZ
179
180gdb_test "continue" \
181 "Breakpoint 2, vector_fun .a=.0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe., b=.0x1010101, 0x1010101, 0x1010101, 0x1010101.*altivec-regs.c.*vec_splat_u8.2..;" \
182 "continue to vector_fun"
183
184# Do a next over the assignment to vector 'a'.
185gdb_test "next" ".*b = \\(\\(vector unsigned int\\) vec_splat_u8\\(3\\)\\);" \
186 "next (1)"
187
188# Do a next over the assignment to vector 'b'.
189gdb_test "next" "c = vec_add \\(a, b\\);" \
190 "next (2)"
191
192# Now 'a' should be '0x02020202...' and 'b' should be '0x03030303...'
193gdb_test "print/x a" \
194 ".*= .0x2020202, 0x2020202, 0x2020202, 0x2020202." \
195 "print vector parameter a"
196
197gdb_test "print/x b" \
198 ".*= .0x3030303, 0x3030303, 0x3030303, 0x3030303." \
199 "print vector parameter b"
200
201# If we do an 'up' now, and print 'x' and 'y' we should see the values they
202# have in main, not the values they have in vector_fun.
203gdb_test "up" ".1.*main \\(\\) at.*altivec-regs.c.*z = vector_fun \\(x, y\\);" \
204 "up to main"
205
206gdb_test "print/x x" \
207 ".*= .0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe." \
208 "print vector x"
209
210gdb_test "print/x y" \
211 ".*= .0x1010101, 0x1010101, 0x1010101, 0x1010101." \
212 "print vector y"
213
214# now go back to vector_func and do a finish, to see if we can print the return
215# value correctly.
216
217gdb_test "down" \
218 ".0 vector_fun \\(a=.0x2020202, 0x2020202, 0x2020202, 0x2020202., b=.0x3030303, 0x3030303, 0x3030303, 0x3030303.\\) at.*altivec-regs.c.*c = vec_add \\(a, b\\);" \
219 "down to vector_fun"
220
221gdb_test "finish" \
222 "Run till exit from .0 vector_fun \\(a=.0x2020202, 0x2020202, 0x2020202, 0x2020202., b=.0x3030303, 0x3030303, 0x3030303, 0x3030303.\\) at.*altivec-regs.c.*in main \\(\\) at.*altivec-regs.c.*z = vector_fun \\(x, y\\);.*Value returned is.*= .0x5050505, 0x5050505, 0x5050505, 0x5050505." \
223 "finish returned correct value"
224
225
226
This page took 1.603448 seconds and 4 git commands to generate.