shithub: gpufs

ref: d128c76aca17cf3b340c48175d8cdfaaeff40657
dir: /ops.h/

View raw version
typedef struct Op Op;
struct Op {
	u32int opcode;
	void (*f)(Frame*,u32int);
};

int oplookup(u32int code, void (**f)(Frame*,u32int));