Home
last modified time | relevance | path

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

/reactos/sdk/tools/winesync/d3dx9_staging/
H A D0004-d3dx9_36__Implement_D3DXDisassembleShader._(v2).diff105 +struct instr_info
110 + int (*function)(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps);
115 +static int instr_comment(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
121 +static int instr_def(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
130 +static int instr_dcl(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
160 +static int instr_generic(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
199 +const struct instr_info instructions[] =
/reactos/dll/win32/vbscript/
H A Dcompile.c77 } instr_info[] = { variable
112 … TRACE_(vbscript_disas)("%d:\t%s", (int)(instr-ctx->code->instrs), instr_info[instr->op].op_str); in dump_code()
113 dump_instr_arg(instr_info[instr->op].arg1_type, &instr->arg1); in dump_code()
114 dump_instr_arg(instr_info[instr->op].arg2_type, &instr->arg2); in dump_code()
1323 if(instr_info[instr->op].arg1_type == ARG_ADDR && (instr->arg1.uint & LABEL_FLAG)) { in resolve_labels()
1327 assert(instr_info[instr->op].arg2_type != ARG_ADDR); in resolve_labels()
/reactos/dll/win32/jscript/
H A Dcompile.c80 } instr_info[] = { variable
114 … TRACE_(jscript_disas)("%d:\t%s", (int)(instr-ctx->code->instrs), instr_info[instr->op].op_str); in dump_code()
115 if(instr_info[instr->op].arg1_type == ARG_DBL) { in dump_code()
118 dump_instr_arg(instr_info[instr->op].arg1_type, instr->u.arg); in dump_code()
119 dump_instr_arg(instr_info[instr->op].arg2_type, instr->u.arg+1); in dump_code()
2216 if(instr_info[instr->op].arg1_type == ARG_ADDR && (instr->u.arg->uint & LABEL_FLAG)) { in resolve_labels()
2220 assert(instr_info[instr->op].arg2_type != ARG_ADDR); in resolve_labels()
/reactos/dll/directx/wine/d3dx9_36/
H A Dshader.c2459 struct instr_info struct
2464 int (*function)(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps); argument
2469 static int instr_comment(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps) in instr_comment() argument
2475 static int instr_def(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps) in instr_def()
2484 static int instr_dcl(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps) in instr_dcl()
2514 static int instr_generic(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps) in instr_generic()
2553 const struct instr_info instructions[] =