Lines Matching defs:store
247 [OP_STORE] = "store",
988 struct instruction *store;
993 store = alloc_typed_instruction(OP_STORE, ad->btype);
994 store->offset = ad->offset;
995 store->is_volatile = ad->type && (ad->type->ctype.modifiers & MOD_VOLATILE);
996 use_pseudo(store, value, &store->target);
997 use_pseudo(store, ad->address, &store->src);
998 add_one_insn(ep, store);
1026 pseudo_t store = value;
1034 store = linearize_bitfield_insert(ep, orig, value, ctype, btype);
1036 add_store(ep, ad, store);