Lines Matching refs:opcodep

406 mmix_set_geta_branch_offset (char *opcodep, offsetT value)  in mmix_set_geta_branch_offset()  argument
411 opcodep[0] |= 1; in mmix_set_geta_branch_offset()
415 md_number_to_chars (opcodep + 2, value, 2); in mmix_set_geta_branch_offset()
421 mmix_set_jmp_offset (char *opcodep, offsetT value) in mmix_set_jmp_offset() argument
426 opcodep[0] |= 1; in mmix_set_jmp_offset()
430 md_number_to_chars (opcodep + 1, value, 3); in mmix_set_jmp_offset()
436 mmix_fill_nops (char *opcodep, int n) in mmix_fill_nops() argument
441 md_number_to_chars (opcodep + i * 4, SWYM_INSN_BYTE << 24, 4); in mmix_fill_nops()
829 /* unsigned */ char *opcodep = NULL; in md_assemble() local
1075 opcodep = frag_more (4); in md_assemble()
1077 frag_now->fr_opcode = opcodep; in md_assemble()
1083 md_number_to_chars (opcodep, instruction->match, 4); in md_assemble()
1108 opcodep); in md_assemble()
1110 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_assemble()
1126 opcodep[1] = exp[0].X_add_number; in md_assemble()
1128 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1136 opcodep); in md_assemble()
1138 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_assemble()
1153 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_assemble()
1160 opcodep); in md_assemble()
1166 opcodep); in md_assemble()
1211 opcodep[1] = exp[0].X_add_number; in md_assemble()
1213 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1238 opcodep[1] = exp[0].X_add_number; in md_assemble()
1240 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1260 opcodep[1] = exp[0].X_add_number; in md_assemble()
1263 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1293 md_number_to_chars (opcodep, SETL_INSN_BYTE, 1); in md_assemble()
1295 opcodep[2] = (exp[1].X_add_number >> 8) & 255; in md_assemble()
1296 opcodep[3] = exp[1].X_add_number & 255; in md_assemble()
1339 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1350 opcodep[2] = exp[1].X_add_number; in md_assemble()
1367 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1385 = fix_new (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1395 opcodep[2] = exp[1].X_add_number; in md_assemble()
1397 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1405 opcodep[3] = exp[2].X_add_number; in md_assemble()
1409 opcodep[3] = exp[2].X_add_number; in md_assemble()
1410 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1413 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1441 opcodep[2] = (exp[1].X_add_number >> 8) & 255; in md_assemble()
1442 opcodep[3] = exp[1].X_add_number & 255; in md_assemble()
1446 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1498 opcodep[2] = exp[1].X_add_number & 255; in md_assemble()
1501 opcodep[3] = exp[op2no].X_add_number; in md_assemble()
1504 opcodep[3] = exp[op2no].X_add_number; in md_assemble()
1505 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1508 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1530 opcodep[1] = (exp[0].X_add_number >> 16) & 255; in md_assemble()
1531 opcodep[2] = (exp[0].X_add_number >> 8) & 255; in md_assemble()
1532 opcodep[3] = exp[0].X_add_number & 255; in md_assemble()
1536 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1561 opcodep[3] = exp[1].X_add_number; in md_assemble()
1564 opcodep[3] = exp[1].X_add_number; in md_assemble()
1565 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1568 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1574 opcodep[2] = exp[1].X_add_number; in md_assemble()
1576 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1580 opcodep[3] = exp[2].X_add_number; in md_assemble()
1583 opcodep[3] = exp[2].X_add_number; in md_assemble()
1584 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1587 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1611 opcodep[3] = exp[1].X_add_number - 256; in md_assemble()
1628 opcodep[1] = exp[0].X_add_number - 256; in md_assemble()
1633 opcodep[3] = exp[1].X_add_number; in md_assemble()
1636 opcodep[3] = exp[1].X_add_number; in md_assemble()
1637 opcodep[0] |= IMM_OFFSET_BIT; in md_assemble()
1640 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1662 opcodep[3] = exp[0].X_add_number; in md_assemble()
1664 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1684 opcodep[3] = exp[1].X_add_number; in md_assemble()
1686 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1714 opcodep[1] = (exp[0].X_add_number >> 16) & 255; in md_assemble()
1715 opcodep[2] = (exp[0].X_add_number >> 8) & 255; in md_assemble()
1716 opcodep[3] = exp[0].X_add_number & 255; in md_assemble()
1720 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1739 opcodep[1] = exp[0].X_add_number & 255; in md_assemble()
1742 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1756 opcodep[2] = (exp[1].X_add_number >> 8) & 255; in md_assemble()
1757 opcodep[3] = exp[1].X_add_number & 255; in md_assemble()
1761 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1781 opcodep[1] = exp[0].X_add_number & 255; in md_assemble()
1784 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1797 opcodep[2] = exp[1].X_add_number & 255; in md_assemble()
1800 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1813 opcodep[3] = exp[2].X_add_number & 255; in md_assemble()
1816 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1841 opcodep[1] = exp[0].X_add_number; in md_assemble()
1843 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1846 opcodep[2] = exp[1].X_add_number; in md_assemble()
1848 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1851 opcodep[3] = exp[2].X_add_number; in md_assemble()
1853 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
1859 opcodep[1] = exp[0].X_add_number; in md_assemble()
1861 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 1, in md_assemble()
1864 opcodep[3] = exp[1].X_add_number; in md_assemble()
1866 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 2, in md_assemble()
1874 opcodep[3] = exp[0].X_add_number; in md_assemble()
1895 opcodep[3] = exp[0].X_add_number; in md_assemble()
1897 fix_new_exp (opc_fragP, opcodep - opc_fragP->fr_literal + 3, in md_assemble()
2303 char *opcodep; in md_convert_frag() local
2326 opcodep = fragP->fr_opcode; in md_convert_frag()
2340 mmix_set_geta_branch_offset (opcodep, 0); in md_convert_frag()
2341 tmpfixP = fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_convert_frag()
2358 mmix_set_geta_branch_offset (opcodep, target_address - opcode_address); in md_convert_frag()
2362 = fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_convert_frag()
2371 mmix_set_jmp_offset (opcodep, target_address - opcode_address); in md_convert_frag()
2375 = fix_new (opc_fragP, opcodep - opc_fragP->fr_literal, 4, in md_convert_frag()