Home | History | Annotate | Download | only in AArch64

Lines Matching full:desired

3 define { i8, i1 } @test_cmpxchg_8(i8* %addr, i8 %desired, i8 %new) nounwind {
14 %res = cmpxchg i8* %addr, i8 %desired, i8 %new seq_cst monotonic
18 define { i16, i1 } @test_cmpxchg_16(i16* %addr, i16 %desired, i16 %new) nounwind {
29 %res = cmpxchg i16* %addr, i16 %desired, i16 %new seq_cst monotonic
33 define { i32, i1 } @test_cmpxchg_32(i32* %addr, i32 %desired, i32 %new) nounwind {
44 %res = cmpxchg i32* %addr, i32 %desired, i32 %new seq_cst monotonic
48 define { i64, i1 } @test_cmpxchg_64(i64* %addr, i64 %desired, i64 %new) nounwind {
59 %res = cmpxchg i64* %addr, i64 %desired, i64 %new seq_cst monotonic
63 define { i128, i1 } @test_cmpxchg_128(i128* %addr, i128 %desired, i128 %new) nounwind {
73 %res = cmpxchg i128* %addr, i128 %desired, i128 %new seq_cst monotonic