Home
last modified time | relevance | path

Searched refs:doublewords (Results 1 – 25 of 39) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dhas_bits.h47 template <size_t doublewords>
64 bool operator==(const HasBits<doublewords>& rhs) const {
68 bool operator!=(const HasBits<doublewords>& rhs) const {
72 void Or(const HasBits<doublewords>& rhs) { in Or()
73 for (int i = 0; i < doublewords; i++) has_bits_[i] |= rhs[i]; in Or()
79 uint32 has_bits_[doublewords];
102 template <size_t doublewords>
103 inline bool HasBits<doublewords>::empty() const { in empty()
104 for (size_t i = 0; i < doublewords; ++i) { in empty()
/external/llvm-project/lld/test/ELF/
Dppc64-toc-addis-nop.s136 .global doublewords symbol
138 .type doublewords,@function
139 doublewords: label
144 .localentry doublewords, .Ldoublewords_lep-.Ldoublewords_gep
151 # Dis-LABEL: doublewords
160 # NoOpt-LABEL: doublewords
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_alu.txt26 # Add doublewords
62 # Add or subtract doublewords with carry
68 # Logical doublewords
82 # Logical-logical doublewords
124 # Maximum doublewords
136 # Minimum doublewords
168 # Subtract doublewords
Dalu32_perm.txt4 # Combine words in to doublewords
Dxtype_pred.txt38 # Compare doublewords
/external/llvm-project/llvm/test/MC/Disassembler/Hexagon/
Dxtype_alu.txt26 # Add doublewords
62 # Add or subtract doublewords with carry
68 # Logical doublewords
82 # Logical-logical doublewords
124 # Maximum doublewords
136 # Minimum doublewords
168 # Subtract doublewords
Dalu32_perm.txt4 # Combine words in to doublewords
Dxtype_pred.txt38 # Compare doublewords
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dp10-vector-modulo.ll11 ; and doublewords.
14 ; doublewords and 128-bit values.
Dp10-vector-multiply.ll11 ; The low order version operates on doublewords, whereas the high order version
12 ; operates on signed and unsigned words and doublewords.
Dp10-vector-divide.ll11 ; that operate on signed and unsigned words and doublewords.
/external/llvm-project/llvm/lib/Target/Mips/
DMipsCallingConv.td163 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
183 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
240 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned.
256 // Stack parameter slots for i64 and f64 are 64-bit doublewords and
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td157 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
177 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
234 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned.
250 // Stack parameter slots for i64 and f64 are 64-bit doublewords and
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallingConv.td163 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
183 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned.
240 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned.
256 // Stack parameter slots for i64 and f64 are 64-bit doublewords and
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dframe-01.ll25 ; 32760 - 176 bytes by allocating (32760 - 176) / 8 = 4073 doublewords.
Dframe-08.ll8 ; extra doublewords.
76 ; extra doublewords.
Dframe-07.ll10 ; (4128 - 176 - 8 * 8) / 8 = 486 extra doublewords.
130 ; (524320 - 176 - 8 * 8) / 8 = 65510 extra doublewords.
Dframe-09.ll112 ; by allocating (524192 - 176) / 8 = 65502 doublewords.
Dvec-perm-08.ll57 ; Test reversing two doublewords in a v16i8.
/external/llvm/test/CodeGen/SystemZ/
Dframe-01.ll25 ; 32760 - 176 bytes by allocating (32760 - 176) / 8 = 4073 doublewords.
Dframe-07.ll10 ; (4128 - 176 - 8 * 8) / 8 = 486 extra doublewords.
130 ; (524320 - 176 - 8 * 8) / 8 = 65510 extra doublewords.
Dframe-08.ll8 ; extra doublewords.
76 ; extra doublewords.
Dframe-09.ll112 ; by allocating (524192 - 176) / 8 = 65502 doublewords.
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_alu.ll74 ; Add doublewords
174 ; Logical doublewords
217 ; Logical-logical doublewords
332 ; Maximum doublewords
362 ; Minimum doublewords
450 ; Subtract doublewords
/external/llvm-project/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_alu.ll74 ; Add doublewords
174 ; Logical doublewords
217 ; Logical-logical doublewords
332 ; Maximum doublewords
362 ; Minimum doublewords
450 ; Subtract doublewords

12