/external/llvm/test/CodeGen/XCore/ |
unaligned_store.ll | 4 ; CHECK-LABEL: align1: 6 define void @align1(i32* %p, i32 %val) nounwind {
|
unaligned_load.ll | 4 ; CHECK: align1 6 define i32 @align1(i32* %p) nounwind {
|
/external/clang/test/CodeGen/ |
palignr.c | 8 int4 align1(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 15); } function
|
packed-arrays.c | 28 // CHECK: @align1 = global i32 4 29 int align1 = __alignof(struct s1); variable
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
Makefile.inc | 39 EXTRA_DIST += libyasm/tests/opt-align1.asm 40 EXTRA_DIST += libyasm/tests/opt-align1.hex
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 194 unsigned Align1 = AI->getAlignment(), 199 if (!TD && (!Align1 || !Align2) && Align1 != Align2) 219 if (Align1 != Align2) { 220 if (!Align1 || !Align2) { 224 Align1 = Align1 ? Align1 : TypeAlign; 228 if (Align1 > Align2)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 274 * add(16) g6<1>F g6<8,8,1>UW 0.5F { align1 compr }; 277 * add(8) g6<1>F g6<8,8,1>UW 0.5F { align1 }; 278 * add(8) g7<1>F g6.8<8,8,1>UW 0.5F { align1 sechalf };
|
brw_wm_emit.c | [all...] |
brw_eu.h | 69 * Align1 operation has a lot of control over input ranges. Used in 82 GLuint width:3; /* src only, align1 only */ 83 GLuint hstride:2; /* align1 only */
|
brw_disasm.c | 237 [0] = "align1", 1073 err |= control (file, "predicate control align1", pred_ctrl_align1, [all...] |
brw_eu_emit.c | 136 /* These are different sizes in align1 vs align16: [all...] |
brw_vec4_visitor.cpp | 235 /* The gen6 math instruction must be align1, so we can't do 305 /* The gen6 math instruction must be align1, so we can't do [all...] |
brw_blorp_blit.cpp | [all...] |
brw_vs_emit.c | 695 * docs say it's supposed to work. Punt to using align1 mode, [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 274 * add(16) g6<1>F g6<8,8,1>UW 0.5F { align1 compr }; 277 * add(8) g6<1>F g6<8,8,1>UW 0.5F { align1 }; 278 * add(8) g7<1>F g6.8<8,8,1>UW 0.5F { align1 sechalf };
|
brw_wm_emit.c | [all...] |
brw_eu.h | 69 * Align1 operation has a lot of control over input ranges. Used in 82 GLuint width:3; /* src only, align1 only */ 83 GLuint hstride:2; /* align1 only */
|
brw_disasm.c | 237 [0] = "align1", 1073 err |= control (file, "predicate control align1", pred_ctrl_align1, [all...] |
brw_eu_emit.c | 136 /* These are different sizes in align1 vs align16: [all...] |
brw_vec4_visitor.cpp | 235 /* The gen6 math instruction must be align1, so we can't do 305 /* The gen6 math instruction must be align1, so we can't do [all...] |
brw_blorp_blit.cpp | [all...] |
brw_vs_emit.c | 695 * docs say it's supposed to work. Punt to using align1 mode, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elfmanysym.asm | 49 align1: label
|
/external/llvm/test/Bitcode/ |
ssse3_palignr.ll | 4 define <4 x i32> @align1(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp {
|
/bionic/tests/ |
string_test.cpp | 158 int align1 = alignments[random() % (usable_alignments - 1)]; local 161 ptr = glob_ptr + align1; 162 ptr1 = glob_ptr1 + align1;
|