OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorBytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZ.h
157
const unsigned
VectorBytes
= VectorBits / 8;
SystemZISelLowering.cpp
727
for (; I < SystemZ::
VectorBytes
; ++I) {
734
if (I == SystemZ::
VectorBytes
) {
4243
unsigned char Bytes[SystemZ::
VectorBytes
];
4322
for (unsigned I = 0; I < SystemZ::
VectorBytes
; ++I) {
4328
if ((Elt ^ P.Bytes[I]) & (SystemZ::
VectorBytes
- 1))
4330
int ModelOpNo = P.Bytes[I] / SystemZ::
VectorBytes
;
4331
int RealOpNo = unsigned(Elt) / SystemZ::
VectorBytes
;
4360
for (unsigned From = 0; From < SystemZ::
VectorBytes
; ++From) {
4368
if (To == SystemZ::
VectorBytes
)
4451
int ExpectedShift = (Index - I) % SystemZ::
VectorBytes
;
[
all
...]
Completed in 33 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026