Home | History | Annotate | Download | only in compiler

Lines Matching refs:Prefix

3903 #define BUILD_ATOMIC_BINOP(Name, Operation, Type, Prefix)                     \
3909 mcgraph()->machine()->Prefix##Atomic##Operation(MachineType::Type()), \
3916 #define BUILD_ATOMIC_CMP_EXCHG(Name, Type, Prefix) \
3922 mcgraph()->machine()->Prefix##AtomicCompareExchange( \
3930 #define BUILD_ATOMIC_LOAD_OP(Name, Type, Prefix) \
3936 mcgraph()->machine()->Prefix##AtomicLoad(MachineType::Type()), \
3943 #define BUILD_ATOMIC_STORE_OP(Name, Type, Rep, Prefix) \
3949 mcgraph()->machine()->Prefix##AtomicStore(MachineRepresentation::Rep), \