Searched refs:carry_out (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h90 uint32_t &carry_out, bool *success) {
96 carry_out = amount <= 32 ? Bit32(value, 32 - amount) : 0;
114 uint32_t &carry_out, bool *success) {
120 carry_out = amount <= 32 ? Bit32(value, amount - 1) : 0;
138 uint32_t &carry_out, bool *success) {
146 carry_out = Bit32(value, amount - 1);
150 carry_out = (negative ? 1 : 0);
169 uint32_t &carry_out, bool *success) {
177 carry_out = Bit32(value, 31);
195 uint32_t &carry_out, boo
89 LSL_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) argument
113 LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) argument
137 ASR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) argument
168 ROR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) argument
194 RRX_C(const uint32_t value, const uint32_t carry_in, uint32_t &carry_out, bool *success) 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
279 ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
298 uint32_t carry_out; local
303 ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
343 uint32_t carry_out; local
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dxform_aes_xts.c101 u_int i, carry_in, carry_out; local
117 carry_out = ctx->tweak[i] & 0x80;
119 carry_in = carry_out;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1938 res.carry_out, res.overflow))
2460 res.carry_out, res.overflow))
3043 uint32_t carry_out; local
3074 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry_out);
3135 res.carry_out, res.overflow))
3200 res.carry_out, res.overflow))
3290 res.carry_out, res.overflow))
3339 return WriteFlags(context, res.result, res.carry_out, res.overflow);
3406 return WriteFlags(context, res.result, res.carry_out, res.overflow);
3456 return WriteFlags(context, res.result, res.carry_out, re
14178 uint8_t carry_out; local
[all...]
H A DEmulateInstructionARM.h186 uint8_t carry_out; member in struct:lldb_private::EmulateInstructionARM::__anon1446
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c1710 rtx carry_in = NULL_RTX, carry_out = NULL_RTX;
1754 carry_out = gen_reg_rtx (word_mode);
1755 carry_out = emit_store_flag_force (carry_out,
1783 carry_out = expand_binop (word_mode, ior_optab,
1784 carry_out, carry_tmp,
1785 carry_out, 0, next_methods);
1786 if (carry_out == 0)
1797 carry_in = carry_out;
1704 rtx carry_in = NULL_RTX, carry_out = NULL_RTX; local

Completed in 104 milliseconds