Searched refs:rIGN (Results 1 – 2 of 2) sorted by relevance
/sysdeps/powerpc/powerpc32/ |
A D | strchr.S | 36 #define rIGN r10 /* number of bits we should ignore in the first word */ macro 39 #define rTMP4 rIGN 46 rlwinm rIGN, rRTN, 3, 27, 28 55 slw rMASK, rMASK, rIGN 57 srw rMASK, rMASK, rIGN
|
/sysdeps/powerpc/powerpc64/ |
A D | strchr.S | 41 #define rIGN r10 /* number of bits we should ignore in the first word */ macro 44 #define rTMP4 rIGN 51 rlwinm rIGN, rRTN, 3, 26, 28 64 sld rMASK, rMASK, rIGN 66 srd rMASK, rMASK, rIGN
|
Completed in 4 milliseconds