Home
last modified time | relevance | path

Searched refs:align1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
H A Dhsw.asm15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del…
40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N };
41 (+f0.0) jmpi(1) 352D { align1 WE_all 1N };
48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID …
53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N };
[all …]
H A Divb.asm15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del…
40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N };
41 (+f0.0) jmpi(1) 44D { align1 WE_all 1N };
48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID …
53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N };
[all …]
/linux/arch/sparc/lib/
H A Dbitext.c32 int align1; in bit_map_string_get() local
44 align1 = align - 1; in bit_map_string_get()
45 if ((align & align1) != 0) in bit_map_string_get()
51 color &= align1; in bit_map_string_get()
57 offset = t->last_off & ~align1; in bit_map_string_get()
61 off_new = ((off_new + align1) & ~align1) + color; in bit_map_string_get()
/linux/tools/perf/util/
H A Dbranch.c7 u64 align1, align2; in cross_area() local
9 align1 = addr1 & ~(size - 1); in cross_area()
12 return (align1 != align2) ? true : false; in cross_area()