Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll13 …%struct.word_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…
32 …%tmp11741175 = bitcast %struct.head_type* %tmp1174 to %struct.word_type* ; <%struct.word_type*> […
33 …%tmp1176 = getelementptr %struct.word_type, %struct.word_type* %tmp11741175, i32 0, i32 2 ; <%str…
45 …%tmp11861187 = bitcast %struct.head_type* %tmp1186 to %struct.word_type* ; <%struct.word_type*> […
46 …%tmp1188 = getelementptr %struct.word_type, %struct.word_type* %tmp11861187, i32 0, i32 2 ; <%str…
55 …%tmp11961197 = bitcast %struct.head_type* %tmp1196 to %struct.word_type* ; <%struct.word_type*> […
56 …%tmp1198 = getelementptr %struct.word_type, %struct.word_type* %tmp11961197, i32 0, i32 2 ; <%str…
69 …%tmp12091210 = bitcast %struct.head_type* %tmp1209 to %struct.word_type* ; <%struct.word_type*> […
70 …%tmp1211 = getelementptr %struct.word_type, %struct.word_type* %tmp12091210, i32 0, i32 2 ; <%str…
81 …%tmp12211222 = bitcast %struct.head_type* %tmp1221 to %struct.word_type* ; <%struct.word_type*> […
[all …]
/external/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll13 …%struct.word_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…
32 …%tmp11741175 = bitcast %struct.head_type* %tmp1174 to %struct.word_type* ; <%struct.word_type*> […
33 …%tmp1176 = getelementptr %struct.word_type, %struct.word_type* %tmp11741175, i32 0, i32 2 ; <%str…
45 …%tmp11861187 = bitcast %struct.head_type* %tmp1186 to %struct.word_type* ; <%struct.word_type*> […
46 …%tmp1188 = getelementptr %struct.word_type, %struct.word_type* %tmp11861187, i32 0, i32 2 ; <%str…
55 …%tmp11961197 = bitcast %struct.head_type* %tmp1196 to %struct.word_type* ; <%struct.word_type*> […
56 …%tmp1198 = getelementptr %struct.word_type, %struct.word_type* %tmp11961197, i32 0, i32 2 ; <%str…
69 …%tmp12091210 = bitcast %struct.head_type* %tmp1209 to %struct.word_type* ; <%struct.word_type*> […
70 …%tmp1211 = getelementptr %struct.word_type, %struct.word_type* %tmp12091210, i32 0, i32 2 ; <%str…
81 …%tmp12211222 = bitcast %struct.head_type* %tmp1221 to %struct.word_type* ; <%struct.word_type*> […
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-03-07-APIntBug.ll13 …%struct.word_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…
32 …%tmp11741175 = bitcast %struct.head_type* %tmp1174 to %struct.word_type* ; <%struct.word_type*> […
33 …%tmp1176 = getelementptr %struct.word_type* %tmp11741175, i32 0, i32 2 ; <%struct.SECOND_UNION*> …
45 …%tmp11861187 = bitcast %struct.head_type* %tmp1186 to %struct.word_type* ; <%struct.word_type*> […
46 …%tmp1188 = getelementptr %struct.word_type* %tmp11861187, i32 0, i32 2 ; <%struct.SECOND_UNION*> …
55 …%tmp11961197 = bitcast %struct.head_type* %tmp1196 to %struct.word_type* ; <%struct.word_type*> […
56 …%tmp1198 = getelementptr %struct.word_type* %tmp11961197, i32 0, i32 2 ; <%struct.SECOND_UNION*> …
69 …%tmp12091210 = bitcast %struct.head_type* %tmp1209 to %struct.word_type* ; <%struct.word_type*> […
70 …%tmp1211 = getelementptr %struct.word_type* %tmp12091210, i32 0, i32 2 ; <%struct.SECOND_UNION*> …
81 …%tmp12211222 = bitcast %struct.head_type* %tmp1221 to %struct.word_type* ; <%struct.word_type*> […
[all …]
Ddbg-merge-loc-entry.ll67 !19 = metadata !{i32 589846, metadata !6, metadata !"word_type", metadata !6, i32 424, i64 0, i64 0…
/external/u-boot/arch/nios2/lib/
Dlibgcc.c20 typedef int word_type; typedef
51 __ashldi3 (DWtype u, word_type b) in __ashldi3()
57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
77 __ashrdi3 (DWtype u, word_type b) in __ashrdi3()
83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
104 __lshrdi3 (DWtype u, word_type b) in __lshrdi3()
110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
129 word_type
362 word_type c = 0; in __divdi3()
408 word_type c = 0; in __moddi3()
[all …]
/external/u-boot/arch/m68k/lib/
Dashldi3.c14 typedef int word_type __attribute__ ((mode (__word__))); typedef
24 DItype __ashldi3 (DItype u, word_type b) in __ashldi3()
27 word_type bm; in __ashldi3()
Dlshrdi3.c14 typedef int word_type __attribute__ ((mode (__word__))); typedef
24 DItype __lshrdi3 (DItype u, word_type b) in __lshrdi3()
27 word_type bm; in __lshrdi3()
Dmuldi3.c47 typedef int word_type __attribute__ ((mode (__word__))); typedef
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc121 typedef uint32_t word_type; typedef
128 typedef uint64_t word_type; typedef
174 typedef typename MachBits<nlist_type>::word_type word_type; in __breakpad_fdnlist() typedef
298 if (lcp->cmdsize % sizeof(word_type) != 0 || in __breakpad_fdnlist()
/external/u-boot/arch/mips/lib/
Dlshrdi3.c3 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
6 word_type bm; in __lshrdi3()
Dashldi3.c3 long long __ashldi3(long long u, word_type b) in __ashldi3()
6 word_type bm; in __ashldi3()
Dashrdi3.c3 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
6 word_type bm; in __ashrdi3()
Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
/external/u-boot/arch/sh/lib/
Dashldi3.c3 long long __ashldi3(long long u, word_type b) in __ashldi3()
6 word_type bm; in __ashldi3()
Dlshrdi3.c3 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
6 word_type bm; in __lshrdi3()
Dashrdi3.c3 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
6 word_type bm; in __ashrdi3()
Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
/external/u-boot/arch/microblaze/lib/
Dmuldi3.c52 typedef int word_type __attribute__ ((mode(__word__))); typedef
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddbg-merge-loc-entry.ll64 !19 = !DIDerivedType(tag: DW_TAG_typedef, name: "word_type", line: 424, file: !30, scope: !6, baseT…
/external/llvm/test/DebugInfo/X86/
Ddbg-merge-loc-entry.ll62 !19 = !DIDerivedType(tag: DW_TAG_typedef, name: "word_type", line: 424, file: !30, scope: !6, baseT…