Searched refs:UNDEF (Results 1 – 25 of 161) sorted by relevance
1234567
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 260 const int UNDEF = -1; in GetCacheLevelInfo() local 265 return (CacheLevelInfo){.level = UNDEF, in GetCacheLevelInfo() 269 .line_size = UNDEF, in GetCacheLevelInfo() 273 return (CacheLevelInfo){.level = UNDEF, in GetCacheLevelInfo() 277 .line_size = UNDEF, in GetCacheLevelInfo() 281 return (CacheLevelInfo){.level = UNDEF, in GetCacheLevelInfo() 285 .line_size = UNDEF, in GetCacheLevelInfo() 289 return (CacheLevelInfo){.level = UNDEF, in GetCacheLevelInfo() 293 .line_size = UNDEF, in GetCacheLevelInfo() 297 return (CacheLevelInfo){.level = UNDEF, in GetCacheLevelInfo() [all …]
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | version-script.s | 40 # RUN: llvm-readobj -V %t.so | FileCheck %s --check-prefix=UNDEF 41 # UNDEF: VersionSymbols [ 42 # UNDEF-NEXT: Symbol { 43 # UNDEF-NEXT: Version: 0 44 # UNDEF-NEXT: Name: 45 # UNDEF-NEXT: } 46 # UNDEF-NEXT: Symbol { 47 # UNDEF-NEXT: Version: 2 48 # UNDEF-NEXT: Name: und@@V 49 # UNDEF-NEXT: } [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | cppComplexExpr.vert | 108 #if UNDEF 114 #if VAL1 || UNDEF 120 #if VAL1 && UNDEF // UNDEF ERROR 123 #if VAL0 || UNDEF // UNDEF ERROR 126 #if VAL0 && UNDEF 132 #if VAL1 || (VAL1 && UNDEF) 138 #if VAL1 && (VAL1 || UNDEF) 144 #if VAL1 < VAL1 || VAL1 > VAL1 || UNDEF // UNDEF ERROR 147 #if VAL1 < VAL1 || VAL1 > VAL1 && UNDEF 150 #if VAL1 || UNDEF && UNDEF2 [all …]
|
/external/deqp-deps/glslang/Test/ |
D | cppComplexExpr.vert | 108 #if UNDEF 114 #if VAL1 || UNDEF 120 #if VAL1 && UNDEF // UNDEF ERROR 123 #if VAL0 || UNDEF // UNDEF ERROR 126 #if VAL0 && UNDEF 132 #if VAL1 || (VAL1 && UNDEF) 138 #if VAL1 && (VAL1 || UNDEF) 144 #if VAL1 < VAL1 || VAL1 > VAL1 || UNDEF // UNDEF ERROR 147 #if VAL1 < VAL1 || VAL1 > VAL1 && UNDEF 150 #if VAL1 || UNDEF && UNDEF2 [all …]
|
/external/elfutils/tests/ |
D | 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.5 [all …]
|
D | run-nm-syms.sh | 94 FUN3 | |GLOBAL|NOTYPE | | |UNDEF 100 SYM3 | |GLOBAL|NOTYPE | | |UNDEF 105 _GLOBAL_OFFSET_TABLE_| |GLOBAL|NOTYPE | | |UNDEF 153 FUN3 | |GLOBAL|NOTYPE | | |UNDEF 159 SYM3 | |GLOBAL|NOTYPE | | |UNDEF
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | armv8.3a-js-thumb.txt | 2 …thumb-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …thumb-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 7 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding 10 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding
|
D | armv8.3a-js-arm.txt | 2 …e arm-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …e arm-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 7 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding 10 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb2-bxj-v8.s | 1 …t llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 2 …t llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …t 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
|
D | cps.s | 5 …ot 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
|
D | thumb2-ldrexd-strexd.s | 5 …ot 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
|
D | thumb2-bxj.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: instruction requires: !armv*m
|
/external/llvm/test/MC/ARM/ |
D | cps.s | 5 …ot 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
|
D | thumb2-bxj-v8.s | 1 …t llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 2 …t llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …t 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
|
D | thumb2-ldrexd-strexd.s | 5 …ot 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
|
D | thumb2-bxj.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: instruction requires: arm-mode
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.msvc | 167 !UNDEF CARES_OUTDIR 168 !UNDEF PROG1_OUTDIR 169 !UNDEF PROG2_OUTDIR 170 !UNDEF PROG3_OUTDIR 171 !UNDEF CARES_OBJDIR 172 !UNDEF PROG1_OBJDIR 173 !UNDEF PROG2_OBJDIR 174 !UNDEF PROG3_OBJDIR 199 !UNDEF PDB_NONE 200 !UNDEF PDBTYPE_CONSOLIDATE
|
/external/llvm-project/lld/test/wasm/ |
D | undefined-data.s | 2 # RUN: not wasm-ld -o %t.wasm %t.o 2>&1 | FileCheck %s -check-prefix=UNDEF 14 # UNDEF: error: {{.*}}undefined-data.s.tmp.o: undefined symbol: data_external
|
/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/ |
D | misc-ops-to-llvm.mlir | 67 // CHECK-NEXT: %[[UNDEF:.*]] = llvm.mlir.undef : !llvm.struct<(i32)> 69 // CHECK-NEXT: %[[RET:.*]] = llvm.insertvalue %[[VAL]], %[[UNDEF]][0 : i32] : !llvm.struct<(i32… 86 // CHECK-NEXT: %[[UNDEF:.*]] = llvm.mlir.undef : !llvm.struct<(i32, array<3 x i32>)> 88 // CHECK-NEXT: %[[T0:.*]] = llvm.insertvalue %[[EM]], %[[UNDEF]][0 : i32] : !llvm.struct<(i32, …
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | cppComplexExpr.vert.out | 26 …R: 0:108: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 29 …R: 0:120: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 30 …R: 0:123: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 34 …R: 0:144: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 35 …R: 0:153: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppComplexExpr.vert.out | 26 …R: 0:108: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 29 …R: 0:120: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 30 …R: 0:123: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 34 …R: 0:144: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 35 …R: 0:153: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF
|
1234567