Searched refs:BuildInstr (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | xtensa-relax.h | 105 typedef struct build_instr BuildInstr; typedef 122 BuildInstr *next; 129 BuildInstr *to_instr;
|
| H A D | xtensa-relax.c | 400 PARAMS ((TransitionRule *, BuildInstr *)); 402 PARAMS ((BuildInstr *, BuildOp *)); 404 PARAMS ((BuildInstr *, unsigned, unsigned)); 406 PARAMS ((BuildInstr *, unsigned, unsigned)); 408 PARAMS ((BuildInstr *, unsigned, unsigned)); 410 PARAMS ((BuildInstr *, unsigned, unsigned)); 412 PARAMS ((BuildInstr *, unsigned, OpType, unsigned)); 602 BuildInstr *bi; 604 BuildInstr *prev = tr->to_instr; 605 BuildInstr *nxt; [all …]
|
| H A D | tc-xtensa.c | 427 PARAMS ((BuildInstr *)); 445 PARAMS ((TInsn *, TInsn *, BuildInstr *)); 447 PARAMS ((IStack *, TInsn *, BuildInstr *)); 475 PARAMS ((BuildInstr *, TInsn *, TInsn *)); 2547 BuildInstr *insn; in xg_get_build_instr_size() 2669 BuildInstr *build_list; 2718 BuildInstr *build_list; 2806 BuildInstr *bi; 2927 BuildInstr *bi; 3522 BuildInstr *instr_spec; in xg_build_token_insn() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | xtensa-relax.h | 145 typedef struct build_instr BuildInstr; typedef 162 BuildInstr *next; 170 BuildInstr *to_instr;
|
| H A D | xtensa-relax.c | 575 append_build_insn (TransitionRule *tr, BuildInstr *bi) in append_build_insn() 577 BuildInstr *prev = tr->to_instr; in append_build_insn() 578 BuildInstr *nxt; in append_build_insn() 597 append_op (BuildInstr *bi, BuildOp *b_op) in append_op() 618 append_literal_op (BuildInstr *bi, unsigned op1, unsigned litnum) in append_literal_op() 631 append_label_op (BuildInstr *bi, unsigned op1, unsigned labnum) in append_label_op() 644 append_constant_op (BuildInstr *bi, unsigned op1, unsigned cnst) in append_constant_op() 657 append_field_op (BuildInstr *bi, unsigned op1, unsigned src_op) in append_field_op() 672 append_user_fn_field_op (BuildInstr *bi, in append_user_fn_field_op() 1716 BuildInstr *bi; in build_transition() [all …]
|
| H A D | tc-xtensa.c | 432 static bfd_boolean xg_build_to_insn (TInsn *, TInsn *, BuildInstr *); 3015 BuildInstr *build_list; in xg_get_max_insn_widen_size() 3061 BuildInstr *build_list; in xg_get_max_insn_widen_literal_size() 3310 xg_build_to_insn (TInsn *targ, TInsn *insn, BuildInstr *bi) in xg_build_to_insn() 3464 xg_build_to_stack (IStack *istack, TInsn *insn, BuildInstr *bi) in xg_build_to_stack() 3761 xg_build_token_insn (BuildInstr *instr_spec, TInsn *old_insn, TInsn *new_insn) in xg_build_token_insn() 3830 BuildInstr *insn_spec; in xg_simplify_insn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64MIPeepholeOpt.cpp | 88 SplitAndOpcFunc<T> SplitAndOpc, BuildMIFunc BuildInstr); 447 SplitAndOpcFunc<T> SplitAndOpc, BuildMIFunc BuildInstr) { in splitTwoPartImm() argument 508 BuildInstr(MI, Opcode, Imm0, Imm1, SrcReg, NewTmpReg, NewDstReg); in splitTwoPartImm()
|