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

1 2 3 4

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
073-if-in-ifdef.c 1 #ifdef UNDEF
2 #if UNDEF > 1
076-elif-undef-nested.c 1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
075-elif-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
074-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
  /build/kati/testcase/
directive_after_tab.mk 1 ifndef UNDEF
else_if.mk 3 ifndef UNDEF
9 ifdef UNDEF
  /external/llvm/test/MC/ARM/
cps.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
15 @ UNDEF-DAG: cpsie f @ encoding: [0x61,0xb6]
16 @ UNDEF-DAG: error: instruction requires:
17 @ UNDEF-DAG: error: instruction 'cps' requires effect for M-class
thumb2-bxj-v8.s 1 @ RUN: not llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2 @ RUN: not llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
3 @ RUN: not llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: r13 (SP) is an unpredictable operand to BXJ
thumb2-ldrexd-strexd.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
13 @ UNDEF: error: instruction requires: !armv*m
14 @ UNDEF: error: instruction requires: !armv*m
thumb2-bxj.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: instruction requires: arm-mode
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
thumb2-bxj-v8.s 1 @ RUN: not llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2 @ RUN: not llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
3 @ RUN: not llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: r13 (SP) is an unpredictable operand to BXJ
thumb2-ldrexd-strexd.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
13 @ UNDEF: error: instruction requires: !armv*m
14 @ UNDEF: error: instruction requires: !armv*m
thumb2-bxj.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: instruction requires: !armv*m
cps.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
17 @ UNDEF-DAG: cpsie f @ encoding: [0x61,0xb6]
18 @ UNDEF-DAG: instruction requires:
19 @ UNDEF-DAG: error: instruction 'cps' requires effect for M-class
  /external/elfutils/tests/
run-readelf-s.sh 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2)
134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__
135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses
136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable
137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2)
151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
211 60: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@@GLIBC_2.2.
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_info.c 215 #ifdef UNDEF
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 167 // UNDEF - An undefined node
168 UNDEF,
287 /// values that indicate which value (or undef) each result element will
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 172 /// UNDEF - An undefined node.
173 UNDEF,
303 /// values that indicate which value (or undef) each result element will
421 /// elements with the high bits becoming undef.
    [all...]
SelectionDAG.h 653 if (Op.getOpcode() == ISD::UNDEF) {
659 return getNode(ISD::UNDEF, SDLoc(), VT);
745 /// Return an UNDEF node. UNDEF does not have a useful SDLoc.
747 return getNode(ISD::UNDEF, SDLoc(), VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 177 /// UNDEF - An undefined node.
178 UNDEF,
338 /// values that indicate which value (or undef) each result element will
466 /// elements with the high bits becoming undef.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 110 /// BUILD_VECTOR where all of the elements are ~0 or undef.
120 // Skip over all of the undef values.
121 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
124 // Do not accept an all-undef vector.
144 N->getOperand(i).getOpcode() != ISD::UNDEF)
151 /// BUILD_VECTOR where all of the elements are 0 or undef.
161 // Skip over all of the undef values.
162 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
165 // Do not accept an all-undef vector.
184 N->getOperand(i).getOpcode() != ISD::UNDEF)
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 409 <HASH>undef {
412 RETURN_TOKEN (UNDEF);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 91 // Extract from UNDEF is UNDEF.
92 if (Vec.getOpcode() == ISD::UNDEF)
93 return DAG.getNode(ISD::UNDEF, dl, ResultVT);
592 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
619 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
620 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
645 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_align.c 35 UNDEF,

Completed in 136 milliseconds

1 2 3 4