Searched refs:decode_send_insn_to (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | decode.c | 91 void decode_send_insn_to(Packet *packet, int start, int newloc) in decode_send_insn_to() function 186 decode_send_insn_to(pkt, i, 0); in decode_split_cmpjump() 300 decode_send_insn_to(packet, i, last_insn - n_mems); in decode_shuffle_for_execution() 332 decode_send_insn_to(packet, i, 0); in decode_shuffle_for_execution() 344 decode_send_insn_to(packet, i, 0); in decode_shuffle_for_execution() 351 decode_send_insn_to(packet, i, 0); in decode_shuffle_for_execution() 370 decode_send_insn_to(packet, i, last_insn); in decode_shuffle_for_execution()
|
H A D | decode.h | 28 void decode_send_insn_to(Packet *packet, int start, int newloc);
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | decode_ext_mmvec.c | 117 decode_send_insn_to(pkt, i, last_inst); in decode_mmvec_move_cvi_to_end() 164 decode_send_insn_to(pkt, i, last_inst); in decode_shuffle_for_execution_vops()
|