Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c6791 get_atomic_op_for_code (struct atomic_op_functions *op, enum rtx_code code) in get_atomic_op_for_code() function
6982 get_atomic_op_for_code (&optab, code); in expand_atomic_fetch_op_no_fallback()
7113 get_atomic_op_for_code (&optab, code); in expand_atomic_fetch_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc7285 get_atomic_op_for_code (struct atomic_op_functions *op, enum rtx_code code) in get_atomic_op_for_code() function
7476 get_atomic_op_for_code (&optab, code); in expand_atomic_fetch_op_no_fallback()
7607 get_atomic_op_for_code (&optab, code); in expand_atomic_fetch_op()
H A DChangeLog-20114361 * optabs.c (get_atomic_op_for_code): Fill in optab table at runtime so
4364 get_atomic_op_for_code call.
4730 (get_atomic_op_for_code): New. Return an opcode table entry.