HomeSort by: relevance | last modified time | path
    Searched refs:SUBWORD_SYNC_OP (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
linux-atomic.c 86 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
115 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
116 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
119 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
120 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
122 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
123 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
124 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
linux-atomic.c 86 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
115 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
116 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
119 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
120 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
122 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
123 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
124 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
linux-atomic.c 129 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
151 SUBWORD_SYNC_OP (add, , +, short, 2, oldval)
152 SUBWORD_SYNC_OP (sub, , -, short, 2, oldval)
153 SUBWORD_SYNC_OP (or, , |, short, 2, oldval)
154 SUBWORD_SYNC_OP (and, , &, short, 2, oldval)
155 SUBWORD_SYNC_OP (xor, , ^, short, 2, oldval)
156 SUBWORD_SYNC_OP (nand, ~, &, short, 2, oldval)
158 SUBWORD_SYNC_OP (add, , +, signed char, 1, oldval)
159 SUBWORD_SYNC_OP (sub, , -, signed char, 1, oldval)
160 SUBWORD_SYNC_OP (or, , |, signed char, 1, oldval
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/csky/
linux-atomic.c 92 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
116 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
119 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
120 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
121 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
123 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
124 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
125 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
linux-atomic.c 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
111 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
112 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
113 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
114 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
115 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
116 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
119 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
120 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
linux-atomic.c 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
110 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
111 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
112 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
113 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
114 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
115 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
118 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
119 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
linux-atomic.c 129 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
151 SUBWORD_SYNC_OP (add, , +, short, 2, oldval)
152 SUBWORD_SYNC_OP (sub, , -, short, 2, oldval)
153 SUBWORD_SYNC_OP (or, , |, short, 2, oldval)
154 SUBWORD_SYNC_OP (and, , &, short, 2, oldval)
155 SUBWORD_SYNC_OP (xor, , ^, short, 2, oldval)
156 SUBWORD_SYNC_OP (nand, ~, &, short, 2, oldval)
158 SUBWORD_SYNC_OP (add, , +, signed char, 1, oldval)
159 SUBWORD_SYNC_OP (sub, , -, signed char, 1, oldval)
160 SUBWORD_SYNC_OP (or, , |, signed char, 1, oldval
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/csky/
linux-atomic.c 92 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
116 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
119 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
120 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
121 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
123 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
124 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
125 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
linux-atomic.c 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
111 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
112 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
113 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
114 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
115 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
116 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
118 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
119 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
120 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
linux-atomic.c 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \
110 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
111 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
112 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
113 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
114 SUBWORD_SYNC_OP (xor, , ^, unsigned short, 2, oldval)
115 SUBWORD_SYNC_OP (nand, ~, &, unsigned short, 2, oldval)
117 SUBWORD_SYNC_OP (add, , +, unsigned char, 1, oldval)
118 SUBWORD_SYNC_OP (sub, , -, unsigned char, 1, oldval)
119 SUBWORD_SYNC_OP (or, , |, unsigned char, 1, oldval
    [all...]

Completed in 24 milliseconds