Lines Matching refs:fflags
16 # Check the formatting of the fcsr, fflags, and frm registers in the
39 # Use 'info registers' to check the current values of the fflags, frm,
44 # Merge fflags and frm values into a single fcsr value.
63 gdb_test_multiple "info registers \$fflags \$frm \$fcsr" "" {
74 -re "^(fflags)\\s+${fflags_value}\\s+${fflags_pattern}\r\n" {
92 foreach reg {fflags frm fcsr} {
103 # Merge fflags and frm values into a single fcsr value.
119 # Now set fcsr value through fflags and frm.
120 gdb_test_no_output "set \$fflags = ${fflags_value}"
123 with_test_prefix "set through fflags and frm" {
129 # Check each valid value of the fflags register.