HomeSort by relevance Sort by last modified time
    Searched refs:fr_opcode (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/config/
tc-mep.c     [all...]
tc-m68hc11.c     [all...]
tc-rl78.c 592 frag_then->fr_opcode = bytes;
893 opfixsize = fragP->fr_fix - (fragP->fr_opcode - fragP->fr_literal);
918 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
924 optype = rl78_opcode_type (fragP->fr_opcode);
1038 /* Given the opcode stored in fr_opcode and the number of bytes we
1054 char * op = fragP->fr_opcode;
1066 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1096 switch (OPCODE (rl78_opcode_type (fragP->fr_opcode), fragP->fr_subtype))
1227 fragP->fr_fix = fragP->fr_subtype + (fragP->fr_opcode - fragP->fr_literal);
1229 fragP->fr_subtype, fragP->fr_opcode, fragP->fr_literal)
    [all...]
tc-rx.c 764 frag_then->fr_opcode = bytes;
1138 frag_then->fr_opcode = bytes;
    [all...]
tc-epiphany.c 685 EPIPHANY_RELAX_TYPES subtype = relax_insn [*fragP->fr_opcode & 0xf];
690 if ((*fragP->fr_opcode & 0x10) == 0)
695 if ((*fragP->fr_opcode & 0x10) == 0)
807 opcode = fragP->fr_opcode;
tc-m32c.c 573 int where = fragP->fr_opcode - fragP->fr_literal;
630 int where = fragP->fr_opcode - fragP->fr_literal;
631 int rl_where = fragP->fr_opcode - fragP->fr_literal;
632 unsigned char *op = (unsigned char *)fragP->fr_opcode;
    [all...]
tc-vax.c 413 else if (((unsigned char *) fragP->fr_opcode)[0] == VAX_CALLS
414 || ((unsigned char *) fragP->fr_opcode)[0] == VAX_CALLG
415 || ((unsigned char *) fragP->fr_opcode)[0] == VAX_JSB
416 || ((unsigned char *) fragP->fr_opcode)[0] == VAX_JMP
433 *fragP->fr_opcode ^= 1; /* Reverse sense of branch. */
466 *fragP->fr_opcode += VAX_WIDEN_LONG;
534 opcodeP = fragP->fr_opcode;
    [all...]
tc-m68k.c     [all...]
tc-cris.c 727 (fragP->fr_opcode)[0] = value;
744 (fragP->fr_opcode)[0] = BDAP_PC_LOW + pow2_of_size * 16;
747 (fragP->fr_opcode)[1] &= 0xF0;
748 (fragP->fr_opcode)[1] |= BDAP_INCR_HIGH;
840 opcodep = fragP->fr_opcode;
879 gen_cond_branch_32 (fragP->fr_opcode, var_partp, fragP,
887 gen_cond_branch_32 (fragP->fr_opcode, var_partp, fragP,
895 gen_cond_branch_32 (fragP->fr_opcode, var_partp, fragP,
    [all...]
tc-xtensa.c 10506 char *fr_opcode = fragP->fr_opcode; local
    [all...]
tc-m32r.c     [all...]
tc-sh64.c 68 a frag, so we can emit fixups for fr_opcode without needing to make
845 opcodep = fragP->fr_opcode;
    [all...]
tc-score7.c     [all...]
tc-score.c     [all...]
tc-microblaze.c     [all...]
tc-i960.c     [all...]
tc-msp430.c     [all...]
tc-v850.c 1689 char * fr_opcode; member in union:u
    [all...]
tc-tic54x.c 273 && frag->fr_opcode == NULL
291 return frag->fr_opcode != NULL ? -1 : frag->tc_frag_data;
    [all...]
tc-mmix.c 1077 frag_now->fr_opcode = opcodep;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
frags.h 57 char *fr_opcode; member in struct:frag
frags.c 237 frag_now->fr_opcode = opcode;
ehopt.c 520 loc4_frag = (fragS *) frag->fr_opcode;
symbols.c 305 table in the fr_opcode of the rs_broken_word frag. This
309 || frag_tmp->fr_opcode))
312 frag_tmp->fr_opcode = frag_opcode;
    [all...]
write.c     [all...]

Completed in 468 milliseconds

1 2