Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dsimd.c144 # define swap(x) ({ \ macro
163 # define swap(x) __builtin_ia32_shufps(x, x, 0b00011011) macro
192 # define swap(x) ({ \ macro
204 # define swap(x) __builtin_ia32_shufpd(x, x, 0b01) macro
222 # define swap(x) ((vec_t)__builtin_ia32_pshufd( \ macro
228 # define swap(x) ((vec_t)__builtin_ia32_pshufd((vsi_t)(x), 0b00011011)) macro
232 # define swap(x) ((vec_t)__builtin_ia32_pshufd((vsi_t)(x), 0b01001110)) macro
306 # define swap(x) ((vec_t)__builtin_ia32_pshufb128((vqi_t)(x), (vqi_t)(inv - 1))) macro
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-resize.c193 swap(vhd_block_t *list, int a, int b) in swap() function
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c694 int i, idx, oidx, swap = 0; in oos_hash_add() local

Completed in 12 milliseconds