Searched refs:swap4 (Results 1 – 8 of 8) sorted by relevance
59 Label swap4; in main() local60 masm.Bind(&swap4); in main()80 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
466 TEST(swap4) { in TEST() argument469 Label swap4; in TEST() local470 masm.Bind(&swap4); in TEST()483 TEST_FUNCTION(swap4); in TEST()
153 fwd_unop_x2!(swap4);341 fwd_unop_x4!(swap4);
95 fn swap4(self) -> Self; in swap4() method
263 fn swap4(self) -> Self {
1207 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local1218 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()1235 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()1323 else if (swap4) { in _mesa_unpack_image()
2715 static inline kmp_uint32 swap4(kmp_uint32 volatile *p, kmp_uint32 v) { in swap4() function2728 if (swap4(lck, KMP_LOCK_BUSY(1, hle)) != KMP_LOCK_FREE(hle)) { in __kmp_acquire_hle_lock()2736 } while (swap4(lck, KMP_LOCK_BUSY(1, hle)) != KMP_LOCK_FREE(hle)); in __kmp_acquire_hle_lock()2759 return swap4(lck, KMP_LOCK_BUSY(1, hle)) == KMP_LOCK_FREE(hle); in __kmp_test_hle_lock()
803 fn swap4(self) -> Self { in swap4() method839 fn swap4(self) -> Self { in swap4() method