Home
last modified time | relevance | path

Searched refs:atomic_op_functions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c6775 struct atomic_op_functions struct
6791 get_atomic_op_for_code (struct atomic_op_functions *op, enum rtx_code code) in get_atomic_op_for_code() argument
6904 maybe_emit_op (const struct atomic_op_functions *optab, rtx target, rtx mem, in maybe_emit_op()
6978 struct atomic_op_functions optab; in expand_atomic_fetch_op_no_fallback()
7111 struct atomic_op_functions optab; in expand_atomic_fetch_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc7269 struct atomic_op_functions struct
7285 get_atomic_op_for_code (struct atomic_op_functions *op, enum rtx_code code) in get_atomic_op_for_code() argument
7398 maybe_emit_op (const struct atomic_op_functions *optab, rtx target, rtx mem, in maybe_emit_op()
7472 struct atomic_op_functions optab; in expand_atomic_fetch_op_no_fallback()
7605 struct atomic_op_functions optab; in expand_atomic_fetch_op()
H A DChangeLog-20114307 (struct atomic_op_functions): Update for optab type changes.
4729 (struct atomic_op_functions): Opcode table struct for fetch ops.