Changeset 388cf12 in rtems
- Timestamp:
- 09/28/01 14:10:46 (21 years ago)
- Children:
- c48d6485
- Parents:
- 7a5dbdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sparc/cpu_asm.S
r7a5dbdd r388cf12 53 53 or %l0, %l1, %l0 54 54 mov %l0, %psr ! **** ENABLE FLOAT ACCESS **** 55 56 ld [%i0], %l0 55 nop; nop; nop; ! Need three nops before EF is 56 ld [%i0], %l0 ! active due to pipeline delay!!! 57 57 std %f0, [%l0 + FO_F1_OFFSET] 58 58 std %f2, [%l0 + F2_F3_OFFSET] … … 102 102 or %l0, %l1, %l0 103 103 mov %l0, %psr ! **** ENABLE FLOAT ACCESS **** 104 105 ld [%i0], %l0 104 nop; nop; nop; ! Need three nops before EF is 105 ld [%i0], %l0 ! active due to pipeline delay!!! 106 106 ldd [%l0 + FO_F1_OFFSET], %f0 107 107 ldd [%l0 + F2_F3_OFFSET], %f2
Note: See TracChangeset
for help on using the changeset viewer.