HomeSort by relevance Sort by last modified time
    Searched defs:carry_in (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 203 static inline uint32_t RRX_C(const uint32_t value, const uint32_t carry_in, uint32_t &carry_out, bool *success)
207 return Bit32(carry_in, 0) << 31 | Bits32(value, 31, 1);
210 static inline uint32_t RRX(const uint32_t value, const uint32_t carry_in, bool *success)
214 uint32_t result = RRX_C(value, carry_in, dont_care, success);
222 const uint32_t carry_in, uint32_t &carry_out, bool *success)
231 carry_out = carry_in;
249 result = RRX_C(value, carry_in, carry_out, success);
262 const uint32_t carry_in, bool *success)
266 uint32_t result = Shift_C(value, type, amount, carry_in, dont_care, success);
289 // (imm32, carry_out) = ARMExpandImm_C(imm12, carry_in)
311 uint32_t carry_in = 0; local
359 uint32_t carry_in = 0; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.c 783 int carry_in; local
819 carry_in = BitVector_msb_(op2);
821 BitVector_shift_right(op2, carry_in);
859 int carry_in = BitVector_msb_(val); local
861 BitVector_shift_right(val, carry_in);
bitvect.c 2313 boolean carry_in; local
2341 boolean carry_in; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 3167 IRTemp carry_in = newTemp(Ity_I32); local
3186 IRTemp carry_in = newTemp(Ity_I64); local
3206 IRTemp carry_in = newTemp(Ity_I32); local
3225 IRTemp carry_in = newTemp(Ity_I64); local
    [all...]

Completed in 703 milliseconds