/llvm-project/clang/lib/Headers/ |
H A D | pmmintrin.h | 56 /// Adds the even-indexed values and subtracts the odd-indexed values of 98 /// Horizontally subtracts the adjacent pairs of values contained in two 164 /// Adds the even-indexed values and subtracts the odd-indexed values of 206 /// Horizontally subtracts the pairs of values contained in two 128-bit
|
H A D | adcintrin.h | 67 /// flag \a __cf, and subtracts the result from unsigned 32-bit integer 128 /// flag \a __cf, and subtracts the result from unsigned 64-bit integer
|
H A D | tmmintrin.h | 340 /// Horizontally subtracts the adjacent pairs of values contained in 2 363 /// Horizontally subtracts the adjacent pairs of values contained in 2 386 /// Horizontally subtracts the adjacent pairs of values contained in 2 410 /// Horizontally subtracts the adjacent pairs of values contained in 2 434 /// Horizontally subtracts, with saturation, the adjacent pairs of values 460 /// Horizontally subtracts, with saturation, the adjacent pairs of values
|
H A D | mmintrin.h | 524 /// Subtracts each 8-bit integer element of the second 64-bit integer 545 /// Subtracts each 16-bit integer element of the second 64-bit integer 566 /// Subtracts each 32-bit integer element of the second 64-bit integer in _mm_subs_pi8() 587 /// Subtracts, with saturation, each 8-bit signed integer element of the second 611 /// Subtracts, with saturation, each 16-bit signed integer element of the 635 /// Subtracts each 8-bit unsigned integer element of the second 64-bit 659 /// Subtracts each 16-bit unsigned integer element of the second 64-bit
|
H A D | emmintrin.h | 112 /// Subtracts the lower double-precision value of the second operand 135 /// Subtracts two 128-bit vectors of [2 x double]. in _mm_sub_pd() 2496 /// Subtracts the corresponding 8-bit integer values in the operands. 2513 /// Subtracts the corresponding 16-bit integer values in the operands. 2530 /// Subtracts the corresponding 32-bit integer values in the operands. 2547 /// Subtracts signed or unsigned 64-bit integer values and writes the 2564 /// Subtracts the corresponding elements of two [2 x i64] vectors. 2581 /// Subtracts, with saturation, corresponding 8-bit signed integer values in in _mm_subs_epi8() 2603 /// Subtracts, with saturation, corresponding 16-bit signed integer values in in _mm_subs_epi16() 2625 /// Subtracts, wit in _mm_subs_epu8() [all...] |
H A D | avx2intrin.h | 929 /// Horizontally subtracts adjacent pairs of 16-bit integers from two 256-bit 965 /// Horizontally subtracts adjacent pairs of 32-bit integers from two 256-bit 997 /// Horizontally subtracts adjacent pairs of 16-bit integers from two 256-bit 2488 /// Subtracts 8-bit integers from corresponding bytes of two 256-bit integer 2515 /// Subtracts 16-bit integers from corresponding elements of two 256-bit 2542 /// Subtracts 32-bit integers from corresponding elements of two 256-bit 2568 /// Subtracts 64-bit integers from corresponding elements of two 256-bit 2594 /// Subtracts 8-bit integers from corresponding bytes of two 256-bit integer 2620 /// Subtracts 16-bit integers from corresponding elements of two 256-bit 2646 /// Subtracts [all...] |
H A D | avxintrin.h | 114 /// Subtracts two 256-bit vectors of [4 x double]. 132 /// Subtracts two 256-bit vectors of [8 x float]. 150 /// Adds the even-indexed values and subtracts the odd-indexed values of in _mm256_addsub_pd() 169 /// Adds the even-indexed values and subtracts the odd-indexed values of in _mm256_addsub_ps() 743 /// Horizontally subtracts the adjacent pairs of values contained in two 766 /// Horizontally subtracts the adjacent pairs of values contained in two
|
H A D | xmmintrin.h | 110 /// Subtracts the 32-bit float value in the low-order bits of the second 132 /// Subtracts each of the values of the second operand from the first 2579 /// Subtracts the corresponding 8-bit unsigned integer values of the two
|
/llvm-project/clang-tools-extra/test/clang-doc/Inputs/basic-project/include/ |
H A D | Calculator.h | 20 * @brief Subtracts the second integer from the first.
|
/llvm-project/bolt/test/X86/ |
H A D | jt-symbol-disambiguation-3.s | 78 # of the jump table are not accessed and subtracts 32 from the base
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BlockFrequency.h | 67 /// Subtracts another block frequency using saturating arithmetic.
|
H A D | CFGUpdate.h | 67 // Each insertion adds 1 and deletion subtracts 1. The end number should be
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stacktrace_test.cpp | 80 // Top is two slots past the end because UnwindFast subtracts two. in SetUp()
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 40 /// M68k compare and logical compare instructions. Subtracts the source
|
H A D | M68kISelDAGToDAG.cpp | 341 // Prefer NEG instruction when zero subtracts a value. in INITIALIZE_PASS()
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | README.txt | 256 // subtracts two 128-bit double-double precision values ( x - y )
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | README.txt | 75 were disabled due to badness with the ARM carry flag on subtracts. 498 ARMv6 has scalar saturating and halving adds and subtracts. The same
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MLModelRunnerTest.cpp | 81 static const char *M1Selector = "the model that subtracts";
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 169 // bits than that (adds, and thus subtracts, ripple only to the in determineLiveOperandBits()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 458 CCMask &= CCValues; // Logical subtracts never set CC=0. in adjustCCMasksForInstr()
|
/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 2366 // This instruction subtracts an immediate value from the SP value, and writes 3396 // Compare (immediate) subtracts an immediate value from a register value. It 3446 // Compare (register) subtracts an optionally-shifted register value from a 9132 // Reverse Subtract (immediate) subtracts a register value from an immediate 9204 // Reverse Subtract (register) subtracts a register value from an optionally- 9282 // Reverse Subtract with Carry (immediate) subtracts a register value and the 9341 // Reverse Subtract with Carry (register) subtracts a register value and the 9410 // Subtract with Carry (immediate) subtracts an immediate value and the value 9478 // Subtract with Carry (register) subtracts an optionally-shifted register 9564 // This instruction subtracts an immediate value from a register value, and [all …]
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 374 // GEPIndex. It then subtracts the two loaded values and adds this result to the
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver3.td | 229 // Integer Adds, Subtracts, and Compares 301 // Integer Adds, Subtracts, and Compares
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 388 // Subtracts the 8-bit value of Rr from Rd and places the value in Rd. 394 // Subtracts two 16-bit values and places the result into Rd.
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 215 /// Return a counter that represents the expression that subtracts RHS from
|