Home
last modified time | relevance | path

Searched refs:expand_builtin_atomic_fetch_op (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c7026 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target, in expand_builtin_atomic_fetch_op() function
8686 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, true, in expand_builtin()
8702 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, true, in expand_builtin()
8718 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, true, in expand_builtin()
8734 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, true, in expand_builtin()
8750 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true, in expand_builtin()
8766 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, true, in expand_builtin()
8778 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, false, in expand_builtin()
8790 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, false, in expand_builtin()
8802 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, false, in expand_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc6152 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target, in expand_builtin_atomic_fetch_op() function
7882 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, true, in expand_builtin()
7898 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, true, in expand_builtin()
7914 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, true, in expand_builtin()
7930 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, true, in expand_builtin()
7946 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true, in expand_builtin()
7962 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, true, in expand_builtin()
7974 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, false, in expand_builtin()
7986 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, false, in expand_builtin()
7998 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, false, in expand_builtin()
[all …]
H A DChangeLog-20113781 * builtins.c (expand_builtin_atomic_fetch_op): Patchup code for NAND
4708 expand_builtin_atomic_store, expand_builtin_atomic_fetch_op): New.
H A DChangeLog-201726631 * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after