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

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.