Home | History | Annotate | Download | only in gdb.arch

Lines Matching refs:xlen

35 set xlen [get_valueof "/d" "sizeof (\$a0)" 0]
38 gdb_assert { $xlen != 0 && $flen != 0 } "read xlen and flen"
41 if { $xlen != 4 && $xlen != 8 } {
48 # proceed if FLEN equals XLEN, otherwise we'd need more test XML
50 if { $flen != 1 && $flen != $xlen } {
51 unsupport "unknown xlen/flen combination"
55 if { $xlen == 4 } {
141 if { $xlen == 4 } {