Lines Matching defs:count
621 const uint32_t *w, unsigned count, bool load,
703 const uint32_t *w, unsigned count)
705 _handle_v_load_store(b, opcode, w, count, true,
712 const uint32_t *w, unsigned count)
714 _handle_v_load_store(b, opcode, w, count, false,
721 const uint32_t *w, unsigned count)
723 _handle_v_load_store(b, opcode, w, count, false,
904 const uint32_t *w, unsigned count)
948 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_alu);
1055 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_special);
1061 vtn_handle_opencl_vload(b, cl_opcode, w, count);
1067 vtn_handle_opencl_vstore(b, cl_opcode, w, count);
1072 vtn_handle_opencl_vstore_half_r(b, cl_opcode, w, count);
1075 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle);
1078 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle2);
1081 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_round);
1084 handle_printf(b, ext_opcode, w + 5, count - 5, w + 1);
1097 const uint32_t *w, unsigned count)
1101 handle_instr(b, opcode, w + 4, count - 4, w + 1, handle_core);
1104 handle_instr(b, opcode, w + 2, count - 2, NULL, handle_core);