/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | vadc.c | 17 int32x4_t test_vadciq_s32(int32x4_t a, int32x4_t b, unsigned *carry_out) in test_vadciq_s32() argument 20 return vadciq(a, b, carry_out); in test_vadciq_s32() 22 return vadciq_s32(a, b, carry_out); in test_vadciq_s32() 59 uint32x4_t test_vadciq_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, unsigned *carry_out, … in test_vadciq_m_u32() argument 62 return vadciq_m(inactive, a, b, carry_out, p); in test_vadciq_m_u32() 64 return vadciq_m_u32(inactive, a, b, carry_out, p); in test_vadciq_m_u32() 101 int32x4_t test_vsbciq_s32(int32x4_t a, int32x4_t b, unsigned *carry_out) { in test_vsbciq_s32() argument 103 return vsbciq(a, b, carry_out); in test_vsbciq_s32() 105 return vsbciq_s32(a, b, carry_out); in test_vsbciq_s32() 119 uint32x4_t test_vsbciq_u32(uint32x4_t a, uint32x4_t b, unsigned *carry_out) { in test_vsbciq_u32() argument [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 90 uint32_t &carry_out, bool *success) { in LSL_C() argument 96 carry_out = amount <= 32 ? Bit32(value, 32 - amount) : 0; in LSL_C() 114 uint32_t &carry_out, bool *success) { in LSR_C() argument 120 carry_out = amount <= 32 ? Bit32(value, amount - 1) : 0; in LSR_C() 138 uint32_t &carry_out, bool *success) { in ASR_C() argument 146 carry_out = Bit32(value, amount - 1); in ASR_C() 150 carry_out = (negative ? 1 : 0); in ASR_C() 169 uint32_t &carry_out, bool *success) { in ROR_C() argument 177 carry_out = Bit32(value, 31); in ROR_C() 195 uint32_t &carry_out, bool *success) { in RRX_C() argument [all …]
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/mve-intrinsics/ |
D | vadc.ll | 4 define arm_aapcs_vfpcc <4 x i32> @test_vadciq_s32(<4 x i32> %a, <4 x i32> %b, i32* %carry_out) { 17 store i32 %3, i32* %carry_out, align 4 47 …est_vadciq_m_u32(<4 x i32> %inactive, <4 x i32> %a, <4 x i32> %b, i32* %carry_out, i16 zeroext %p)… 64 store i32 %5, i32* %carry_out, align 4 102 …arm_aapcs_vfpcc <4 x i32> @test_vsbciq_s32(<4 x i32> %a, <4 x i32> %b, i32* nocapture %carry_out) { 115 store i32 %3, i32* %carry_out, align 4 120 …arm_aapcs_vfpcc <4 x i32> @test_vsbciq_u32(<4 x i32> %a, <4 x i32> %b, i32* nocapture %carry_out) { 133 store i32 %3, i32* %carry_out, align 4 186 …_m_s32(<4 x i32> %inactive, <4 x i32> %a, <4 x i32> %b, i32* nocapture %carry_out, i16 zeroext %p)… 203 store i32 %5, i32* %carry_out, align 4 [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | spake25519.c | 342 const uint32_t carry_out = s->words[i] >> 31; in scalar_double() local 344 carry = carry_out; in scalar_double()
|
/external/boringssl/src/crypto/curve25519/ |
D | spake25519.c | 342 const uint32_t carry_out = s->words[i] >> 31; in scalar_double() local 344 carry = carry_out; in scalar_double()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 383 let OutOperandList = (outs type0:$dst, type1:$carry_out); 391 let OutOperandList = (outs type0:$dst, type1:$carry_out); 398 let OutOperandList = (outs type0:$dst, type1:$carry_out); 406 let OutOperandList = (outs type0:$dst, type1:$carry_out); 413 let OutOperandList = (outs type0:$dst, type1:$carry_out); 419 let OutOperandList = (outs type0:$dst, type1:$carry_out); 426 let OutOperandList = (outs type0:$dst, type1:$carry_out); 433 let OutOperandList = (outs type0:$dst, type1:$carry_out); 440 let OutOperandList = (outs type0:$dst, type1:$carry_out); 448 let OutOperandList = (outs type0:$dst, type1:$carry_out);
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 430 let OutOperandList = (outs type0:$dst, type1:$carry_out); 438 let OutOperandList = (outs type0:$dst, type1:$carry_out); 445 let OutOperandList = (outs type0:$dst, type1:$carry_out); 453 let OutOperandList = (outs type0:$dst, type1:$carry_out); 460 let OutOperandList = (outs type0:$dst, type1:$carry_out); 466 let OutOperandList = (outs type0:$dst, type1:$carry_out); 473 let OutOperandList = (outs type0:$dst, type1:$carry_out); 480 let OutOperandList = (outs type0:$dst, type1:$carry_out); 487 let OutOperandList = (outs type0:$dst, type1:$carry_out); 495 let OutOperandList = (outs type0:$dst, type1:$carry_out);
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 1931 res.carry_out, res.overflow)) in EmulateADDSPImm() 2453 res.carry_out, res.overflow)) in EmulateSUBSPImm() 3036 uint32_t carry_out; in EmulateADDImmThumb() local 3067 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry_out); in EmulateADDImmThumb() 3128 res.carry_out, res.overflow)) in EmulateADDImmThumb() 3193 res.carry_out, res.overflow)) in EmulateADDImmARM() 3283 res.carry_out, res.overflow)) in EmulateADDReg() 3332 return WriteFlags(context, res.result, res.carry_out, res.overflow); in EmulateCMNImm() 3399 return WriteFlags(context, res.result, res.carry_out, res.overflow); in EmulateCMNReg() 3449 return WriteFlags(context, res.result, res.carry_out, res.overflow); in EmulateCMPImm() [all …]
|
D | EmulateInstructionARM.h | 186 uint8_t carry_out; member
|