Lines Matching refs:mypc
834 addressT mypc; in rl78_relax_frag() local
841 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
884 if (sym_addr > mypc) in rl78_relax_frag()
890 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
963 addressT addr0, mypc; in md_convert_frag() local
978 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
979 tprintf("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
990 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
995 disp = (int) addr0 - (int) mypc; in md_convert_frag()
996 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()
1098 rl78_opcode_type (fragP->fr_opcode), fragP->fr_subtype, mypc); in md_convert_frag()