HomeSort by relevance Sort by last modified time
    Searched refs:shift_amt (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/none/tests/x86/
shift_ndep.c 10 char shift_amt = 0; local
28 "shl %[shift_amt], %[x]" "\n\t"
30 : [x] "+r" (x) : [shift_amt] "c" (shift_amt));
  /frameworks/av/media/libstagefright/codecs/aacdec/
tns_inv_filter.cpp 176 shift_amt = (lpc_qformat - 5);
213 mult = mult >> shift_amt;
308 Int shift_amt; local
348 shift_amt = (lpc_qformat - 5);
407 *(pCoef) += (mult >> shift_amt);
q_normalize.cpp 33 (2) Change variable "k" to more descriptive "shift_amt"
249 Int shift_amt; local
323 shift_amt = tmp2 - min_q;
325 if (shift_amt == 0)
347 if (shift_amt < 31)
350 tmp1 = *(pCoef++) >> shift_amt;
351 tmp2 = *(pCoef--) >> shift_amt;
363 tmp1 = *(pCoef++) >> shift_amt;
364 tmp2 = *(pCoef--) >> shift_amt;
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 752 unsigned shift_amt = unsigned(CN->getZExtValue()); local
754 if (shift_amt >= 32) {
759 shift_amt -= 32;
760 if (shift_amt > 0) {
762 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2313 UInt shift_amt = (insn_11_0 >> 7) & 0x1F; local
    [all...]
guest_amd64_toIR.c 3356 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]
guest_x86_toIR.c 2441 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]

Completed in 219 milliseconds