Searched refs:IType (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dmips64_disassem.c356 db_printf("%s\t%s,", bcond_name[i.IType.rt],
357 reg_name[i.IType.rs]);
362 db_printf("%s\t%s,", op_name[i.IType.op],
363 reg_name[i.IType.rs]);
367 if (i.IType.rs == 0 && i.IType.rt == 0) {
373 db_printf("%s\t%s,%s,", op_name[i.IType.op],
374 reg_name[i.IType.rs],
375 reg_name[i.IType.rt]);
377 print_addr(loc + 4 + ((short)i.IType
[all...]
H A Dmips_disassem.c351 db_printf("%s\t%s,", bcond_name[i.IType.rt],
352 reg_name[i.IType.rs]);
359 db_printf("%s\t%s,", op_name[i.IType.op],
360 reg_name[i.IType.rs]);
365 if (i.IType.rs == 0 && i.IType.rt == 0) {
372 db_printf("%s\t%s,%s,", op_name[i.IType.op],
373 reg_name[i.IType.rs],
374 reg_name[i.IType.rt]);
376 print_addr(loc + 4 + ((short)i.IType
[all...]
H A Dmips_opcode.h56 } IType; member in union:__anon1643
88 } IType; member in union:__anon1643

Completed in 22 milliseconds