Searched hist:282816 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/lib/libc/arm/aeabi/
H A Daeabi_vfp_double.Sdiff 282816 Tue May 12 10:05:42 MDT 2015 andrew Teach bits of libc about Thumb. This adds the if-then instructions needed
to handle the ARM conditional execution.

While here fix a bug found by this in the hard-float code, cc is the
opposite of cs. The former is used for 'less than' in floating-point code
and is executed when the C (carry) bit is clear, the latter is used when
greater than, equal, or unordered, and is executed when the C bit is set.
H A Daeabi_vfp_float.Sdiff 282816 Tue May 12 10:05:42 MDT 2015 andrew Teach bits of libc about Thumb. This adds the if-then instructions needed
to handle the ARM conditional execution.

While here fix a bug found by this in the hard-float code, cc is the
opposite of cs. The former is used for 'less than' in floating-point code
and is executed when the C (carry) bit is clear, the latter is used when
greater than, equal, or unordered, and is executed when the C bit is set.
/freebsd-11.0-release/lib/libc/arm/
H A DSYS.hdiff 282816 Tue May 12 10:05:42 MDT 2015 andrew Teach bits of libc about Thumb. This adds the if-then instructions needed
to handle the ARM conditional execution.

While here fix a bug found by this in the hard-float code, cc is the
opposite of cs. The former is used for 'less than' in floating-point code
and is executed when the C (carry) bit is clear, the latter is used when
greater than, equal, or unordered, and is executed when the C bit is set.
/freebsd-11.0-release/lib/libc/arm/gen/
H A D_setjmp.Sdiff 282816 Tue May 12 10:05:42 MDT 2015 andrew Teach bits of libc about Thumb. This adds the if-then instructions needed
to handle the ARM conditional execution.

While here fix a bug found by this in the hard-float code, cc is the
opposite of cs. The former is used for 'less than' in floating-point code
and is executed when the C (carry) bit is clear, the latter is used when
greater than, equal, or unordered, and is executed when the C bit is set.
H A Dsetjmp.Sdiff 282816 Tue May 12 10:05:42 MDT 2015 andrew Teach bits of libc about Thumb. This adds the if-then instructions needed
to handle the ARM conditional execution.

While here fix a bug found by this in the hard-float code, cc is the
opposite of cs. The former is used for 'less than' in floating-point code
and is executed when the C (carry) bit is clear, the latter is used when
greater than, equal, or unordered, and is executed when the C bit is set.

Completed in 73 milliseconds