| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_blend.c | 117 LLVMValueRef al, ah, bl, bh; local 135 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); 139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_blend.c | 117 LLVMValueRef al, ah, bl, bh; local 135 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); 139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/panel/ |
| drac9210.c | 464 mov dx, 0 CFCh mov al, 0 CFh mov ah, 00 h out dx, ax popf} local 477 and ah, 30 h 478 mov ah, c92DataReg 479 or ah, CS9210 mov c92DataReg, ah out dx, ax popf}} void 490 mov ah, c92DataReg local 491 and ah, NOT CS9210 mov c92DataReg, ah out dx, ax popf}} void local 502 mov ah, c92DataReg local 503 or ah, DATAOUT9210 mov c92DataReg, ah out dx, ax popf}} voi local 517 mov ah, c92DataReg local 518 and ah, NOT DATAOUT9210 mov c92DataReg, ah out dx, ax popf}} local 544 SET CLOCK in ax, dx mov ah, c92DataReg or ah, CLOCK9210 mov c92DataReg, ah out dx, ax out 0ED h, al \/* IOPAUSE *\/ local 554 mov ah, c92DataReg local 555 and ah, NOT CLOCK9210 mov c92DataReg, ah out dx, ax popf}} local [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/panel/ |
| drac9210.c | 574 mov ah, 00h local 594 and ah, 30h 595 mov ah, c92DataReg 596 or ah, CS9210 597 mov c92DataReg, ah 617 mov ah, c92DataReg local 618 and ah, NOT CS9210 local 619 mov c92DataReg, ah 639 mov ah, c92DataReg local 640 or ah, DATAOUT921 local 661 mov ah, c92DataReg local 662 and ah, NOT DATAOUT9210 local 714 mov ah, c92DataReg local 715 or ah, CLOCK9210 local 728 mov ah, c92DataReg local 729 and ah, NOT CLOCK9210 local [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffdrivr.c | 241 FT_UShort ah; local 248 &ah ); 252 ah, 253 ah == 1 ? "" : "s" )); 254 advances[nn] = ah;
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttdriver.c | 246 FT_UShort ah; local 250 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); 251 advances[nn] = ah;
|
| ttinterp.c | 1384 FT_UInt32 ah, al, mid, lo, hi; local 1394 ah = (FT_UInt32)( ( a >> 16 ) & 0xFFFFU ); 1398 mid = ah * b;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| vb_ext.h | 44 UCHAR al, ah, hi_al, hi_ah, bl, bh, hi_bl, hi_bh, cl, ch, hi_cl, hi_ch, dl, dh, hi_dl, hi_dh; member in struct:BYTEREGS
|
| init.c | 731 USHORT si,di,bx,dl,al,ah,dh; local 796 ah = table[di]; 799 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh); 804 ah = table[di]; 807 XGI_WriteDAC(DACData, shiftflag, dl, ah, al, dh); 919 /* ah = 0, set mode */
|
| vb_setmode.c | 2544 USHORT temp, ah, al, temp2, i, DisplayUnit; local 2590 temp = temp >> 8; /* ah */ 2608 ah = (DisplayUnit & 0xff00) >> 8; 2611 ah += 1; 2613 ah += 2; 2618 ah -= 1; 2620 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3c4, 0x10, ah); 2950 USHORT data, data2, time, i, j, k, m, n, o, si, di, bx, dl, al, ah, dh; local 3015 ah = table[di]; 3019 ah, al, dh) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_sse.h | 357 __m128i al, ah, dl, dh, sl, sh, rl, rh; local 375 ah = _mm_shufflehi_epi16(sh, 0xff); 376 ah = _mm_shufflelo_epi16(ah, 0xff); 378 rh = util_sse2_premul_blend_epi16(ah, dh, sh); 398 __m128i al, ah, dl, dh, sl, sh, rl, rh; local 416 ah = _mm_shufflehi_epi16(sh, 0xff); 417 ah = _mm_shufflelo_epi16(ah, 0xff); 419 rh = util_sse2_lerp_epi16(ah, dh, sh) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 964 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local 966 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); 971 abh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 1094 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local 1096 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); 1101 abh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh);
|