/external/jemalloc/test/include/test/ |
D | SFMT-params4253.h | 42 #define SR1 7 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params216091.h | 42 #define SR1 10 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params86243.h | 42 #define SR1 19 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params44497.h | 42 #define SR1 9 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params11213.h | 42 #define SR1 7 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params19937.h | 42 #define SR1 11 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params607.h | 42 #define SR1 13 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params2281.h | 42 #define SR1 5 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params132049.h | 42 #define SR1 21 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-params1279.h | 42 #define SR1 5 macro 57 #define ALTI_SR1 (vector unsigned int)(SR1, SR1, SR1, SR1) 71 #define ALTI_SR1 {SR1, SR1, SR1, SR1}
|
D | SFMT-sse2.h | 68 y = _mm_srli_epi32(*b, SR1); in mm_recursion()
|
/external/jemalloc/test/src/ |
D | SFMT.c | 251 r->u[0] = a->u[0] ^ x.u[0] ^ ((b->u[0] >> SR1) & MSK2) ^ y.u[0] in do_recursion() 253 r->u[1] = a->u[1] ^ x.u[1] ^ ((b->u[1] >> SR1) & MSK1) ^ y.u[1] in do_recursion() 255 r->u[2] = a->u[2] ^ x.u[2] ^ ((b->u[2] >> SR1) & MSK4) ^ y.u[2] in do_recursion() 257 r->u[3] = a->u[3] ^ x.u[3] ^ ((b->u[3] >> SR1) & MSK3) ^ y.u[3] in do_recursion() 268 r->u[0] = a->u[0] ^ x.u[0] ^ ((b->u[0] >> SR1) & MSK1) ^ y.u[0] in do_recursion() 270 r->u[1] = a->u[1] ^ x.u[1] ^ ((b->u[1] >> SR1) & MSK2) ^ y.u[1] in do_recursion() 272 r->u[2] = a->u[2] ^ x.u[2] ^ ((b->u[2] >> SR1) & MSK3) ^ y.u[2] in do_recursion() 274 r->u[3] = a->u[3] ^ x.u[3] ^ ((b->u[3] >> SR1) & MSK4) ^ y.u[3] in do_recursion()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 263 unsigned SR1 = Src1->isReg() ? Src1->getReg() : 0; in genMuxInBlock() local 272 if (CanDown && DU.Defs[SR1]) in genMuxInBlock()
|