Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpatomics.cpp49 static int atomic_typecast_operand; variable
135 if (atomic_typecast_operand == IL_FIX) { in get_atomic_function_ex()
225 else if (atomic_typecast_operand == IL_FIXK) { in get_atomic_function_ex()
980 atomic_typecast_operand = tcast_ili; in set_atomic_typecast_h2l()
986 atomic_typecast_operand = 0; in reset_atomic_typecast_h2l()
993 return atomic_typecast_operand != 0; in is_atomic_typcast_h2l()
1145 if (atomic_typecast_operand == IL_FIX || atomic_typecast_operand == IL_UFIX) in get_atomic_update_opcode()
1164 if (atomic_typecast_operand == IL_DFIX || in get_atomic_update_opcode()
1165 atomic_typecast_operand == IL_DFIXU) in get_atomic_update_opcode()
1376 if (atomic_typecast_operand == IL_DFIX || in create_atomic_seq()
[all …]