Searched refs:atomic_opcode (Results 1 – 3 of 3) sorted by relevance
43 BrigAtomicOperation8_t atomic_opcode) in generate_tree() argument63 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[all …]
38 BrigAtomicOperation8_t atomic_opcode; in operator ()() local39 atomic_opcode = inst->signalOperation; in operator ()()41 return generate_tree (inst->base, atomic_opcode); in operator ()()
350 BrigAtomicOperation8_t atomic_opcode);