Home | History | Annotate | Download | only in Hexagon

Lines Matching full:monotonic

8   %t00 = atomicrmw add i32* @si, i32 1 monotonic
9 %t01 = atomicrmw add i64* @sll, i64 1 monotonic
10 %t10 = atomicrmw sub i32* @si, i32 1 monotonic
11 %t11 = atomicrmw sub i64* @sll, i64 1 monotonic
12 %t20 = atomicrmw or i32* @si, i32 1 monotonic
13 %t21 = atomicrmw or i64* @sll, i64 1 monotonic
14 %t30 = atomicrmw xor i32* @si, i32 1 monotonic
15 %t31 = atomicrmw xor i64* @sll, i64 1 monotonic
16 %t40 = atomicrmw and i32* @si, i32 1 monotonic
17 %t41 = atomicrmw and i64* @sll, i64 1 monotonic
18 %t50 = atomicrmw nand i32* @si, i32 1 monotonic
19 %t51 = atomicrmw nand i64* @sll, i64 1 monotonic
28 %t00 = atomicrmw add i32* @si, i32 11 monotonic
30 %t01 = atomicrmw add i64* @sll, i64 11 monotonic
32 %t10 = atomicrmw sub i32* @si, i32 11 monotonic
34 %t11 = atomicrmw sub i64* @sll, i64 11 monotonic
36 %t20 = atomicrmw or i32* @si, i32 11 monotonic
38 %t21 = atomicrmw or i64* @sll, i64 11 monotonic
40 %t30 = atomicrmw xor i32* @si, i32 11 monotonic
42 %t31 = atomicrmw xor i64* @sll, i64 11 monotonic
44 %t40 = atomicrmw and i32* @si, i32 11 monotonic
46 %t41 = atomicrmw and i64* @sll, i64 11 monotonic
48 %t50 = atomicrmw nand i32* @si, i32 11 monotonic
50 %t51 = atomicrmw nand i64* @sll, i64 11 monotonic
60 %t00 = atomicrmw xchg i32* @si, i32 1 monotonic
62 %t01 = atomicrmw xchg i64* @sll, i64 1 monotonic