/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 1129 long op0, op1, op2;\ 1132 op2 = i2l(eax);\ 1135 : "0" (op0), "a" (op2));\ 1137 #op, op2, op0, op1);\ 1206 uint64_t op0, op1, op2; local 1218 op2 = 0x6532432432434LL; 1223 : "0" (eax), "1" (edx), "m" (op1), "b" ((int)op2), "c" ((int)(op2 >> 32))); 1267 #define TEST_ARPL(op, size, op1, op2)\ 1271 b = (op2); \ [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | state.c | 2975 DWORD op2; local 2978 op2 = This->stateBlock->textureState[Stage][WINED3DTSS_COLOROP]; 2980 op2 = This->stateBlock->textureState[Stage][WINED3DTSS_ALPHAOP]; 2984 switch (op2) { 3000 FIXME("Can't use COMBINE4 and COMBINE together, thisop=%s, otherop=%s, isAlpha(%d)\n", debug_d3dtop(op), debug_d3dtop(op2), isAlpha);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | state.c | 3105 DWORD op2; local 3108 op2 = state->texture_states[Stage][WINED3D_TSS_COLOR_OP]; 3110 op2 = state->texture_states[Stage][WINED3D_TSS_ALPHA_OP]; 3113 switch (op2) 3131 FIXME("Can't use COMBINE4 and COMBINE together, thisop=%s, otherop=%s, isAlpha(%d)\n", debug_d3dtop(op), debug_d3dtop(op2), isAlpha);
|
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 1676 static void gen_shift_rm_im(DisasContext *s, int ot, int op1, int op2, argument 1692 op2 &= mask; 1693 if (op2 != 0) { 1697 tcg_gen_sari_tl(cpu_tmp4, cpu_T[0], op2 - 1); 1698 tcg_gen_sari_tl(cpu_T[0], cpu_T[0], op2); 1701 tcg_gen_shri_tl(cpu_tmp4, cpu_T[0], op2 - 1); 1702 tcg_gen_shri_tl(cpu_T[0], cpu_T[0], op2); 1705 tcg_gen_shli_tl(cpu_tmp4, cpu_T[0], op2 - 1); 1706 tcg_gen_shli_tl(cpu_T[0], cpu_T[0], op2); 1717 if (op2 ! 1831 gen_rot_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpath.c | 793 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ 794 xmlXPathCompExprAdd(ctxt->comp, (op1), (op2), \ 11204 int op2 = -1; local 11231 op2 = ctxt->comp->last; 11241 /* PUSH_BINARY_EXPR(XPATH_OP_RANGETO, op2, ctxt->comp->last, 0, 0); */ 11322 PUSH_BINARY_EXPR(XPATH_OP_RANGETO, op2, op1, 0, 0);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |