Home
last modified time | relevance | path

Searched defs:and (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dand.s10 and z5.b, z5.b, #0xf9 label
16 and z23.h, z23.h, #0xfff9 label
22 and z0.s, z0.s, #0xfffffff9 label
28 and z0.d, z0.d, #0xfffffffffffffff9 label
34 and z5.b, z5.b, #0x6 label
40 and z23.h, z23.h, #0x6 label
46 and z0.s, z0.s, #0x6 label
52 and z0.d, z0.d, #0x6 label
58 and z0.d, z0.d, z0.d label
64 and z23.d, z13.d, z8.d label
[all …]
Dand-diagnostics.s6 and z5.b, z5.b, #0xfa label
11 and z5.b, z5.b, #0xfff9 label
16 and z5.h, z5.h, #0xfffa label
21 and z5.h, z5.h, #0xfffffff9 label
26 and z5.s, z5.s, #0xfffffffa label
31 and z5.s, z5.s, #0xffffffffffffff9 label
36 and z15.d, z15.d, #0xfffffffffffffffa label
44 and z7.d, z8.d, #254 label
49 and z0.d, p0/m, z1.d, z2.d label
55 and z21.d, z5.d, z26.b label
[all …]
/external/llvm-project/llvm/test/MC/VE/
DAND.s8 and %s11, %s11, %s11 label
12 and %s11, 63, %s11 label
16 and %s11, -1, %s11 label
20 and %s11, -64, %s11 label
24 and %s11, -64, (32)1 label
28 and %s11, 63, (32)0 label
/external/cldr/tools/java/org/unicode/cldr/draft/
DIterables.java16 public Iterables<T> and(Iterator<T> iteratorsIn) { in and() method in Iterables
24 public Iterables<T> and(Iterable<T> iterable) { in and() method in Iterables
28 public Iterables<T> and(T... iteratorsIn) { in and() method in Iterables
32 public <S> Iterables<T> and(Transform<S, T> transform, Iterator<S> iteratorsIn) { in and() method in Iterables
36 public <S> Iterables<T> and(Transform<S, T> transform, Iterable<S> iteratorsIn) { in and() method in Iterables
40 public <S> Iterables<T> and(Transform<S, T> transform, S... iteratorsIn) { in and() method in Iterables
/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java612 public static boolean and(boolean first, boolean second) { in and() method in AdditionalMatchers
628 public static byte and(byte first, byte second) { in and() method in AdditionalMatchers
644 public static char and(char first, char second) { in and() method in AdditionalMatchers
660 public static double and(double first, double second) { in and() method in AdditionalMatchers
676 public static float and(float first, float second) { in and() method in AdditionalMatchers
692 public static int and(int first, int second) { in and() method in AdditionalMatchers
708 public static long and(long first, long second) { in and() method in AdditionalMatchers
724 public static short and(short first, short second) { in and() method in AdditionalMatchers
742 public static <T> T and(T first, T second) { in and() method in AdditionalMatchers
/external/llvm-project/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s26 and r2, r2, #6 label
27 and r2, #6 label
28 and r2, r2, r3 label
29 and r2, r3 label
/external/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s26 and r2, r2, #6 label
27 and r2, #6 label
28 and r2, r2, r3 label
29 and r2, r3 label
/external/okio/okio/src/commonMain/kotlin/okio/
D-Util.kt74 internal inline infix fun Byte.and(other: Int): Int = toInt() and other in shr() method
77 internal inline infix fun Byte.and(other: Long): Long = toLong() and other in shr() method
83 internal inline infix fun Int.and(other: Long): Long = toLong() and other in shr() method
/external/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm7 - and; method
19 - (id) and{return 0; }; method
/external/llvm-project/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm7 - and; method
19 - (id) and{return 0; }; method
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java23 public abstract <U> Condition<U> and(Step<? super T, U> mapping); in and() method in Condition
57 public <U> Condition<U> and(Step<? super T, U> next) { in and() method in Condition.Matched
65 @Override public <U> Condition<U> and(Step<? super T, U> mapping) { in and() method in Condition.NotMatched
/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java286 public With<V> and(Iterator<V>... iterators) { in and() method in With
294 public With<V> and(V... items) { in and() method in With
299 public With<V> and(Iterable<V>... iterables) { in and() method in With
307 public With<V> and(SimpleIterator<V>... iterators) { in and() method in With
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
DSingleClassSubject.java91 public SingleFileClause and() { in and() method in SingleClassSubject.SingleFileClause
119 public SingleFileClause and() { in and() method in SingleClassSubject
/external/easymock/src/org/easymock/
DEasyMock.java704 public static boolean and(boolean first, boolean second) { in and() method in EasyMock
718 public static byte and(byte first, byte second) { in and() method in EasyMock
732 public static char and(char first, char second) { in and() method in EasyMock
746 public static double and(double first, double second) { in and() method in EasyMock
760 public static float and(float first, float second) { in and() method in EasyMock
774 public static int and(int first, int second) { in and() method in EasyMock
788 public static long and(long first, long second) { in and() method in EasyMock
802 public static short and(short first, short second) { in and() method in EasyMock
818 public static <T> T and(T first, T second) { in and() method in EasyMock
/external/guice/core/src/com/google/inject/internal/
DBytecodeGen.java329 public Visibility and(Visibility that) { in and() method
342 public Visibility and(Visibility that) { in and() method
378 public abstract Visibility and(Visibility that); in and() method in BytecodeGen.Visibility
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DCombinableMatcher.java30 public CombinableMatcher<T> and(Matcher<? super T> other) { in and() method in CombinableMatcher
59 public CombinableMatcher<X> and(Matcher<? super X> other) { in and() method in CombinableMatcher.CombinableBothMatcher
/external/llvm-project/llvm/test/MC/RISCV/
Dcompress-rv32i.s129 and s0, s0, a5 label
135 and s0, a5, s0 label
/external/llvm-project/clang/test/Preprocessor/
Dcxx_oper_keyword.cpp16 #define and foo macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword.cpp16 #define and foo macro
/external/rust/crates/arbitrary/src/
Dsize_hint.rs26 pub fn and(lhs: (usize, Option<usize>), rhs: (usize, Option<usize>)) -> (usize, Option<usize>) { in and() function
68 fn and() { in and() function
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/
Dclear-super-register-1.s13 and %rcx, %rax label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/
Dclear-super-register-1.s13 and %rcx, %rax label
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dclear-super-register-1.s13 and %rcx, %rax label
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElementMatcher.java35 default TextElementMatcher and(TextElementMatcher textElementMatcher) { in and() method
/external/llvm-project/clang/test/CodeGen/
Dmsp430-reloc.c16 short and = conv2 & 0xf; in foo() local

123456