Home | History | Annotate | Download | only in aarch64

Lines Matching refs:OP_X

1674 #define DEFINE_ASM_LOAD_FUNC(FN, OP_X, OP_W)                        \
1680 AtomicMemoryOp op = rt.Is64Bits() ? OP_X : OP_W; \
1683 #define DEFINE_ASM_STORE_FUNC(FN, OP_X, OP_W) \
1694 #define DEFINE_ASM_SWP_FUNC(FN, OP_X, OP_W) \
1700 AtomicMemoryOp op = rt.Is64Bits() ? OP_X : OP_W; \