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

  /external/valgrind/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));
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 762 unsigned shift_amt = unsigned(CN->getZExtValue()); local
764 if (shift_amt >= 32) {
769 shift_amt -= 32;
770 if (shift_amt > 0) {
772 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32);
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 2352 UInt shift_amt = (insn_11_0 >> 7) & 0x1F; local
    [all...]
guest_x86_toIR.c 2466 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]
guest_amd64_toIR.c 3727 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 4146 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance; local
    [all...]

Completed in 365 milliseconds