Lines Matching refs:Packet
91 void decode_send_insn_to(Packet *packet, int start, int newloc) in decode_send_insn_to()
115 decode_fill_newvalue_regno(Packet *packet) in decode_fill_newvalue_regno()
161 static void decode_split_cmpjump(Packet *pkt) in decode_split_cmpjump()
214 static void decode_set_insn_attr_fields(Packet *pkt) in decode_set_insn_attr_fields()
271 static void decode_shuffle_for_execution(Packet *packet) in decode_shuffle_for_execution()
377 apply_extender(Packet *pkt, int i, uint32_t extender) in apply_extender()
388 static void decode_apply_extenders(Packet *packet) in decode_apply_extenders()
399 static void decode_remove_extenders(Packet *packet) in decode_remove_extenders()
415 static SlotMask get_valid_slots(const Packet *pkt, unsigned int slot) in get_valid_slots()
539 static bool has_valid_slot_assignment(Packet *pkt) in has_valid_slot_assignment()
559 decode_set_slot_number(Packet *pkt) in decode_set_slot_number()
659 Packet *pkt, bool disas_only) in decode_packet()
751 Packet pkt; in disassemble_hexagon()