Changeset 1065603e in mainline for arch/ia64/src/fpu_context.c
- Timestamp:
- 2006-03-14T20:09:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f62ef9
- Parents:
- e4ddfa8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/fpu_context.c
re4ddfa8 r1065603e 29 29 30 30 #include <fpu_context.h> 31 #include <print.h> 31 32 32 33 void fpu_context_save(fpu_context_t *fctx){ 34 return; 33 35 asm volatile( 34 36 "stf.spill [%2]=f2,0x80\n" … … 187 189 void fpu_context_restore(fpu_context_t *fctx) 188 190 { 189 191 return; 190 192 asm volatile( 191 193 "ldf.fill f2=[%2],0x80\n"
Note:
See TracChangeset
for help on using the changeset viewer.