Searched refs:rTMP1 (Results 1 – 5 of 5) sorted by relevance
/sysdeps/powerpc/powerpc64/ |
A D | strlen.S | 100 #define rTMP1 r10 macro 124 add rTMP1, rTMP1, r7F7F 130 sldi rTMP1, rFEFE, 32 140 add rTMP1, rTMP1, r7F7F 151 and. rTMP1, rTMP1, rTMP2 160 add rTMP1, rTMP1, r7F7F 167 add rTMP1, rTMP1, r7F7F 183 andc rTMP1, rTMP1, rTMP3 184 cntlzd rTMP1, rTMP1 /* Count bits not in the mask. */ 186 subfic rTMP1, rTMP1, 64-7 [all …]
|
A D | strchr.S | 32 #define rTMP1 r0 macro 58 sldi rTMP1, rFEFE, 32 106 addi rTMP1, rTMP5, -1 107 andc rTMP1, rTMP1, rTMP5 108 cntlzd rCLZB, rTMP1 111 cmpld rTMP1, rTMP2 123 add rTMP1, rTMP1, r7F7F 136 addi rTMP1, rTMP5, -1 137 andc rTMP1, rTMP1, rTMP5 138 cntlzd rCLZB, rTMP1 [all …]
|
/sysdeps/powerpc/powerpc32/ |
A D | strlen.S | 90 #define rTMP1 r10 macro 112 add rTMP1, rTMP1, r7F7F 127 add rTMP1, rTMP1, r7F7F 138 and. rTMP1, rTMP1, rTMP2 147 add rTMP1, rTMP1, r7F7F 154 add rTMP1, rTMP1, r7F7F 170 andc rTMP1, rTMP1, rTMP3 171 cntlzw rTMP1, rTMP1 /* Count bits not in the mask. */ 173 subfic rTMP1, rTMP1, 32-7 174 srwi rTMP1, rTMP1, 3 [all …]
|
A D | strchr.S | 27 #define rTMP1 r0 macro 60 add rTMP1, rFEFE, rWORD 97 addi rTMP1, rTMP5, -1 98 andc rTMP1, rTMP1, rTMP5 99 cntlzw rCLZB, rTMP1 102 cmplw rTMP1, rTMP2 114 add rTMP1, rTMP1, r7F7F 127 addi rTMP1, rTMP5, -1 128 andc rTMP1, rTMP1, rTMP5 129 cntlzw rCLZB, rTMP1 [all …]
|
/sysdeps/sparc/sparc64/ |
A D | strcmp.S | 35 #define rTMP1 %g1 macro 51 or rSTR2, rSTR1, rTMP1 54 andcc rTMP1, 0x7, %g0 60 sllx r8080, 32, rTMP1 118 andn rTMP1, rTMP2, rTMP1 121 srlx rTMP1, 7, rTMP1 150 srlx rTMP1, rTMP2, rTMP1 152 sllx rTMP1, rTMP2, rTMP1 154 cmp rTMP1, rSTRXOR 173 mov -1, rTMP1 [all …]
|
Completed in 7 milliseconds