Lines Matching defs:opcode
227 unsigned int opcode, len = -1;
232 uint32_t opcode;
265 for (opcode = 0; opcode < sizeof(opcodes_mi) / sizeof(opcodes_mi[0]);
266 opcode++) {
267 if ((data[0] & 0x1f800000) >> 23 == opcodes_mi[opcode].opcode) {
269 if (opcodes_mi[opcode].max_len > 1) {
271 (data[0] & opcodes_mi[opcode].len_mask) + 2;
272 if (len < opcodes_mi[opcode].min_len
273 || len > opcodes_mi[opcode].max_len) {
276 len, opcodes_mi[opcode].name,
277 opcodes_mi[opcode].min_len,
278 opcodes_mi[opcode].max_len);
281 opcode_mi = &opcodes_mi[opcode];
355 for (opcode = 0; opcode < sizeof(opcodes_mi) / sizeof(opcodes_mi[0]);
356 opcode++) {
357 if ((data[0] & 0x1f800000) >> 23 == opcodes_mi[opcode].opcode) {
361 opcodes_mi[opcode].name);
421 unsigned int opcode, len;
425 uint32_t opcode;
559 for (opcode = 0; opcode < sizeof(opcodes_2d) / sizeof(opcodes_2d[0]);
560 opcode++) {
561 if ((data[0] & 0x1fc00000) >> 22 == opcodes_2d[opcode].opcode) {
566 opcodes_2d[opcode].name);
567 if (opcodes_2d[opcode].max_len > 1) {
569 if (len < opcodes_2d[opcode].min_len ||
570 len > opcodes_2d[opcode].max_len) {
572 opcodes_2d[opcode].name);
592 uint32_t opcode;
594 opcode = (data[0] & 0x00f80000) >> 19;
596 switch (opcode) {
616 instr_out(ctx, 0, "3D UNKNOWN: 3d_1c opcode = 0x%x\n",
617 opcode);
1271 uint32_t opcode;
1276 uint32_t opcode;
1300 opcode = (data[0] & 0x00ff0000) >> 16;
1302 switch (opcode) {
2253 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
2275 instr_out(ctx, 0, "3D UNKNOWN: 3d_1d opcode = 0x%x\n",
2276 opcode);
2543 uint32_t opcode;
2548 uint32_t opcode;
2564 opcode = (data[0] & 0x1f000000) >> 24;
2566 switch (opcode) {
2577 if (opcode == opcode_3d->opcode) {
2597 instr_out(ctx, 0, "3D UNKNOWN: 3d opcode = 0x%x\n", opcode);
3135 uint32_t opcode;
3143 uint32_t opcode;
3241 opcode = (data[0] & 0xffff0000) >> 16;
3244 if (opcode != opcodes_3d[i].opcode)
3271 switch (opcode) {
3740 instr_out(ctx, 0, "3D UNKNOWN: 3d_965 opcode = 0x%x\n",
3741 opcode);
3749 uint32_t opcode;
3753 uint32_t opcode;
3776 opcode = (data[0] & 0x1f000000) >> 24;
3778 switch (opcode) {
3789 if ((data[0] & 0x1f000000) >> 24 == opcode_3d->opcode) {
3809 instr_out(ctx, 0, "3D UNKNOWN: 3d_i830 opcode = 0x%x\n",
3810 opcode);