Lines Matching defs:desired
5009 /* Allocate the desired space. If the allocation stems from the declaration
5331 /* Round address up to desired boundary. */
5567 significant bit, then truncate the result to the desired mode
5578 /* Expand fork or exec calls. TARGET is the desired target of the
5898 TYPE __atomic_exchange (TYPE *object, TYPE desired, enum memmodel)
5922 TYPE desired, BOOL weak,
5932 rtx expect, desired, mem, oldval;
5959 desired = expand_expr_force_mode (CALL_EXPR_ARG (exp, 2), mode);
5973 if (!expand_atomic_compare_and_swap (&target, &oldval, mem, expect, desired,
6072 rtx desired = expand_expr_force_mode (gimple_call_arg (call, 2), mode);
6079 if (!expand_atomic_compare_and_swap (&boolret, &oldval, mem, expect, desired,
6120 void __atomic_store (TYPE *object, TYPE desired, enum memmodel)
9053 the opposite of the desired result. UNORDERED_CODE is used