Searched refs:xorend (Results 1 – 2 of 2) sorted by relevance
42 static void xorend(u8 *a, int alen, const u8 *b, int blen) in xorend() function103 xorend(buf, len[i], tmp, AES_BLOCK_SIZE); in aes_s2v()
124 define i8 @test_atomic_xor_i8(i8* %ptr, i8 %xorend) {131 ; CHECK: [[NEWVAL:%.*]] = xor i8 [[OLDVAL]], %xorend139 %res = atomicrmw xor i8* %ptr, i8 %xorend seq_cst