Searched refs:CMP_XCHG (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | main.c | 87 #define CMP_XCHG(a,b,p) (struct hsg_op){ HSG_OP_TYPE_CMP_XCHG, … macro 507 ops = hsg_op(ops,CMP_XCHG(cx->a,cx->b,prefix)); in hsg_network_copy() 554 ops = hsg_op(ops,CMP_XCHG(offset + cx->a,offset + cx->b,prefix)); in hsg_thread_merge_offset_prefix() 573 ops = hsg_op(ops,CMP_XCHG(l,r,prefix)); in hsg_thread_merge_left_right_prefix()
|