Lines Matching refs:instr
119 replace_slotN_contents(char *bundle, long long instr, int slotnum) {
120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41);
181 long long instr;
199 instr = slotN_contents(bundle.cbundle, slotnum);
201 memcpy(sbp->orig_value, &instr, sizeof(instr));
217 unsigned long instr;
226 memcpy(&instr, sbp->orig_value, sizeof(instr));
228 replace_slotN_contents(bundle.cbundle, instr, slotnum);