Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-atomic-inst-handler.cc43 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
[all …]
H A Dbrig-signal-inst-handler.cc38 BrigAtomicOperation8_t atomic_opcode; in operator ()() local
39 atomic_opcode = inst->signalOperation; in operator ()()
41 return generate_tree (inst->base, atomic_opcode); in operator ()()
H A Dbrig-code-entry-handler.h350 BrigAtomicOperation8_t atomic_opcode);