Searched defs:shift (Results 451 - 475 of 657) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp765 unsigned shift = (shiftHi << 6) | shiftLo; local
773 // if shift == '11' then ReservedValue()
797 // if shift == '11' then ReservedValue()
815 Inst.addOperand(MCOperand::CreateImm(shift));
824 unsigned shift = fieldFromInstruction(insn, 21, 2); local
825 shift <<= 4;
832 if (shift & (1U << 5))
848 Inst.addOperand(MCOperand::CreateImm(shift));
1310 unsigned shift = extend & 0x7; local
1311 if (shift >
[all...]
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp111 // instruction. In all cases the immediate shift amount shift must be in
115 int shift = 0; local
120 shift = 31 - imms;
124 shift = 63 - imms;
127 shift = immr;
130 shift = immr;
133 shift = immr;
136 shift = immr;
140 << ", " << getRegisterName(Op1.getReg()) << ", #" << shift;
[all...]
/external/ltrace/
H A Dltrace-elf.c331 int shift = 0; local
340 result |= (uint64_t)payload << shift;
341 shift += 7;
342 if (shift > size && byte != 0x1)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c125 int shift, i; local
139 shift = 0;
143 shift = 2;
146 shift = 8;
150 shift = 10;
154 shift = 0;
159 LLVMConstInt(i32t, shift, 0),
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp82 Constant *&shift);
393 Constant *&shift)
403 shift = dyn_cast<Constant>(base->getOperand(1));
427 if (src->getOpcode() == Instruction::Shl && !shift) {
428 shift = dyn_cast<Constant>(src->getOperand(1));
433 if (!mask && !shift) {
435 dbgs() << "Failed setup since both mask and shift are NULL!\n";
437 // Did not find a constant mask or a shift.
733 // If the first operand is not a shift instruction, then we can return as it
738 // If we are a shift lef
390 setupBitInsert(Instruction *base, Instruction *&src, Constant *&mask, Constant *&shift) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c330 static enum shift_result shift(const struct bezier *orig, function
547 res = shift(b, o, normal_len, threshold);
567 enum shift_result res = shift(b, o, normal_len, threshold);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c113 GLuint i, shift; local
116 for (i = 0, shift = 0; i < len; ++i, shift = (shift+8) & 31)
117 hash += (GLuint)name[i] << shift;
/external/mesa3d/src/mesa/main/
H A Dpack.c5163 /* only shift and offset apply to stencil */
5197 /* shift and offset indexes */
5359 GLint shift = 0; local
5362 if (shift == 0)
5364 *dst |= ((source[i] != 0) << shift);
5365 shift++;
5366 if (shift == 8) {
5367 shift = 0;
5374 GLint shift = 7; local
5377 if (shift
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp1865 #undef shift macro
1866 #define shift 14 macro
1877 alpha *= 1 << shift;
1878 gamma = gamma*(1 << shift) + (1 << (shift - 1));
1879 beta *= 1 << shift;
1889 t0 = (tab1[0] + tab2[0]) >> shift;
1890 t1 = (tab1[0] + tab2[255]) >> shift;
1891 t2 = (tab1[255] + tab2[0]) >> shift;
1892 t3 = (tab1[255] + tab2[255]) >> shift;
[all...]
H A Dcxconvert.cpp953 CvSize size, double scale, double shift,
968 double val = shift;
990 if( fabs( scale ) <= 1. && fabs(shift) < DBL_EPSILON )
1008 CV_CAST_8U, scale, shift );
1013 fabs( shift ) <= (INT_MAX*0.5)/(1 << ICV_FIX_SHIFT))
1016 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT));
1032 CV_CAST_8U, scale, shift );
1037 CV_CAST_8U, scale, shift );
1041 CV_CAST_8U, scale, shift );
1045 CV_CAST_8U, scale, shift );
951 icvCvtScaleAbsTo_8u_C1R( const uchar* src, int srcstep, uchar* dst, int dststep, CvSize size, double scale, double shift, int param ) argument
[all...]
H A Dcxutils.cpp697 double scale, shift; local
705 shift = dmin - smin*scale;
787 shift = 0;
793 cvConvertScale( src, dst, scale, shift );
799 cvConvertScale( src, tmp, scale, shift );
/external/openssl/crypto/bn/
H A Dbn.h349 int shift; member in struct:bn_recp_ctx_st
/external/openssl/include/openssl/
H A Dbn.h349 int shift; member in struct:bn_recp_ctx_st
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h681 /* shift :: The shift that is applied to coordinates before they */
685 /* are sent to the emitter, but after the shift. */
693 /* x' = (x << shift) - delta */
694 /* y' = (x << shift) - delta */
697 /* Set the values of `shift' and `delta' to~0 to get the original */
707 int shift; member in struct:FT_Outline_Funcs_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h681 /* shift :: The shift that is applied to coordinates before they */
685 /* are sent to the emitter, but after the shift. */
693 /* x' = (x << shift) - delta */
694 /* y' = (x << shift) - delta */
697 /* Set the values of `shift' and `delta' to~0 to get the original */
707 int shift; member in struct:FT_Outline_Funcs_
/external/qemu/block/
H A Dqcow2.c850 int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits; local
906 shift = s->cluster_bits + l2_bits;
907 l1_size = (((total_size * 512) + (1LL << shift) - 1) >> shift);
/external/qemu/target-i386/
H A Dseg_helper.c96 int type, index, shift; local
115 shift = type >> 3;
116 index = (dpl * 4 + 2) << shift;
117 if (index + (4 << shift) - 1 > env->tr.limit)
119 if (shift == 0) {
501 int has_error_code, new_stack, shift; local
532 shift = type >> 3;
537 esp = (ESP - (2 << shift)) & mask;
539 if (shift)
615 shift
1003 int dpl, cpl, shift; local
1495 helper_lcall_real(CPUX86State *env, int new_cs, target_ulong new_eip1, int shift, int next_eip) argument
1522 helper_lcall_protected(CPUX86State *env, int new_cs, target_ulong new_eip, int shift, int next_eip_addend) argument
1724 helper_iret_real(CPUX86State *env, int shift) argument
1782 helper_ret_protected(CPUX86State *env, int shift, int is_iret, int addend) argument
1977 helper_iret_protected(CPUX86State *env, int shift, int next_eip) argument
2004 helper_lret_protected(CPUX86State *env, int shift, int addend) argument
[all...]
/external/qemu/telephony/
H A Dgsm.c45 int shift = 0;
48 int c = (bcd[0] >> shift) & 0xf;
58 shift += 4;
59 if (shift == 8) {
61 shift = 0;
656 int shift = (septet_offset & 7); local
663 int c = (src[0] >> shift) & 0x7f;
666 if (shift > 1) {
667 c = ((src[1] << (8-shift)) | c) & 0x7f;
682 shift
745 int shift = (septet_offset & 7); local
810 int shift = start & 7; local
999 int shift = 0; local
[all...]
H A Dsms.c289 int shift = 0, len = 0; local
306 shift = 0;
315 data[0] |= c << shift;
317 shift += 4;
318 if (shift == 8) {
319 shift = 0;
323 if (shift != 0)
/external/skia/include/core/
H A DSkTypes.h406 unsigned shift) {
408 return (bits & ~(1 << shift)) | ((int)cond << shift);
405 SkSetClearShift(uint32_t bits, bool cond, unsigned shift) argument
/external/skia/src/core/
H A DSkScalerContext.cpp562 int shift = 7; local
563 for (int i = 0; i < leftOverBits; ++i, --shift) {
564 bits |= convert_8_to_1(*src++) << shift;
H A DSkScan_Path.cpp318 void setBlitter(SkBlitter* blitter, const SkIRect& clip, int shift) { argument
320 fFirstX = clip.fLeft << shift;
321 fLastX = clip.fRight << shift;
/external/srec/srec/include/
H A Dfront.h98 int shift; member in struct:__anon31102
/external/svox/pico/lib/
H A Dpicospho.c405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
410 /* remember shift parameters for cbuf */
442 /* shift cbuf */
446 /* shift headx */
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
1630 * after the shift.
1636 picoos_int16 shift; local
1641 shift = shift_range_left_1(spho, &spho->penultima, 0);
1642 if (shift < 0) {
1647 - shift;
1653 picoos_int16 shift; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c2019 UInt imask = 0, shift = 0; local
2031 case 0: shift = 0; imask = 0x00000000; break;
2032 case 1: shift = 24; imask = 0x000000FF; break;
2033 case 2: shift = 16; imask = 0x0000FF00; break;
2034 case 3: shift = 16; imask = 0x0000FFFF; break;
2035 case 4: shift = 8; imask = 0x00FF0000; break;
2036 case 5: shift = 8; imask = 0x00FF00FF; break;
2037 case 6: shift = 8; imask = 0x00FFFF00; break;
2038 case 7: shift = 8; imask = 0x00FFFFFF; break;
2039 case 8: shift
[all...]

Completed in 4014 milliseconds

<<11121314151617181920>>