Searched refs:combine (Results 1 – 18 of 18) sorted by relevance
/arch/powerpc/perf/ |
D | power7-pmu.c | 252 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local 272 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr() 291 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
|
D | power8-pmu.c | 405 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in power8_compute_mmcr() local 426 combine = (event[i] >> EVENT_COMBINE_SHIFT) & EVENT_COMBINE_MASK; in power8_compute_mmcr() 440 mmcr1 |= combine << MMCR1_COMBINE_SHIFT(pmc); in power8_compute_mmcr() 610 PMU_FORMAT_ATTR(combine, "config:11");
|
/arch/x86/crypto/ |
D | poly1305-avx2-x86_64.S | 100 # combine r0,u0,w0,y0 109 # combine r1,u1,w1,y1 and s1=r1*5,v1=u1*5,x1=w1*5,z1=y1*5 120 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5 131 # combine r3,u3,w3,y3 and s3=r3*5,v3=u3*5,x3=w3*5,z3=y3*5 142 # combine r4,u4,w4,y4 and s4=r4*5,v4=u4*5,x4=w4*5,z4=y4*5
|
D | poly1305-sse2-x86_64.S | 318 # combine r0,u0 323 # combine r1,u1 and s1=r1*5,v1=u1*5 331 # combine r2,u2 and s2=r2*5,v2=u2*5 339 # combine r3,u3 and s3=r3*5,v3=u3*5 347 # combine r4,u4 and s4=r4*5,v4=u4*5
|
D | aesni-intel_asm.S | 430 # combine GHASHed value with the corresponding ciphertext 648 # combine GHASHed value with the corresponding ciphertext
|
D | aesni-intel_avx-x86_64.S | 614 …vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with the corresponding cipherte… 1874 vpxor TMP1(%rsp), \XMM1, \XMM1 # combine GHASHed value with
|
/arch/xtensa/ |
D | Kconfig.debug | 20 The default linker behavior is to combine identical literal
|
/arch/mips/boot/ |
D | elf2ecoff.c | 100 static void combine(struct sect *base, struct sect *new, int pad) in combine() function 367 combine(&data, &ndata, 0); in main() 368 combine(&bss, &nbss, 1); in main() 375 combine(&text, &ntxt, 0); in main()
|
/arch/hexagon/mm/ |
D | copy_user_template.S | 41 src_dst_sav = combine(src,dst)
|
/arch/hexagon/lib/ |
D | memset.S | 175 r5:4=combine(r7,r7)
|
D | memcpy.S | 362 inc = combine(#32, #-1);
|
/arch/arm/mm/ |
D | abort-lv4t.S | 87 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
|
D | proc-v7.S | 436 orr r6, r6, r3, lsr #20-4 @ combine variant and revision
|
/arch/metag/lib/ |
D | memmove.S | 120 ! combine the both
|
/arch/arm/crypto/ |
D | aes-ce-core.S | 266 veor q14, q15, q6 @ combine prev ct with last key
|
/arch/m68k/fpsp040/ |
D | do_func.S | 82 addl %d1,%d0 |combine for final index into table
|
/arch/ |
D | Kconfig | 153 particular, the compiler will be able to combine the byteswap
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 14306 or.b STAG(%a6),%d1 # combine src tags 14653 or.b STAG(%a6),%d1 # combine src tags 15106 or.b STAG(%a6),%d1 # combine src tags
|