Lines Matching refs:opcodep
813 char *opcodep; in md_convert_frag() local
840 opcodep = fragP->fr_opcode; in md_convert_frag()
853 opcodep[0] = branch_disp ((target_address - address_of_var_part)); in md_convert_frag()
864 opcodep[0] = BRANCH_PC_LOW; in md_convert_frag()
865 opcodep[1] &= 0xF0; in md_convert_frag()
866 opcodep[1] |= BRANCH_INCR_HIGH; in md_convert_frag()
914 opcodep[0] = BA_DWORD_OPCODE & 255; in md_convert_frag()
915 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255; in md_convert_frag()
943 opcodep[0] |= (offset / 2) & 0xf; in md_convert_frag()
950 md_number_to_chars (opcodep, in md_convert_frag()
951 LAPC_DWORD_OPCODE + (opcodep[1] & 0xf0) * 256, in md_convert_frag()
966 opcodep[0] = S_GET_VALUE (symbolP); in md_convert_frag()
973 opcodep[0] = BDAP_PC_LOW + (1 << 4); in md_convert_frag()
974 opcodep[1] &= 0xF0; in md_convert_frag()
975 opcodep[1] |= BDAP_INCR_HIGH; in md_convert_frag()
985 opcodep[0] = BDAP_PC_LOW + (2 << 4); in md_convert_frag()
986 opcodep[1] &= 0xF0; in md_convert_frag()
987 opcodep[1] |= BDAP_INCR_HIGH; in md_convert_frag()
1245 char *opcodep; in md_assemble() local
1274 opcodep = cris_insn_first_word_frag (); in md_assemble()
1277 md_number_to_chars (opcodep, (long) prefix.opcode, 2); in md_assemble()
1295 opcodep = cris_insn_first_word_frag (); in md_assemble()
1302 opcodep[0] = -output_instruction.spec_reg->reg_size; in md_assemble()
1307 opcodep[0] = -4; in md_assemble()
1309 opcodep[1] = (REG_SP << 4) + (BDAP_QUICK_OPCODE >> 8); in md_assemble()
1322 opcodep = cris_insn_first_word_frag (); in md_assemble()
1324 opcodep = frag_more (2); in md_assemble()
1327 md_number_to_chars (opcodep, (long) (output_instruction.opcode), 2); in md_assemble()
1381 sym, addvalue, opcodep); in md_assemble()
1394 gen_cond_branch_32 (opcodep, cond_jump, frag_now, in md_assemble()
1406 NULL, 0, opcodep); in md_assemble()
1466 sym, addvalue, opcodep); in md_assemble()
1477 fix_new_exp (frag_now, (opcodep - frag_now->fr_literal), 2, in md_assemble()
3257 char *opcodep; in gen_bdap() local
3261 opcodep = cris_insn_first_word_frag (); in gen_bdap()
3262 md_number_to_chars (opcodep, opcode, 2); in gen_bdap()
3282 opcodep[0] = value; in gen_bdap()
3289 opcodep[0] = BDAP_PC_LOW + (size << 4); in gen_bdap()
3290 opcodep[1] &= 0xF0; in gen_bdap()
3291 opcodep[1] |= BDAP_INCR_HIGH; in gen_bdap()
3309 sym, addvalue, opcodep); in gen_bdap()
3351 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP, in gen_cond_branch_32() argument
3397 writep[opc_offset + 1] = opcodep[1]; in gen_cond_branch_32()
3407 md_number_to_chars (opcodep, BA_QUICK_OPCODE in gen_cond_branch_32()