HomeSort by: relevance | last modified time | path
    Searched defs:expand_builtin_atomic_fetch_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 6154 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target,
7885 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, true,
7901 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, true,
7917 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, true,
7933 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, true,
7949 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true,
7965 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, true,
7977 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, false,
7989 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, false,
8001 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, false
6152 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 6897 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target,
8694 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, true,
8710 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, true,
8726 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, true,
8742 target = expand_builtin_atomic_fetch_op (mode, exp, target, NOT, true,
8758 target = expand_builtin_atomic_fetch_op (mode, exp, target, XOR, true,
8774 target = expand_builtin_atomic_fetch_op (mode, exp, target, IOR, true,
8786 target = expand_builtin_atomic_fetch_op (mode, exp, target, PLUS, false,
8798 target = expand_builtin_atomic_fetch_op (mode, exp, target, MINUS, false,
8810 target = expand_builtin_atomic_fetch_op (mode, exp, target, AND, false
6895 expand_builtin_atomic_fetch_op (machine_mode mode, tree exp, rtx target, function
    [all...]

Completed in 32 milliseconds