HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 276 - 300 of 1296) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/opcodes/
frv-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
ip2k-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
iq2000-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
lm32-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
m32c-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
m32r-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
mep-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
mt-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
or1k-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
xc16x-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
xstormy16-ibld.c 89 int shift;
96 shift = (start + 1) - length;
98 shift = (word_length - (start + length));
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
211 int shift_within_word, shift_to_word, shift;
213 /* How to shift the value to BIT0 of the word. */
216 /* How to shift the value to the field within the word. */
222 /* The total SHIFT, then mask in the value. */
223 shift = shift_to_word + shift_within_word
88 int shift; local
210 int shift_within_word, shift_to_word, shift; local
314 int shift = insn_length - length; local
387 int shift; local
    [all...]
  /tools/dexter/slicer/
instrumentation.cc 221 // (renumbers vN to vN+shift)
224 RegsRenumberVisitor(int shift) : shift_(shift) {
225 SLICER_CHECK(shift > 0);
317 const dex::u4 shift = left_to_allocate_; local
334 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift));
340 move->operands.push_back(code_ir->Alloc<lir::VReg>(reg - shift));
346 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg - shift));
372 // and generate prologue code to shift the param regs into their original registers
394 // code to shift the params into their original register
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 270 size_t shift = 0; local
289 // Shift across a logical register mapping that looks like:
302 // (a) long would normally go into r1, but we shift it into r2
306 // (b) long would normally go into r3, but we shift it into SP
314 shift += 4;
330 // shift
338 padding_ = shift;
  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 569 // Helper to set up locations for vector shift operations.
838 size_t shift = ComponentSizeShiftWidth(size); local
844 offset += Int64ConstantFrom(index) << shift;
848 __ Add(*scratch, base, Operand(RegisterFrom(index), ShiftType::LSL, shift));
864 size_t shift = ComponentSizeShiftWidth(size); local
870 offset += Int64ConstantFrom(index) << shift;
875 __ Add(*scratch, *scratch, Operand(RegisterFrom(index), ShiftType::LSL, shift));
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_pedit.h 63 __u32 shift; member in struct:tc_pedit_key
  /external/ImageMagick/MagickCore/
signature.c 659 shift,
665 shift=32;
683 W[i]=Trunc32(T >> shift);
705 T>>=shift;
646 shift, local
692 T>>=shift; local
  /external/aac/libAACenc/src/
aacenc.cpp 124 int shift = 0; local
125 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength &&
126 (samplingRate & ~((1 << (shift + 1)) - 1)) == samplingRate) {
127 shift++;
130 return (bitRate * (frameLength >> shift)) / (samplingRate >> shift);
135 int shift = 0; local
136 while ((frameLength & ~((1 << (shift + 1)) - 1)) == frameLength &&
137 (samplingRate & ~((1 << (shift + 1)) - 1)) == samplingRate) {
138 shift++
    [all...]
  /external/aac/libSBRdec/src/
env_dec.cpp 631 int refLen, newLen, shift; local
650 /* Shift by -3 to rescale ld-table, ampRes-1 to enable coarser steps */
651 shift = (FRACT_BITS - 1 - ENV_EXP_FRACT - 1 +
653 deltaExp = deltaExp >> shift;
738 by the shift. This will be compensated by a mantissa of 0.5*sqrt(2)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 257 interpolator.shift();
AdamsMoultonIntegrator.java 292 interpolator.shift();
EmbeddedRungeKuttaIntegrator.java 235 interpolator.shift();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
AbstractStepInterpolator.java 219 /** Shift one step forward.
223 public void shift() { method in class:AbstractStepInterpolator
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 128 // If still too long truncate remaining bits with a shift
130 size_t shift = 8 - (num_bits & 0x7); local
133 (out->words[i] >> shift) | (out->words[i + 1] << (BN_BITS2 - shift));
135 out->words[order->top - 1] >>= shift;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 225 private static int shift(int r, int shift) method in class:AESEngine
227 return (r >>> shift) | (r << -shift);
265 t1 = t0 ^ shift(t0, 8);
268 t0 ^= t1 ^ shift(t1, 16);
306 int u = subWord(shift(t3, 8)) ^ rcon[i - 1];
325 int u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1;
335 u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1;
342 u = subWord(shift(t5, 8)) ^ rcon; rcon <<= 1
    [all...]
AESFastEngine.java 552 private static int shift(int r, int shift) method in class:AESFastEngine
    [all...]

Completed in 1437 milliseconds

<<11121314151617181920>>