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

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.h 38 /* fixS will have a member named tc_fix_data of this type. */
43 (FIXP)->tc_fix_data.arg_format = 0; \
44 (FIXP)->tc_fix_data.insn_tag = 0; \
59 ((FIXP)->tc_fix_data.insn_tag == M_BRSL \
60 || (FIXP)->tc_fix_data.insn_tag == M_BRASL \
61 || (((FIXP)->tc_fix_data.insn_tag == M_BR \
62 || (FIXP)->tc_fix_data.insn_tag == M_BRA) \
tc-ns32k.h 102 #define fix_opcode_frag(X) (X)->tc_fix_data.opcode_fragP
103 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset
104 #define fix_bsr(X) (X)->tc_fix_data.bsr
tc-alpha.h 166 FIX->tc_fix_data.next_reloc = NULL; \
167 FIX->tc_fix_data.info = NULL; \
173 if (FIX->tc_fix_data.info) \
175 (long) FIX->tc_fix_data.info, \
176 (long) FIX->tc_fix_data.next_reloc); \
tc-i960.h 183 #define fx_bsr tc_fix_data.bsr
184 #define TC_INIT_FIX_DATA(F) ((F)->tc_fix_data.bsr = 0)
tc-v850.h 86 #define TC_INIT_FIX_DATA(fixP) (fixP)->tc_fix_data = NULL
tc-sparc.h 175 (X)->tc_fix_data = 0; \
183 (unsigned long) (FIX)->tc_fix_data); \
tc-tilegx.h 52 FIX->tc_fix_data = 0
tc-tilepro.h 52 FIX->tc_fix_data = 0
tc-aarch64.h 82 #define TC_INIT_FIX_DATA(FIX) { (FIX)->tc_fix_data.inst = NULL; \
83 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; }
tc-alpha.c 657 if (fixp->tc_fix_data.info->n_master == 0)
660 fixp->tc_fix_data.info->sequence);
664 if (! fixp->tc_fix_data.info->saw_tlsgd)
667 fixp->tc_fix_data.info->sequence);
671 if (! fixp->tc_fix_data.info->saw_tlsldm)
674 fixp->tc_fix_data.info->sequence);
680 if (fixp->tc_fix_data.info->n_master == 0)
683 fixp->tc_fix_data.info->sequence);
687 if (fixp->tc_fix_data.info
688 && (fixp->tc_fix_data.info->saw_tlsg
    [all...]
tc-hppa.h 209 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = NULL)
tc-ppc.h 103 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
tc-spu.c 384 fixP->tc_fix_data.arg_format = insn.reloc_arg[i];
385 fixP->tc_fix_data.insn_tag = insn.tag;
1001 if (fixP->tc_fix_data.arg_format > A_P)
1003 int hi = arg_encode[fixP->tc_fix_data.arg_format].hi;
1004 int lo = arg_encode[fixP->tc_fix_data.arg_format].lo;
tc-arm.h 126 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = 0)
tc-ia64.h 151 #define TC_INIT_FIX_DATA(f) { f->tc_fix_data.opnd = 0; }
tc-nds32.h 109 fixP->tc_fix_data = NULL; \
tc-tilegx.c 777 fixP->tc_fix_data = operand;
    [all...]
tc-tilepro.c 669 fixP->tc_fix_data = operand;
    [all...]
tc-hppa.c     [all...]
tc-tic6x.c     [all...]
tc-v850.c     [all...]
tc-sparc.c     [all...]
tc-aarch64.c     [all...]
tc-xtensa.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.h 97 integer. This can probably be folded into tc_fix_data, below.
134 TC_FIX_TYPE tc_fix_data; member in struct:fix

Completed in 752 milliseconds

1 2