Home
last modified time | relevance | path

Searched refs:rCHR (Results 1 – 8 of 8) sorted by relevance

/sysdeps/powerpc/powerpc32/power6/
A Dmemset.S51 insrwi rCHR, rCHR, 8, 16 /* Replicate byte to halfword. */
58 stb rCHR, 0(rMEMP0)
61 sth rCHR, -2(rMEMP)
67 insrwi rCHR, rCHR, 16, 0 /* Replicate halfword to word. */
113 stw rCHR,0(rMEMP)
115 stw rCHR,8(rMEMP)
117 stw rCHR,16(rMEMP)
176 stw rCHR,0(rMEMP)
178 stw rCHR,8(rMEMP)
242 stw rCHR,0(rMEMP)
[all …]
/sysdeps/powerpc/powerpc32/power4/
A Dmemset.S53 insrwi rCHR, rCHR, 8, 16 /* Replicate byte to halfword. */
60 stb rCHR, 0(rMEMP0)
63 sth rCHR, -2(rMEMP)
68 insrwi rCHR, rCHR, 16, 0 /* Replicate halfword to word. */
92 cmplwi cr1, rCHR, 0
108 stw rCHR, -8(rMEMP)
151 stw rCHR,-8(rMEMP)
178 stb rCHR, 0(rMEMP)
180 stb rCHR, 1(rMEMP)
182 stb rCHR, 2(rMEMP)
[all …]
/sysdeps/powerpc/powerpc64/power6/
A Dmemset.S53 insrdi rCHR, rCHR, 8, 48 /* Replicate byte to halfword. */
60 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
82 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
89 insrdi rCHR, rCHR, 32, 0 /* Replicate word to double word. */
125 std rCHR,0(rMEMP)
126 std rCHR,8(rMEMP)
164 std rCHR,0(rMEMP)
165 std rCHR,8(rMEMP)
203 std rCHR,0(rMEMP)
204 std rCHR,8(rMEMP)
[all …]
/sysdeps/powerpc/powerpc32/
A Dmemset.S57 rlwimi rCHR, rCHR, 8, 16, 23
64 stb rCHR, 0(rMEMP0)
70 rlwimi rCHR, rCHR, 16, 0, 15
93 cmplwi cr1, rCHR, 0
118 stw rCHR, -4(rMEMP)
119 stw rCHR, -8(rMEMP)
130 stw rCHR, -4(rMEMP)
183 stb rCHR, 0(rMEMP)
186 stb rCHR, 1(rMEMP)
188 stb rCHR, 2(rMEMP)
[all …]
A Dstrchr.S30 #define rCHR r4 /* byte we're looking for, spread over the whole word */ macro
32 #define rCLZB rCHR /* leading zero byte count */
43 rlwimi rCHR, rCHR, 8, 16, 23
45 rlwimi rCHR, rCHR, 16, 0, 15
63 xor rTMP3, rCHR, rWORD
78 xor rTMP3, rCHR, rWORD
/sysdeps/powerpc/powerpc64/power4/
A Dmemset.S56 insrdi rCHR, rCHR, 8, 48 /* Replicate byte to halfword. */
63 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
67 stb rCHR, 0(rMEMP0)
70 sth rCHR, -6(rMEMP)
85 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
92 insrdi rCHR, rCHR, 32, 0 /* Replicate word to double word. */
185 stb rCHR,0(rMEMP)
186 stb rCHR,1(rMEMP)
187 stb rCHR,2(rMEMP)
188 stb rCHR,3(rMEMP)
[all …]
/sysdeps/powerpc/powerpc64/
A Dmemset.S63 insrdi rCHR, rCHR, 8, 48 /* Replicate byte to halfword. */
70 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
74 stb rCHR, 0(rMEMP0)
77 sth rCHR, -6(rMEMP)
92 insrdi rCHR, rCHR, 16, 32 /* Replicate halfword to word. */
99 insrdi rCHR, rCHR, 32, 0 /* Replicate word to double word. */
201 stb rCHR,0(rMEMP)
202 stb rCHR,1(rMEMP)
203 stb rCHR,2(rMEMP)
204 stb rCHR,3(rMEMP)
[all …]
A Dstrchr.S35 #define rCHR r4 /* byte we're looking for, spread over the whole word */ macro
37 #define rCLZB rCHR /* leading zero byte count */
48 insrdi rCHR, rCHR, 8, 48
50 insrdi rCHR, rCHR, 16, 32
52 insrdi rCHR, rCHR, 32, 0
72 xor rTMP3, rCHR, rWORD
87 xor rTMP3, rCHR, rWORD

Completed in 16 milliseconds