Lines Matching refs:opcodep

810   char *opcodep;  in md_convert_frag()  local
837 opcodep = fragP->fr_opcode; in md_convert_frag()
850 opcodep[0] = branch_disp ((target_address - address_of_var_part)); in md_convert_frag()
861 opcodep[0] = BRANCH_PC_LOW; in md_convert_frag()
862 opcodep[1] &= 0xF0; in md_convert_frag()
863 opcodep[1] |= BRANCH_INCR_HIGH; in md_convert_frag()
911 opcodep[0] = BA_DWORD_OPCODE & 255; in md_convert_frag()
912 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255; in md_convert_frag()
940 opcodep[0] |= (offset / 2) & 0xf; in md_convert_frag()
947 md_number_to_chars (opcodep, in md_convert_frag()
948 LAPC_DWORD_OPCODE + (opcodep[1] & 0xf0) * 256, in md_convert_frag()
963 opcodep[0] = S_GET_VALUE (symbolP); in md_convert_frag()
970 opcodep[0] = BDAP_PC_LOW + (1 << 4); in md_convert_frag()
971 opcodep[1] &= 0xF0; in md_convert_frag()
972 opcodep[1] |= BDAP_INCR_HIGH; in md_convert_frag()
982 opcodep[0] = BDAP_PC_LOW + (2 << 4); in md_convert_frag()
983 opcodep[1] &= 0xF0; in md_convert_frag()
984 opcodep[1] |= BDAP_INCR_HIGH; in md_convert_frag()
1237 char *opcodep; in md_assemble() local
1266 opcodep = cris_insn_first_word_frag (); in md_assemble()
1269 md_number_to_chars (opcodep, (long) prefix.opcode, 2); in md_assemble()
1287 opcodep = cris_insn_first_word_frag (); in md_assemble()
1294 opcodep[0] = -output_instruction.spec_reg->reg_size; in md_assemble()
1299 opcodep[0] = -4; in md_assemble()
1301 opcodep[1] = (REG_SP << 4) + (BDAP_QUICK_OPCODE >> 8); in md_assemble()
1314 opcodep = cris_insn_first_word_frag (); in md_assemble()
1316 opcodep = frag_more (2); in md_assemble()
1319 md_number_to_chars (opcodep, (long) (output_instruction.opcode), 2); in md_assemble()
1373 sym, addvalue, opcodep); in md_assemble()
1386 gen_cond_branch_32 (opcodep, cond_jump, frag_now, in md_assemble()
1398 NULL, 0, opcodep); in md_assemble()
1458 sym, addvalue, opcodep); in md_assemble()
1469 fix_new_exp (frag_now, (opcodep - frag_now->fr_literal), 2, in md_assemble()
3224 char *opcodep; in gen_bdap() local
3228 opcodep = cris_insn_first_word_frag (); in gen_bdap()
3229 md_number_to_chars (opcodep, opcode, 2); in gen_bdap()
3249 opcodep[0] = value; in gen_bdap()
3256 opcodep[0] = BDAP_PC_LOW + (size << 4); in gen_bdap()
3257 opcodep[1] &= 0xF0; in gen_bdap()
3258 opcodep[1] |= BDAP_INCR_HIGH; in gen_bdap()
3276 sym, addvalue, opcodep); in gen_bdap()
3318 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP, in gen_cond_branch_32() argument
3364 writep[opc_offset + 1] = opcodep[1]; in gen_cond_branch_32()
3374 md_number_to_chars (opcodep, BA_QUICK_OPCODE in gen_cond_branch_32()