Home | History | Annotate | Download | only in config

Lines Matching refs:BuildInstr

614 append_build_insn (TransitionRule *tr, BuildInstr *bi)
616 BuildInstr *prev = tr->to_instr;
617 BuildInstr *nxt;
636 append_op (BuildInstr *bi, BuildOp *b_op)
657 append_literal_op (BuildInstr *bi, unsigned op1, unsigned src_op)
670 append_label_op (BuildInstr *bi, unsigned op1)
683 append_constant_op (BuildInstr *bi, unsigned op1, unsigned cnst)
696 append_field_op (BuildInstr *bi, unsigned op1, unsigned src_op)
711 append_user_fn_field_op (BuildInstr *bi,
1609 BuildInstr *literal_bi;
1725 BuildInstr *bi;
1732 bi = (BuildInstr *) xmalloc (sizeof (BuildInstr));