Searched refs:PART1 (Results 1 – 24 of 24) sorted by relevance
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | partitions.test | 11 RUN: llvm-readelf --headers --sections --symbols %t2 | FileCheck --check-prefix=PART1 %s 73 PART1: ELF Header: 74 PART1-NEXT: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 75 PART1-NEXT: Class: ELF64 76 PART1-NEXT: Data: 2's complement, little endian 77 PART1-NEXT: Version: 1 (current) 78 PART1-NEXT: OS/ABI: UNIX - System V 79 PART1-NEXT: ABI Version: 0 80 PART1-NEXT: Type: DYN (Shared object file) 81 PART1-NEXT: Machine: Advanced Micro Devices X86-64 [all …]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-line-dwo.s | 4 # RUN: llvm-dwarfdump -debug-line %t.o | FileCheck %s --check-prefixes=PART1,PART2 45 # PART1: Line table prologue: 46 # PART1-NEXT: total_length: 0x0000002e 47 # PART1-NEXT: format: DWARF32 48 # PART1-NEXT: version: 4 49 # PART1-NEXT: prologue_length: 0x00000028 50 # PART1: include_directories[ 1] = "Directory1" 51 # PART1: file_names[ 1] 52 # PART1: name: "File1"
|
/external/llvm/test/CodeGen/AArch64/ |
D | madd-lohi.ll | 7 ; CHECK-DAG: madd [[PART1:x[0-9]+]], x0, x3, [[CARRY]] 8 ; CHECK: madd x1, x1, x2, [[PART1]] 13 ; CHECK-BE-DAG: madd [[PART1:x[0-9]+]], x1, x2, [[CARRY]] 14 ; CHECK-BE: madd x0, x0, x3, [[PART1]]
|
D | mul-lohi.ll | 6 ; CHECK-DAG: mul [[PART1:x[0-9]+]], x0, x3 12 ; CHECK-BE-DAG: mul [[PART1:x[0-9]+]], x1, x2
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | madd-lohi.ll | 7 ; CHECK-DAG: madd [[PART1:x[0-9]+]], x0, x3, [[CARRY]] 8 ; CHECK: madd x1, x1, x2, [[PART1]] 13 ; CHECK-BE-DAG: madd [[PART1:x[0-9]+]], x1, x2, [[CARRY]] 14 ; CHECK-BE: madd x0, x0, x3, [[PART1]]
|
/external/toybox/scripts/ |
D | mcm-buildall.sh | 111 PART1=${1/:*/} 116 RENAME=${PART1/*@/} 117 [ "$RENAME" == "$PART1" ] && RENAME= 118 PART1=${PART1/@*/} 119 TARGET=${PART1}-linux-musl${PART2} 126 make_toolchain 2>&1 | tee "$OUTPUT"/log/${RENAME:-$PART1}-${TYPE}.log
|
/external/llvm/test/CodeGen/Mips/ |
D | unalignedload.ll | 20 ; MIPS32-EL-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]]) 23 ; MIPS32-EL-DAG: or $4, $[[T0]], $[[PART1]] 25 ; MIPS32-EB-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]]) 27 ; MIPS32-EB-DAG: sll $[[T0:[0-9]+]], $[[PART1]], 8 31 ; MIPS32R6-DAG: lhu $[[PART1:[0-9]+]], 2($[[R0]])
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | unalignedload.ll | 20 ; MIPS32-EL-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]]) 23 ; MIPS32-EL-DAG: or $4, $[[T0]], $[[PART1]] 25 ; MIPS32-EB-DAG: lbu $[[PART1:[0-9]+]], 2($[[R0]]) 27 ; MIPS32-EB-DAG: sll $[[T0:[0-9]+]], $[[PART1]], 8 31 ; MIPS32R6-DAG: lhu $[[PART1:[0-9]+]], 2($[[R0]])
|
/external/clang/test/ARCMT/Inputs/with space/ |
D | test1.m.in.result | 1 #define PART1
|
D | test.h | 5 #ifdef PART1
|
D | test.h.result | 5 #ifdef PART1
|
/external/llvm-project/clang/test/ARCMT/Inputs/with space/ |
D | test1.m.in.result | 1 #define PART1
|
D | test1.m.in | 1 #define PART1 macro
|
D | test.h | 5 #ifdef PART1
|
D | test.h.result | 5 #ifdef PART1
|
/external/clang/test/ARCMT/Inputs/ |
D | test.h | 5 #ifdef PART1
|
D | test1.m.in.result | 1 #define PART1
|
D | test1.m.in | 1 #define PART1 macro
|
D | test.h.result | 5 #ifdef PART1
|
/external/llvm-project/clang/test/ARCMT/Inputs/ |
D | test.h | 5 #ifdef PART1
|
D | test1.m.in.result | 1 #define PART1
|
D | test1.m.in | 1 #define PART1 macro
|
D | test.h.result | 5 #ifdef PART1
|
/external/compiler-rt/test/esan/TestCases/ |
D | struct-simple.cpp | 20 #ifdef PART1
|