Lines Matching refs:xml
21 # This Makefile updates files in ../regformats from their XML master
24 # affected XML files is changed, and the results should be kept in the
28 # XML master copies. This relies on a GDB linked with expat and that
44 # make GDB=/path/to/gdb XMLTOC="xml files" FEATURE_XMLFILES="xml files" cfiles
96 # the set of xml files we'll generate .c files for GDB from. By
101 microblaze-with-stack-protect.xml \
102 microblaze.xml \
103 mips-dsp-linux.xml \
104 mips-linux.xml \
105 mips64-dsp-linux.xml \
106 mips64-linux.xml \
107 nds32.xml \
108 or1k.xml \
109 or1k-linux.xml \
110 rs6000/powerpc-32.xml \
111 rs6000/powerpc-32l.xml \
112 rs6000/powerpc-403.xml \
113 rs6000/powerpc-403gc.xml \
114 rs6000/powerpc-405.xml \
115 rs6000/powerpc-505.xml \
116 rs6000/powerpc-601.xml \
117 rs6000/powerpc-602.xml \
118 rs6000/powerpc-603.xml \
119 rs6000/powerpc-604.xml \
120 rs6000/powerpc-64.xml \
121 rs6000/powerpc-64l.xml \
122 rs6000/powerpc-7400.xml \
123 rs6000/powerpc-750.xml \
124 rs6000/powerpc-860.xml \
125 rs6000/powerpc-altivec32.xml \
126 rs6000/powerpc-altivec32l.xml \
127 rs6000/powerpc-altivec64.xml \
128 rs6000/powerpc-altivec64l.xml \
129 rs6000/powerpc-e500.xml \
130 rs6000/powerpc-e500l.xml \
131 rs6000/powerpc-isa205-32l.xml \
132 rs6000/powerpc-isa205-64l.xml \
133 rs6000/powerpc-isa205-altivec32l.xml \
134 rs6000/powerpc-isa205-altivec64l.xml \
135 rs6000/powerpc-isa205-vsx32l.xml \
136 rs6000/powerpc-isa205-vsx64l.xml \
137 rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml \
138 rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml \
139 rs6000/powerpc-isa207-vsx32l.xml \
140 rs6000/powerpc-isa207-vsx64l.xml \
141 rs6000/powerpc-isa207-htm-vsx32l.xml \
142 rs6000/powerpc-isa207-htm-vsx64l.xml \
143 rs6000/powerpc-vsx32.xml \
144 rs6000/powerpc-vsx32l.xml \
145 rs6000/powerpc-vsx64.xml \
146 rs6000/powerpc-vsx64l.xml \
147 rs6000/rs6000.xml \
148 rx.xml \
149 s390-linux32.xml \
150 s390-linux32v1.xml \
151 s390-linux32v2.xml \
152 s390-linux64.xml \
153 s390-linux64v1.xml \
154 s390-linux64v2.xml \
155 s390-te-linux64.xml \
156 s390x-linux64.xml \
157 s390x-linux64v1.xml \
158 s390x-linux64v2.xml \
159 s390x-te-linux64.xml \
160 s390-tevx-linux64.xml \
161 s390-vx-linux64.xml \
162 s390x-tevx-linux64.xml \
163 s390x-vx-linux64.xml \
164 s390-gs-linux64.xml \
165 s390x-gs-linux64.xml \
166 sparc/sparc32-solaris.xml \
167 sparc/sparc64-solaris.xml \
168 z80.xml
170 TDESC_CFILES = $(patsubst %.xml,%.c,$(XMLTOC))
183 $(outdir)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
199 # the set of xml files we'll generate .c files for GDB from.
200 FEATURE_XMLFILES = aarch64-core.xml \
201 aarch64-fpu.xml \
202 aarch64-pauth.xml \
203 aarch64-mte.xml \
204 arc/v1-core.xml \
205 arc/v1-aux.xml \
206 arc/v2-core.xml \
207 arc/v2-aux.xml \
208 arm/arm-core.xml \
209 arm/arm-fpa.xml \
210 arm/arm-m-profile.xml \
211 arm/arm-m-profile-mve.xml \
212 arm/arm-m-system.xml \
213 arm/arm-m-profile-with-fpa.xml \
214 arm/arm-secext.xml \
215 arm/arm-tls.xml \
216 arm/arm-vfpv2.xml \
217 arm/arm-vfpv3.xml \
218 arm/xscale-iwmmxt.xml \
219 cskyv2-linux.xml \
220 i386/32bit-core.xml \
221 i386/32bit-sse.xml \
222 i386/32bit-linux.xml \
223 i386/32bit-avx.xml \
224 i386/32bit-avx512.xml \
225 i386/32bit-segments.xml \
226 i386/64bit-avx512.xml \
227 i386/64bit-core.xml \
228 i386/64bit-segments.xml \
229 i386/64bit-avx.xml \
230 i386/64bit-linux.xml \
231 i386/64bit-sse.xml \
232 i386/pkeys.xml \
233 i386/x32-core.xml \
234 loongarch/base32.xml \
235 loongarch/base64.xml \
236 loongarch/fpu.xml \
237 loongarch/lsx.xml \
238 loongarch/lasx.xml \
239 loongarch/lbt.xml \
240 riscv/rv32e-xregs.xml \
241 riscv/32bit-cpu.xml \
242 riscv/32bit-fpu.xml \
243 riscv/64bit-cpu.xml \
244 riscv/64bit-fpu.xml \
245 tic6x-c6xp.xml \
246 tic6x-core.xml \
247 tic6x-gp.xml
249 FEATURE_CFILES = $(patsubst %.xml,%.c,$(FEATURE_XMLFILES))
253 $(TDESC_CFILES): %.c: %.xml
257 $(FEATURE_CFILES): %.c: %.xml.tmp
263 # %.xml is the XML file for each target description feature, and
264 # %.xml.tmp is the XML file target description which only includes
267 %.xml.tmp: %.xml
268 echo "<?xml version=\"1.0\"?>" > $@.tmp