Home | History | Annotate | Download | only in amd64

Lines Matching refs:SET

114  * SET reads 4 input bytes in little-endian byte order and stores them in a
129 #define SET(n) \
132 SET(n)
134 #define SET(n) \
168 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
169 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
170 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
171 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
172 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
173 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
174 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
175 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
176 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7)
177 STEP(F, d, a, b, c, SET(9), 0x8b44f7af, 12)
178 STEP(F, c, d, a, b, SET(10), 0xffff5bb1, 17)
179 STEP(F, b, c, d, a, SET(11), 0x895cd7be, 22)
180 STEP(F, a, b, c, d, SET(12), 0x6b901122, 7)
181 STEP(F, d, a, b, c, SET(13), 0xfd987193, 12)
182 STEP(F, c, d, a, b, SET(14), 0xa679438e, 17)
183 STEP(F, b, c, d, a, SET(15), 0x49b40821, 22)
594 "set" JCC " %b0\n\t"\
597 xxprintf("%-10s %d\n", "set" JCC, res);\