/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum 27 ldq_u $21,7($16) # .. e1 : handle misalignment 30 ldq_u $1,8($16) # .. e1 : 32 ldq_u $22,15($16) # .. e1 : 35 ldq_u $2,0($17) # .. e1 : 37 ldq_u $23,7($17) # .. e1 : 40 ldq_u $3,8($17) # .. e1 : 42 ldq_u $24,15($17) # .. e1 : 45 or $0,$21,$0 # .. e1 : 1st src word complete 47 addq $20,$0,$20 # .. e1 : begin summing the words [all …]
|
D | clear_user.S | 34 beq $4, 1f # .. e1 : 37 subq $0, 8, $0 # .. e1 : 39 addq $16, 8, $16 # .. e1 : 40 bne $4, 0b # e1 : 44 beq $1, $tail # .. e1 : 47 subq $0, 8, $0 # .. e1 : 49 subq $0, 8, $0 # .. e1 : 51 subq $0, 8, $0 # .. e1 : 53 subq $0, 8, $0 # .. e1 : 55 addq $16, 32, $16 # .. 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 | 55 lda t2, -1 # e1 : build a mask against false zero 58 ornot t1, t2, t2 # .. e1 : 60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 62 beq a2, $a_eoc # .. e1 : 63 bne t8, $a_eos # .. e1 : 70 addq a0, 8, a0 # .. e1 : 72 addq a1, 8, a1 # .. e1 : 74 cmpbge zero, t0, t8 # .. e1 (stall) 75 beq a2, $a_eoc # e1 : 76 beq t8, $a_loop # e1 : [all …]
|
D | stxcpy.S | 47 lda t2, -1 # e1 : build a mask against false zero 50 ornot t1, t2, t2 # .. e1 : 52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 54 bne t8, $a_eos # .. e1 : 62 addq a0, 8, a0 # .. e1 : 64 addq a1, 8, a1 # .. e1 : 66 beq t8, $a_loop # .. e1 (zdb) 74 and t8, t6, t12 # e1 (stall) 79 bne t6, 1f # .. e1 (zdb) 84 subq t12, 1, t6 # .. e1 : [all …]
|
D | strrchr.S | 23 mov zero, t6 # .. e1 : t6 is last match aligned addr 25 mov zero, t8 # .. e1 : t8 is last match byte compare mask 27 ldq_u t0, 0(a0) # .. e1 : load first quadword 29 andnot a0, 7, v0 # .. e1 : align source addr 31 lda t4, -1 # .. e1 : build garbage mask 33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 35 or t5, a1, a1 # .. e1 : character replication complete 37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 39 andnot t1, t4, t1 # .. e1 : clear garbage from null test 41 bne t1, $eos # .. e1 : did we already hit the terminator? [all …]
|
D | strchr.S | 23 ldq_u t0, 0(a0) # .. e1 : load first quadword 25 andnot a0, 7, v0 # .. e1 : align our loop pointer 27 lda t4, -1 # .. e1 : build garbage mask 29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 31 or t5, a1, a1 # .. e1 : 33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 35 xor t0, a1, t1 # .. e1 : make bytes == c zero 37 or t2, t3, t0 # e1 : bits set iff char match or zero match 39 bne t0, $found # .. e1 (zdb) 42 addq v0, 8, v0 # .. e1 : [all …]
|
D | ev6-stxcpy.S | 314 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall) 316 or t0, t1, t1 # e1 : and put it there 318 ret (t9) # e1 :
|
D | ev6-stxncpy.S | 127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 128 or t0, t1, t0 # e1 : (stall) 175 br stxncpy_aligned # .. e1 :
|
/arch/mips/bcm47xx/ |
D | board.c | 233 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local 238 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 239 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 240 return &e1->board; in bcm47xx_board_get_nvram() 245 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) { in bcm47xx_board_get_nvram() 246 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 247 return &e1->board; in bcm47xx_board_get_nvram() 261 for (e1 = bcm47xx_board_list_productid; e1->value1; e1++) { in bcm47xx_board_get_nvram() 262 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 263 return &e1->board; in bcm47xx_board_get_nvram() [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/ia64/kernel/ |
D | module.c | 851 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local 855 for (e1 = start; e1 < end; ++e1) in register_unwind_table() 856 if (in_init(mod, e1->start_offset)) in register_unwind_table() 865 for (e1 = start; e1 < end; ++e1) { in register_unwind_table() 866 for (e2 = e1 + 1; e2 < end; ++e2) { in register_unwind_table() 867 if (e2->start_offset < e1->start_offset) { in register_unwind_table() 868 tmp = *e1; in register_unwind_table() 869 *e1 = *e2; in register_unwind_table()
|
/arch/h8300/lib/ |
D | mulsi3.S | 30 mov.w e1,r3 ; ( 2 states) c * b
|
D | memset.S | 47 mov.w r1,e1
|
D | libgcc.h | 46 #define A1E e1
|
D | udivsi3.S | 63 mov.w e1,r2
|
/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 49 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c) 99 .long R(be, 5f, 5f, e1), R(35, 97, 97, a2) 145 .long R(d9, e1, e1, 38), R(eb, f8, f8, 13) 173 .long R(45, ea, 0e, 98), R(5d, fe, c0, e1) 182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 201 .long R(05, 8a, e1, 32), R(a4, f6, eb, 75) 279 .long R(e1, 1c, e5, ed), R(7a, 47, b1, 3c)
|
/arch/arc/kernel/ |
D | unwind.c | 238 const struct eh_frame_hdr_table_entry *e1 = p1; in cmp_eh_frame_hdr_table_entries() local 241 return (e1->start > e2->start) - (e1->start < e2->start); in cmp_eh_frame_hdr_table_entries() 246 struct eh_frame_hdr_table_entry *e1 = p1; in swap_eh_frame_hdr_table_entries() local 250 v = e1->start; in swap_eh_frame_hdr_table_entries() 251 e1->start = e2->start; in swap_eh_frame_hdr_table_entries() 253 v = e1->fde; in swap_eh_frame_hdr_table_entries() 254 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries()
|
/arch/h8300/kernel/ |
D | entry.S | 104 mov.w e1,r1 /* e1 highbyte = ccr */ 142 mov.w r1,e1 400 and.w #0xff,e1
|
/arch/powerpc/mm/nohash/ |
D | kaslr_booke.c | 96 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap() argument 98 return e1 >= s2 && e2 >= s1; in regions_overlap()
|
/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043a-rdb.dts | 206 fsl,tdm-framer-type = "e1";
|
/arch/powerpc/boot/dts/fsl/ |
D | t104xrdb.dtsi | 250 fsl,tdm-framer-type = "e1";
|
D | t104xd4rdb.dtsi | 240 fsl,tdm-framer-type = "e1";
|
D | t104xqds.dtsi | 394 fsl,tdm-framer-type = "e1";
|
/arch/m68k/fpsp040/ |
D | util.S | 356 beql unf_e1_exc |branch to e1 underflow
|