/sysdeps/powerpc/powerpc64/ |
A D | strcmp.S | 84 neg rNEG, rBITDIF 85 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 86 cntlzd rNEG, rNEG /* bitcount of the bit. */ 87 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 103 neg rNEG, rBITDIF 104 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 105 cntlzd rNEG, rNEG /* bitcount of the bit. */ 106 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 126 andc rNEG, rNEG, rTMP 129 cntlzd rNEG, rNEG [all …]
|
A D | strncmp.S | 96 neg rNEG, rBITDIF 97 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 98 cntlzd rNEG, rNEG /* bitcount of the bit. */ 99 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 115 neg rNEG, rBITDIF 116 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 117 cntlzd rNEG, rNEG /* bitcount of the bit. */ 118 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 138 andc rNEG, rNEG, rTMP 141 cntlzd rNEG, rNEG [all …]
|
/sysdeps/powerpc/powerpc64/power4/ |
A D | strncmp.S | 98 neg rNEG, rBITDIF 99 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 100 cntlzd rNEG, rNEG /* bitcount of the bit. */ 101 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 117 neg rNEG, rBITDIF 118 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */ 119 cntlzd rNEG, rNEG /* bitcount of the bit. */ 120 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */ 140 andc rNEG, rNEG, rTMP 143 cntlzd rNEG, rNEG [all …]
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | strncmp.S | 82 nor rNEG,r7F7F,rWORD1 84 and. rTMP,rTMP,rNEG 103 addi rNEG, rBITDIF, 1 104 orc rNEG, rNEG, rBITDIF /* 0's below LS differing byte. */ 105 sldi rNEG, rNEG, 8 /* 1's above LS differing byte. */ 122 orc rNEG, rNEG, rBITDIF /* 0's below LS differing byte. */ 123 sldi rNEG, rNEG, 8 /* 1's above LS differing byte. */ 143 andc rNEG,rNEG,rTMP 146 cntlzd rNEG,rNEG 147 addi rNEG,rNEG,7 [all …]
|
/sysdeps/powerpc/powerpc32/ |
A D | strcmp.S | 35 #define rNEG r9 /* ~(word in s1 | 0x7f7f7f7f) */ macro 56 nor rNEG, r7F7F, rWORD1 57 and. rTMP, rTMP, rNEG 103 andc rNEG, rNEG, rTMP 106 cntlzw rNEG, rNEG 107 addi rNEG, rNEG, 7 108 cmpw cr1, rNEG, rBITDIF
|
A D | strncmp.S | 36 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f) */ macro 67 nor rNEG, r7F7F, rWORD1 69 and. rTMP, rTMP, rNEG 116 andc rNEG, rNEG, rTMP 119 cntlzw rNEG, rNEG 120 addi rNEG, rNEG, 7 121 cmpw cr1, rNEG, rBITDIF 141 and. rTMP, rTMP, rNEG
|
A D | stpcpy.S | 34 #define rNEG r9 /* ~(word in src | 0x7f7f7f7f) */ macro 53 nor rNEG, r7F7F, rALT 54 and. rTMP, rTMP, rNEG 59 nor rNEG, r7F7F, rWORD 60 and. rTMP, rTMP, rNEG
|
A D | strcpy.S | 34 #define rNEG r9 /* ~(word in s1 | 0x7f7f7f7f) */ macro 53 nor rNEG, r7F7F, rALT 54 and. rTMP, rTMP, rNEG 59 nor rNEG, r7F7F, rWORD 60 and. rTMP, rTMP, rNEG
|
/sysdeps/powerpc/powerpc32/power4/ |
A D | strncmp.S | 38 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f) */ macro 69 nor rNEG, r7F7F, rWORD1 71 and. rTMP, rTMP, rNEG 118 andc rNEG, rNEG, rTMP 121 cntlzw rNEG, rNEG 122 addi rNEG, rNEG, 7 123 cmpw cr1, rNEG, rBITDIF 143 and. rTMP, rTMP, rNEG
|
/sysdeps/powerpc/powerpc32/power7/ |
A D | strncmp.S | 40 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f) */ macro 73 nor rNEG,r7F7F,rWORD1 75 and. rTMP,rTMP,rNEG 121 andc rNEG,rNEG,rTMP 124 cntlzw rNEG,rNEG 125 addi rNEG,rNEG,7 126 cmpw cr1,rNEG,rBITDIF 146 and. rTMP,rTMP,rNEG
|