Lines Matching refs:atomic_opcode
43 BrigAtomicOperation8_t atomic_opcode) in generate_tree() argument
63 if (atomic_opcode != BRIG_ATOMIC_LD) in generate_tree()
71 if (atomic_opcode == BRIG_ATOMIC_ST) in generate_tree()
77 else if (atomic_opcode == BRIG_ATOMIC_LD in generate_tree()
78 || (atomic_opcode >= BRIG_ATOMIC_WAIT_EQ in generate_tree()
79 && atomic_opcode <= BRIG_ATOMIC_WAITTIMEOUT_GTE)) in generate_tree()
89 else if (atomic_opcode == BRIG_ATOMIC_CAS) in generate_tree()
132 if (atomic_opcode == ATOMIC_OPCODE && inst.type == HSAIL_TYPE) \ in generate_tree()
136 switch (atomic_opcode) in generate_tree()
261 BrigAtomicOperation8_t atomic_opcode; in operator ()() local
262 atomic_opcode = inst->atomicOperation; in operator ()()
264 return generate_tree (inst->base, atomic_opcode); in operator ()()