Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 26) sorted by relevance

12

/arch/arm/crypto/
Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
83 veor \b3, \b3, \b0
86 veor \b6, \b6, \b3
87 veor \b3, \b3, \b7
89 veor \b3, \b3, \b4
92 veor \b3, \b3, \b1
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
103 veor \b5, \b5, \b3
104 veor \b3, \b3, \b7
110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
[all …]
Dghash-ce-core.S95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4
109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
124 .ifc \b3, t4l
133 vmull.p8 t4q, \ad, \b3 @ I = A*B3
/arch/arm64/crypto/
Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
28 eor \b3, \b3, \b0
31 eor \b6, \b6, \b3
32 eor \b3, \b3, \b7
34 eor \b3, \b3, \b4
37 eor \b3, \b3, \b1
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
48 eor \b5, \b5, \b3
49 eor \b3, \b3, \b7
55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
[all …]
Dghash-ce-core.S98 .macro __pmull_p8_tail, rq, ad, bd, nb, t, b1, b2, b3, b4
104 pmull\t t8.8h, \ad, \b3\().\nb // I = A*B3
/arch/arm/include/asm/
Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
56 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2()
77 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
/arch/x86/net/
Dbpf_jit_comp.c37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
44 #define EMIT3_off32(b1, b2, b3, off) \ argument
45 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
46 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
47 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
605 u8 b1, b2, b3; in emit_mov_imm32() local
615 b3 = 0xC0; in emit_mov_imm32()
616 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32()
628 b3 = 0xC0; in emit_mov_imm32()
[all …]
Dbpf_jit_comp32.c69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
70 #define EMIT4(b1, b2, b3, b4) \ argument
71 EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
77 #define EMIT3_off32(b1, b2, b3, off) \ argument
78 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
80 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
/arch/powerpc/crypto/
Daes-tab-4k.S45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce)
146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33)
240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99)
253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3)
274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52)
288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
/arch/ia64/include/uapi/asm/
Dptrace.h195 unsigned long b3; member
/arch/arm/vdso/
DMakefile80 last=`echo $$buildid | cut -b3-`; \
/arch/ia64/kernel/
Dentry.h58 .spillsp b2,SW(B2)+16+(off); .spillsp b3,SW(B3)+16+(off); \
Drelocate_kernel.S223 mov r5=b3
Dasm-offsets.c161 DEFINE(IA64_SWITCH_STACK_B3_OFFSET, offsetof (struct switch_stack, b3)); in foo()
Dhead.S112 SAVE_FROM_REG(b3,_reg1,_reg2);; \
1065 SET_REG(b3);
1107 RESTORE_REG(b3, r25, r17);;
Dmca_asm.S606 mov temp4=b3
769 mov b3=temp4
Dentry.S92 mov r6=0; mov f4=f0; mov b3=r0
295 mov r24=b3
421 mov b3=r24
/arch/s390/net/
Dbpf_jit_comp.c158 #define EMIT4_RRF(op, b1, b2, b3) \ argument
160 _EMIT4((op) | reg_high(b3) << 8 | reg(b1, b2)); \
163 REG_SET_SEEN(b3); \
222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
225 reg_high(b3) << 8, op2, disp); \
228 REG_SET_SEEN(b3); \
/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S433 b3, c3, d3, st0, st1) \ argument
437 transpose_4x4(b0, b1, b2, b3, d2, d3); \
453 vpshufb a0, b3, b3; \
476 transpose_4x4(a3, b3, c3, d3, b0, b1); \
Dcamellia-aesni-avx2-asm_64.S467 a3, b3, c3, d3, st0, st1) \ argument
471 transpose_4x4(b0, b1, b2, b3, d2, d3); \
487 vpshufb a0, b3, b3; \
510 transpose_4x4(a3, b3, c3, d3, b0, b1); \
/arch/arm/boot/dts/
Dkirkwood-b3.dts22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/arch/sparc/vdso/
DMakefile129 last=`echo $$buildid | cut -b3-`; \
/arch/x86/kernel/
Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
47 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/arch/x86/entry/vdso/
DMakefile198 last=`echo $$buildid | cut -b3-`; \
/arch/x86/kernel/kprobes/
Dcore.c64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
65 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/arch/x86/lib/
Dx86-opcode-map.txt233 b3: MOV BL/R11L,Ib
530 b3: BTR Ev,Gv

12