Home
last modified time | relevance | path

Searched refs:INSTR_T (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-aux.h25 INSTR_T bfin_gen_dsp32mac (int, int, int, int, int, int, int, int, int, int,
27 INSTR_T bfin_gen_dsp32mult (int, int, int, int, int, int, int, int, int, int,
29 INSTR_T bfin_gen_dsp32alu (int, int, int, int, int, REG_T, REG_T, REG_T, REG_T);
30 INSTR_T bfin_gen_dsp32shift (int, REG_T, REG_T, REG_T, int, int);
31 INSTR_T bfin_gen_dsp32shiftimm (int, REG_T, int, REG_T, int, int);
32 INSTR_T bfin_gen_ldimmhalf (REG_T, int, int, int, Expr_Node *, int);
33 INSTR_T bfin_gen_ldstidxi (REG_T, REG_T, int, int, int, Expr_Node *);
34 INSTR_T bfin_gen_ldst (REG_T, REG_T, int, int, int, int);
35 INSTR_T bfin_gen_ldstii (REG_T, REG_T, Expr_Node *, int, int);
36 INSTR_T bfin_gen_ldstiifp (REG_T, Expr_Node *, int);
[all …]
Dbfin-defs.h256 #define INSTR_T struct bfin_insn* macro
261 extern INSTR_T gencode (unsigned long x);
262 extern INSTR_T conscode (INSTR_T head, INSTR_T tail);
263 extern INSTR_T conctcode (INSTR_T head, INSTR_T tail);
264 extern INSTR_T note_reloc
265 (INSTR_T code, Expr_Node *, int reloc,int pcrel);
266 extern INSTR_T note_reloc1
267 (INSTR_T code, const char * sym, int reloc, int pcrel);
268 extern INSTR_T note_reloc2
269 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);
[all …]
Dtc-bfin.c887 INSTR_T
888 conscode (INSTR_T head, INSTR_T tail) in conscode()
896 INSTR_T
897 conctcode (INSTR_T head, INSTR_T tail) in conctcode()
899 INSTR_T temp = (head); in conctcode()
909 INSTR_T
910 note_reloc (INSTR_T code, Expr_Node * symbol, int reloc, int pcrel) in note_reloc()
919 INSTR_T
920 note_reloc1 (INSTR_T code, const char *symbol, int reloc, int pcrel) in note_reloc1()
928 INSTR_T
[all …]
Dbfin-parse.y156 extern INSTR_T insn;
367 is_group1 (INSTR_T x) in is_group1()
377 is_group2 (INSTR_T x) in is_group2()
389 is_store (INSTR_T x) in is_store()
418 static INSTR_T
419 gen_multi_instr_1 (INSTR_T dsp32, INSTR_T dsp16_grp1, INSTR_T dsp16_grp2) in gen_multi_instr_1()
447 INSTR_T instr;
651 if (insn == (INSTR_T) 0)
653 else if (insn == (INSTR_T) - 1)