Searched defs:carry_in (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
H A Dxform_aes_xts.c101 u_int i, carry_in, carry_out; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h194 static inline uint32_t RRX_C(const uint32_t value, const uint32_t carry_in, argument
201 static inline uint32_t RRX(const uint32_t value, const uint32_t carry_in, argument
212 Shift_C(const uint32_t value, ARM_ShifterType type, const uint32_t amount, const uint32_t carry_in, uint32_t &carry_out, bool *success) argument
252 Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount, const uint32_t carry_in, bool *success) argument
279 ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
297 uint32_t carry_in = 0; local
303 ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
342 uint32_t carry_in = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp89 AddWithCarry(uint32_t N, uint64_t x, uint64_t y, bit carry_in, argument
658 bit carry_in; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c1704 rtx carry_in = NULL_RTX, carry_out = NULL_RTX; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14176 EmulateInstructionARM::AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in) { argument

Completed in 201 milliseconds