/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mep.c | [all...] |
tc-m68hc11.c | [all...] |
tc-xtensa.h | 132 /* The last instruction in this fragment (at->fr_opcode) can be 137 /* The last instruction in this fragment (at->fr_opcode) contains 142 /* The last instruction in this fragment (at->fr_opcode) contains a 146 /* The last instruction in this fragment (at->fr_opcode) contains a 150 /* The last instruction in this fragment (at->fr_opcode) contains a
|
tc-rl78.c | 545 frag_then->fr_opcode = bytes; 817 opfixsize = fragP->fr_fix - (fragP->fr_opcode - fragP->fr_literal); 842 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); 848 optype = rl78_opcode_type (fragP->fr_opcode); 951 /* Given the opcode stored in fr_opcode and the number of bytes we 967 char * op = fragP->fr_opcode; 979 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); 1009 switch (OPCODE (rl78_opcode_type (fragP->fr_opcode), fragP->fr_subtype)) 1099 rl78_opcode_type (fragP->fr_opcode), fragP->fr_subtype, mypc); 1133 fragP->fr_fix = fragP->fr_subtype + (fragP->fr_opcode - fragP->fr_literal) [all...] |
tc-rx.c | 743 frag_then->fr_opcode = bytes; 1110 frag_then->fr_opcode = bytes; [all...] |
tc-epiphany.c | 695 EPIPHANY_RELAX_TYPES subtype = relax_insn [*fragP->fr_opcode & 0xf]; 700 if ((*fragP->fr_opcode & 0x10) == 0) 705 if ((*fragP->fr_opcode & 0x10) == 0) 817 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-score7.c | [all...] |
tc-m68k.c | [all...] |
tc-sh64.c | 68 a frag, so we can emit fixups for fr_opcode without needing to make 844 opcodep = fragP->fr_opcode; [all...] |
tc-m32r.c | [all...] |
tc-xtensa.c | 10096 char *fr_opcode = fragP->fr_opcode; local [all...] |
tc-score.c | [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-microblaze.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-tic54x.c | 273 && frag->fr_opcode == NULL 291 return frag->fr_opcode != NULL ? -1 : frag->tc_frag_data; [all...] |
tc-i960.c | [all...] |
tc-msp430.c | [all...] |
tc-v850.c | 1680 char * fr_opcode; member in union:u [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
frags.h | 57 char *fr_opcode; member in struct:frag
|
ehopt.c | 520 loc4_frag = (fragS *) frag->fr_opcode;
|
frags.c | 237 frag_now->fr_opcode = 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...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
internals.texi | 572 @item fr_opcode 613 relaxed. The @code{fr_opcode} field holds the frag for the preceding command [all...] |