source: trunk/Softwares/Global.or32/src/asm/uncached_mask.s @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 320 bytes
Line 
1/*
2 * Manipulation of thread information
3 */
4               
5        .file   "uncached_mask.s"
6        .section .text
7        .align  4
8
9        .global _get_uncached_mask
10_get_uncached_mask :
11        l.jr    r9                             
12        l.mfspr r11,r0,0xF803                   /* R11 <- SPR[31][3] */
13       
14        .global _set_uncached_mask
15_set_uncached_mask :
16        l.jr    r9
17        l.mtspr r0 ,r3,0xF803                   /* SPR[31][1] <- r3  */
Note: See TracBrowser for help on using the repository browser.