Lines Matching full:existing

26 define void @test_whole32(i32* %existing, i32* %new) {
31 %oldval = load volatile i32, i32* %existing
39 store volatile i32 %combined, i32* %existing
44 define void @test_whole64(i64* %existing, i64* %new) {
50 %oldval = load volatile i64, i64* %existing
58 store volatile i64 %combined, i64* %existing
63 define void @test_whole32_from64(i64* %existing, i64* %new) {
71 %oldval = load volatile i64, i64* %existing
78 store volatile i64 %combined, i64* %existing
83 define void @test_32bit_masked(i32 *%existing, i32 *%new) {
89 %oldval = load volatile i32, i32* %existing
97 store volatile i32 %combined, i32* %existing
102 define void @test_64bit_masked(i64 *%existing, i64 *%new) {
107 %oldval = load volatile i64, i64* %existing
115 store volatile i64 %combined, i64* %existing
121 define void @test_32bit_complexmask(i32 *%existing, i32 *%new) {
127 %oldval = load volatile i32, i32* %existing
135 store volatile i32 %combined, i32* %existing
141 define void @test_32bit_badmask(i32 *%existing, i32 *%new) {
147 %oldval = load volatile i32, i32* %existing
155 store volatile i32 %combined, i32* %existing
161 define void @test_64bit_badmask(i64 *%existing, i64 *%new) {
167 %oldval = load volatile i64, i64* %existing
175 store volatile i64 %combined, i64* %existing
182 define void @test_32bit_with_shr(i32* %existing, i32* %new) {
185 %oldval = load volatile i32, i32* %existing
193 store volatile i32 %combined, i32* %existing
201 define void @test_32bit_opnd1_better(i32* %existing, i32* %new) {
204 %oldval = load volatile i32, i32* %existing
212 store volatile i32 %combined, i32* %existing