/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum 25 ldq_u $21,7($16) # .. e1 : handle misalignment 28 ldq_u $1,8($16) # .. e1 : 30 ldq_u $22,15($16) # .. e1 : 33 ldq_u $2,0($17) # .. e1 : 35 ldq_u $23,7($17) # .. e1 : 38 ldq_u $3,8($17) # .. e1 : 40 ldq_u $24,15($17) # .. e1 : 43 or $0,$21,$0 # .. e1 : 1st src word complete 45 addq $20,$0,$20 # .. e1 : begin summing the words [all …]
|
D | clear_user.S | 47 beq $4, 1f # .. e1 : 50 subq $0, 8, $0 # .. e1 : 52 addq $6, 8, $6 # .. e1 : 53 bne $4, 0b # e1 : 57 beq $1, $tail # .. e1 : 60 subq $0, 8, $0 # .. e1 : 62 subq $0, 8, $0 # .. e1 : 64 subq $0, 8, $0 # .. e1 : 66 subq $0, 8, $0 # .. e1 : 68 addq $6, 32, $6 # .. e1 : [all …]
|
D | memchr.S | 51 beq $18, $not_found # .. e1 : 52 ldq_u $1, 0($16) # e1 : load first quadword 55 cmpult $18, 9, $4 # .. e1 : 57 lda $3, -1($31) # .. e1 : 59 addq $16, $5, $5 # .. e1 : 60 or $2, $17, $17 # e1 : $17 = 00000000chchchch 63 or $2, $17, $17 # e1 : $17 = chchchchchchchch 65 beq $4, $first_quad # .. e1 : 67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search 70 or $7, $6, $1 # .. e1 : $1 = quadword starting at $16 [all …]
|
D | stxncpy.S | 54 lda t2, -1 # e1 : build a mask against false zero 57 ornot t1, t2, t2 # .. e1 : 59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 61 beq a2, $a_eoc # .. e1 : 62 bne t8, $a_eos # .. e1 : 69 addq a0, 8, a0 # .. e1 : 71 addq a1, 8, a1 # .. e1 : 73 cmpbge zero, t0, t8 # .. e1 (stall) 74 beq a2, $a_eoc # e1 : 75 beq t8, $a_loop # e1 : [all …]
|
D | stxcpy.S | 46 lda t2, -1 # e1 : build a mask against false zero 49 ornot t1, t2, t2 # .. e1 : 51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 53 bne t8, $a_eos # .. e1 : 61 addq a0, 8, a0 # .. e1 : 63 addq a1, 8, a1 # .. e1 : 65 beq t8, $a_loop # .. e1 (zdb) 73 and t8, t6, t12 # e1 (stall) 78 bne t6, 1f # .. e1 (zdb) 83 subq t12, 1, t6 # .. e1 : [all …]
|
D | strrchr.S | 22 mov zero, t6 # .. e1 : t6 is last match aligned addr 24 mov zero, t8 # .. e1 : t8 is last match byte compare mask 26 ldq_u t0, 0(a0) # .. e1 : load first quadword 28 andnot a0, 7, v0 # .. e1 : align source addr 30 lda t4, -1 # .. e1 : build garbage mask 32 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 34 or t5, a1, a1 # .. e1 : character replication complete 36 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 38 andnot t1, t4, t1 # .. e1 : clear garbage from null test 40 bne t1, $eos # .. e1 : did we already hit the terminator? [all …]
|
D | strchr.S | 22 ldq_u t0, 0(a0) # .. e1 : load first quadword 24 andnot a0, 7, v0 # .. e1 : align our loop pointer 26 lda t4, -1 # .. e1 : build garbage mask 28 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 30 or t5, a1, a1 # .. e1 : 32 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 34 xor t0, a1, t1 # .. e1 : make bytes == c zero 36 or t2, t3, t0 # e1 : bits set iff char match or zero match 38 bne t0, $found # .. e1 (zdb) 41 addq v0, 8, v0 # .. e1 : [all …]
|
D | ev6-stxcpy.S | 313 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall) 315 or t0, t1, t1 # e1 : and put it there 317 ret (t9) # e1 :
|
D | ev6-stxncpy.S | 126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 127 or t0, t1, t0 # e1 : (stall) 174 br stxncpy_aligned # .. e1 :
|
/arch/mips/bcm47xx/ |
D | board.c | 217 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local 222 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 223 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 224 return &e1->board; in bcm47xx_board_get_nvram() 229 for (e1 = bcm47xx_board_list_model_no; e1->value1; e1++) { in bcm47xx_board_get_nvram() 230 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 231 return &e1->board; in bcm47xx_board_get_nvram() 236 for (e1 = bcm47xx_board_list_machine_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 237 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 238 return &e1->board; in bcm47xx_board_get_nvram() [all …]
|
/arch/x86/purgatory/ |
D | sha256.c | 34 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25)) macro 67 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform() 69 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform() 71 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform() 73 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform() 75 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform() 77 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; in sha256_transform() 79 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; in sha256_transform() 81 t1 = a + e1(f) + Ch(f, g, h) + 0xab1c5ed5 + W[7]; in sha256_transform() 84 t1 = h + e1(e) + Ch(e, f, g) + 0xd807aa98 + W[8]; in sha256_transform() [all …]
|
/arch/mips/include/asm/txx9/ |
D | tx3927.h | 56 #define endian_def_s2(e1, e2) \ argument 57 volatile unsigned short e1, e2 58 #define endian_def_sb2(e1, e2, e3) \ argument 59 volatile unsigned short e1;volatile unsigned char e2, e3 60 #define endian_def_b2s(e1, e2, e3) \ argument 61 volatile unsigned char e1, e2;volatile unsigned short e3 62 #define endian_def_b4(e1, e2, e3, e4) \ argument 63 volatile unsigned char e1, e2, e3, e4 65 #define endian_def_s2(e1, e2) \ argument 66 volatile unsigned short e2, e1 [all …]
|
/arch/mn10300/lib/ |
D | do_csum.S | 67 mov (a0+),e1 71 addc e1,d1 75 mov (a0+),e1 79 addc e1,d1 95 mov (a0+),e1 99 addc e1,d1
|
D | memcpy.S | 53 mov (a1+),e1 61 mov e1,(a0+) 81 mov (a1+),e1 85 mov e1,(a0+)
|
D | memmove.S | 103 mov (a1),e1 105 mov e1,(a0)
|
/arch/ia64/kernel/ |
D | module.c | 859 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local 863 for (e1 = start; e1 < end; ++e1) in register_unwind_table() 864 if (in_init(mod, e1->start_offset)) in register_unwind_table() 873 for (e1 = start; e1 < end; ++e1) { in register_unwind_table() 874 for (e2 = e1 + 1; e2 < end; ++e2) { in register_unwind_table() 875 if (e2->start_offset < e1->start_offset) { in register_unwind_table() 876 tmp = *e1; in register_unwind_table() 877 *e1 = *e2; in register_unwind_table()
|
/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 30 unsigned long e1; member
|
D | ptrace.h | 56 unsigned long e1; member
|
/arch/mn10300/include/asm/ |
D | elf.h | 78 _ur->e1 = 0; _ur->e0 = 0; _ur->e7 = 0; _ur->e6 = 0; \ 111 pr_reg[8] = regs->e1; \
|
D | gdb-stub.h | 82 u32 e0, e1, e2, e3, e4, e5, e6, e7; member
|
/arch/s390/kernel/ |
D | time.c | 495 .e0 = 0, .e1 = 0, ._pad0 = 4, .dp = 0, in etr_reset() 685 a1->esw.eacr.e1 != a2->esw.eacr.e1) in etr_aib_follows() 865 if (eacr.e1) in etr_handle_events() 874 eacr.e1 = 0; in etr_handle_events() 912 if (!eacr.e0 && !eacr.e1) in etr_handle_update() 982 dp_changed = etr_eacr.e0 > eacr.e0 || etr_eacr.e1 > eacr.e1 || in etr_update_eacr() 1053 eacr.e1 = 0; in etr_work_fn() 1056 eacr.e1 = 1; in etr_work_fn() 1062 eacr.e1 = 1; in etr_work_fn() 1074 eacr.e1 = 0; in etr_work_fn() [all …]
|
/arch/arc/kernel/ |
D | unwind.c | 224 const struct eh_frame_hdr_table_entry *e1 = p1; in cmp_eh_frame_hdr_table_entries() local 227 return (e1->start > e2->start) - (e1->start < e2->start); in cmp_eh_frame_hdr_table_entries() 232 struct eh_frame_hdr_table_entry *e1 = p1; in swap_eh_frame_hdr_table_entries() local 236 v = e1->start; in swap_eh_frame_hdr_table_entries() 237 e1->start = e2->start; in swap_eh_frame_hdr_table_entries() 239 v = e1->fde; in swap_eh_frame_hdr_table_entries() 240 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries()
|
/arch/s390/include/asm/ |
D | etr.h | 11 unsigned int e1 : 1; /* port 1 stepping control */ member
|
/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 76 # r4 = {e7 e6 e5 e4 e3 e2 e1 e0} 83 # r1 = {h1 g1 f1 e1 d1 c1 b1 a1} 105 vshufps $0x44, \r5, \r4, \r2 # r2 = {f5 f4 e5 e4 f1 f0 e1 e0} 109 vshufps $0xDD, \t1, \r2, \r7 # r7 = {h5 g5 f5 e5 h1 g1 f1 e1}
|
/arch/mn10300/kernel/ |
D | head.S | 192 mov 0xed00e1ed,e1 229 mov 0xfd00e1ed,e1
|