Searched refs:expand_sync_lock_test_and_set (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 333 extern rtx expand_sync_lock_test_and_set (rtx, rtx, rtx);
|
H A D | optabs.c | 6305 expand_sync_lock_test_and_set (rtx target, rtx mem, rtx val) in expand_sync_lock_test_and_set() function
|
H A D | builtins.c | 6666 return expand_sync_lock_test_and_set (target, mem, val); in expand_builtin_sync_lock_test_and_set()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 341 extern rtx expand_sync_lock_test_and_set (rtx, rtx, rtx);
|
H A D | optabs.cc | 6757 expand_sync_lock_test_and_set (rtx target, rtx mem, rtx val) in expand_sync_lock_test_and_set() function
|
H A D | builtins.cc | 5848 return expand_sync_lock_test_and_set (target, mem, val); in expand_builtin_sync_lock_test_and_set()
|
H A D | ChangeLog-2011 | 2525 (expand_sync_lock_test_and_set): New. Expand sync_lock_test_and_set. 2530 expand_sync_lock_test_and_set routine. 2537 (expand_sync_lock_test_and_set): New prototype. 4724 (expand_sync_lock_test_and_set): Remove. 33941 (expand_sync_lock_test_and_set): Likewise.
|
H A D | ChangeLog-2005 | 23833 expand_sync_lock_test_and_set): Declare. 23839 expand_sync_lock_test_and_set): New.
|
H A D | ChangeLog-2012 | 34018 (expand_sync_lock_test_and_set): Use it.
|
H A D | ChangeLog-2010 | 22941 (expand_sync_lock_test_and_set): Use direct_optab_handler for
|
H A D | ChangeLog-2015 | 33133 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
|