Searched defs:swap (Results 1 – 3 of 3) sorted by relevance
/xen/tools/tests/x86_emulator/ |
A D | simd.c | 328 # define swap(x) ({ \ macro 387 # define swap(x) B(shufpd, _mask, x, x, 0b01, undef(), ~0) macro 392 # define swap(x) ({ \ macro 415 # define swap(x) ({ \ macro 440 # define swap(x) __builtin_ia32_shufps(x, x, 0b00011011) macro 474 # define swap(x) ({ \ macro 489 # define swap(x) __builtin_ia32_shufpd(x, x, 0b01) macro 561 # define swap(x) ((vec_t)B(pshufd, _mask, \ macro 600 # define swap(x) ((vec_t)B(pshufd, _mask, \ macro 683 # define swap(x) ((vec_t)B(pshufd, _mask, \ macro [all …]
|
A D | simd-sha.c | 88 #define swap(x) shuf(x, 0b00011011) macro
|
/xen/xen/arch/x86/mm/shadow/ |
A D | common.c | 450 int i, idx, oidx, swap = 0; in oos_hash_add() local
|
Completed in 13 milliseconds