Searched refs:BuildInstr (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | xtensa-relax.h | 145 typedef struct build_instr BuildInstr; typedef 160 BuildInstr *next; 168 BuildInstr *to_instr;
|
D | xtensa-relax.c | 612 append_build_insn (TransitionRule *tr, BuildInstr *bi) in append_build_insn() 614 BuildInstr *prev = tr->to_instr; in append_build_insn() 615 BuildInstr *nxt; in append_build_insn() 634 append_op (BuildInstr *bi, BuildOp *b_op) in append_op() 655 append_literal_op (BuildInstr *bi, unsigned op1, unsigned src_op) in append_literal_op() 668 append_label_op (BuildInstr *bi, unsigned op1) in append_label_op() 681 append_constant_op (BuildInstr *bi, unsigned op1, unsigned cnst) in append_constant_op() 694 append_field_op (BuildInstr *bi, unsigned op1, unsigned src_op) in append_field_op() 709 append_user_fn_field_op (BuildInstr *bi, in append_user_fn_field_op() 1607 BuildInstr *literal_bi; in build_transition() [all …]
|
D | tc-xtensa.c | 462 static bfd_boolean xg_build_to_insn (TInsn *, TInsn *, BuildInstr *); 3086 BuildInstr *build_list; in xg_get_max_insn_widen_size() 3132 BuildInstr *build_list; in xg_get_max_insn_widen_literal_size() 3390 xg_build_to_insn (TInsn *targ, TInsn *insn, BuildInstr *bi) in xg_build_to_insn() 3553 xg_build_to_stack (IStack *istack, TInsn *insn, BuildInstr *bi) in xg_build_to_stack() 3862 xg_build_token_insn (BuildInstr *instr_spec, TInsn *old_insn, TInsn *new_insn) in xg_build_token_insn() 3929 BuildInstr *insn_spec; in xg_simplify_insn()
|