Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 3 of 3) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dsimd.c328 # 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 Dsimd-sha.c88 #define swap(x) shuf(x, 0b00011011) macro
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c450 int i, idx, oidx, swap = 0; in oos_hash_add() local

Completed in 13 milliseconds