Home
last modified time | relevance | path

Searched refs:opc_operands (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c111 struct opc_operands { struct
413 print_opc_default(struct opc_operands *operands) in print_opc_default()
422 print_opc_mov(struct opc_operands *operands) in print_opc_mov()
435 print_opc_tex(struct opc_operands *operands) in print_opc_tex()
445 print_opc_imm(struct opc_operands *operands) in print_opc_imm()
457 void (*print)(struct opc_operands *operands);
579 struct opc_operands operands = { in print_instr()