Home | History | Annotate | Download | only in config

Lines Matching defs:tencode

760   void (* tencode) (void);
15445 opcode->tencode ();
22631 a tencode (), or due to a label hook. */
22682 set_pred_insn_type () optional, from the tencode functions
22689 1) md_assemble () calls it_fsm_pre_encode () before calling tencode (),
22692 2) During the tencode function, two things may happen:
22693 a) The tencode function overrides the IT insn type by
22696 b) The tencode function queries the IT block state by
22705 determine whether an IT block is required until the tencode () routine
22712 When a tencode () routine encodes an instruction that can be
22723 after the tencode () function: that's what it_fsm_post_encode () does.
22729 the tencode () routine.
23254 if (opcode->tencode == do_t_blx
23255 || opcode->tencode == do_t_branch23
23282 && opcode->tencode == do_t_branch)
23287 && opcode->tencode == do_t_mov_cmp
23354 if (opcode->tencode == do_t_swi)
23361 && opcode->tencode != do_t_branch)
23400 opcode->tencode ();