HomeSort by relevance Sort by last modified time
    Searched refs:conditional (Results 1 - 25 of 758) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldsgeb.l 2 .*: conditional infixes are deprecated in unified syntax
ldsgeh.l 2 .*: conditional infixes are deprecated in unified syntax
neon-cond-bad.l 2 [^:]*:10: Error: instruction cannot be conditional -- `vmoveq q0,q1'
3 [^:]*:11: Error: instruction cannot be conditional -- `vmoveq d0,d1'
4 [^:]*:12: Error: instruction cannot be conditional -- `vmoveq\.i32 q0,#0'
5 [^:]*:13: Error: instruction cannot be conditional -- `vmoveq\.i32 d0,#0'
6 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 d0,d1,d2'
7 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 q0,q1,q2'
8 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 d0,d1,d2'
9 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 q0,q1,q2'
10 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 d0,d1,d2'
11 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 q0,q1,q2
    [all...]
armv8-2-fp16-scalar-bad.l 6 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
7 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
8 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
9 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
10 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
11 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
12 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
13 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
14 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
15 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABL
    [all...]
arm-it-bad-3.l 2 [^:]*:4: Error: thumb conditional instruction should be in IT block -- `moveq r1,r8'
3 [^:]*:5: Error: thumb conditional instruction should be in IT block -- `movne r1,r9'
insn-error-t.l 2 [^:]*:4: Error: thumb conditional instruction should be in IT block -- `movne r1,r9'
iwmmxt-bad.l 2 [^:]*:1: Error: instruction cannot be conditional -- `wldrwgt wcgr0,\[r1\]'
6 [^:]*:5: Error: instruction cannot be conditional -- `wstrwgt wcgr0,\[r1\]'
neon-cond.s 1 @ test conditional compilation
  /external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java 42 int conditional)
44 if (conditional == Value.ALWAYS)
49 else if (conditional != Value.NEVER)
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
conditional.pass.cpp 12 // conditional
20 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), "");
21 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
conditional.pass.cpp 12 // conditional
20 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), "");
21 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), "");
  /external/selinux/libsepol/tests/
debug.h 21 /* This includes functions used to debug tests (display bitmaps, conditional expressions, etc */
24 #include <sepol/policydb/conditional.h>
helpers.h 26 #include <sepol/policydb/conditional.h>
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
ExecutionBranch.java 35 public ExecutionBranch(@NotNull ExecutionPath path, @NotNull Expr conditional,
37 mConditional = conditional;
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
make_signed.pass.cpp 59 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >();
60 test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::type >();
61 test_make_signed< const Enum, std::conditional<sizeof(Enum) == sizeof(int), const int, const signed char>::type >();
62 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >();
make_unsigned.pass.cpp 59 test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::type> ();
60 test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const unsigned short>::type> ();
61 test_make_unsigned<const Enum, std::conditional<sizeof(Enum) == sizeof(int), const unsigned int, const unsigned char>::type >();
63 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> ();
  /external/llvm/test/MC/MachO/AArch64/
reloc-errors.s 3 ; CHECK: error: conditional branch requires assembler-local label. 'external' is external.
6 ; CHECK: error: Invalid relocation on conditional branch
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 44 * conditional branch.
50 int conditional);
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
copy_cv_reference.h 18 typename std::conditional<std::is_const<R>::value,
21 typename std::conditional<std::is_volatile<R>::value,
24 typename std::conditional<std::is_lvalue_reference<T>::value,
28 typename std::conditional<std::is_rvalue_reference<T>::value,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.sign/
make_signed.pass.cpp 59 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >();
60 test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::type >();
61 test_make_signed< const Enum, std::conditional<sizeof(Enum) == sizeof(int), const int, const signed char>::type >();
62 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >();
make_unsigned.pass.cpp 59 test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::type> ();
60 test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const unsigned short>::type> ();
61 test_make_unsigned<const Enum, std::conditional<sizeof(Enum) == sizeof(int), const unsigned int, const unsigned char>::type >();
63 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> ();
  /art/libartbase/base/
bit_struct_detail.h 38 typename std::conditional<kBitSize == 0, void, // NOLINT [whitespace/operators] [3]
39 typename std::conditional<kBitSize <= 8, uint8_t, // NOLINT [whitespace/operators] [3]
40 typename std::conditional<kBitSize <= 16, uint16_t, // NOLINT [whitespace/operators] [3]
41 typename std::conditional<kBitSize <= 32, uint32_t,
42 typename std::conditional<kBitSize <= 64, uint64_t,
43 typename std::conditional<kBitSize <= BitSizeOf<uintmax_t>(), uintmax_t,
54 typename std::conditional</* if */ std::is_signed<T>::value,
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
null.pass.cpp 24 typedef typename std::conditional<IsArray, A[], A>::type VT;
nullptr.pass.cpp 25 typedef typename std::conditional<IsArray, A[], A>::type VT;
  /external/llvm/test/MC/ARM/
udf-thumb-diagnostics.s 10 @ CHECK: error: conditional execution not supported in Thumb1

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>