1*56aebc89Spbrook<?xml version="1.0"?> 2*56aebc89Spbrook<!-- Copyright (C) 2008 Free Software Foundation, Inc. 3*56aebc89Spbrook 4*56aebc89Spbrook Copying and distribution of this file, with or without modification, 5*56aebc89Spbrook are permitted in any medium without royalty provided the copyright 6*56aebc89Spbrook notice and this notice are preserved. --> 7*56aebc89Spbrook<!DOCTYPE feature SYSTEM "gdb-target.dtd"> 8*56aebc89Spbrook<feature name="org.gnu.gdb.arm.vfp"> 9*56aebc89Spbrook <reg name="d0" bitsize="64" type="float"/> 10*56aebc89Spbrook <reg name="d1" bitsize="64" type="float"/> 11*56aebc89Spbrook <reg name="d2" bitsize="64" type="float"/> 12*56aebc89Spbrook <reg name="d3" bitsize="64" type="float"/> 13*56aebc89Spbrook <reg name="d4" bitsize="64" type="float"/> 14*56aebc89Spbrook <reg name="d5" bitsize="64" type="float"/> 15*56aebc89Spbrook <reg name="d6" bitsize="64" type="float"/> 16*56aebc89Spbrook <reg name="d7" bitsize="64" type="float"/> 17*56aebc89Spbrook <reg name="d8" bitsize="64" type="float"/> 18*56aebc89Spbrook <reg name="d9" bitsize="64" type="float"/> 19*56aebc89Spbrook <reg name="d10" bitsize="64" type="float"/> 20*56aebc89Spbrook <reg name="d11" bitsize="64" type="float"/> 21*56aebc89Spbrook <reg name="d12" bitsize="64" type="float"/> 22*56aebc89Spbrook <reg name="d13" bitsize="64" type="float"/> 23*56aebc89Spbrook <reg name="d14" bitsize="64" type="float"/> 24*56aebc89Spbrook <reg name="d15" bitsize="64" type="float"/> 25*56aebc89Spbrook 26*56aebc89Spbrook <reg name="fpsid" bitsize="32" type="int" group="float"/> 27*56aebc89Spbrook <reg name="fpscr" bitsize="32" type="int" group="float"/> 28*56aebc89Spbrook <reg name="fpexc" bitsize="32" type="int" group="float"/> 29*56aebc89Spbrook</feature> 30