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.c90 struct opc_operands { struct
412 print_opc_default(struct opc_operands *operands) in print_opc_default()
421 print_opc_mov(struct opc_operands *operands) in print_opc_mov()
434 print_opc_tex(struct opc_operands *operands) in print_opc_tex()
444 print_opc_imm(struct opc_operands *operands) in print_opc_imm()
456 void (*print)(struct opc_operands *operands);
586 struct opc_operands operands = { in print_instr()