Lines Matching refs:writep
733 char *writep;
752 writep = fragP->fr_literal + old_fr_fix;
753 md_number_to_chars (writep, value, 1 << pow2_of_size);
3347 writep Pointer to "extension area" following the first instruction
3357 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP,
3391 /* Here, writep points to what will be opcodep + 2. First, we change
3402 writep[opc_offset] = branch_disp (branch_offset);
3403 writep[opc_offset + 1] = opcodep[1];
3416 md_number_to_chars (writep, nop_opcode, 2);
3423 md_number_to_chars (writep + 2,
3438 fix_new (fragP, writep + 4 - fragP->fr_literal, 4,
3444 md_number_to_chars (writep + 4, add_num, 4);
3453 fix_new (fragP, writep + 4 - fragP->fr_literal, 4, add_symP,
3462 md_number_to_chars (writep + 8, NOP_OPCODE_V32, 2);
3465 md_number_to_chars (writep + 8, MOVE_PC_INCR_OPCODE_SUFFIX, 2);