/linux/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 52 beq $18, $zerolength # U .. .. .. : U L U L 57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores 67 nop # E .. .. .. : U L U L 73 EXO( stb $1,-1($16) ) # .. .. .. L : 76 bne $3, $aligndest # U .. .. .. : U L U L 85 EXI( ldq_u $3,0($17) ) # .. L .. .. : Forward fetch for fallthrough code 86 beq $1,$quadaligned # U .. .. .. : U L U L 95 EXI( ldq_u $2,8($17) ) # .. .. .. L : 98 extqh $2,$17,$1 # U .. .. .. : U U L L [all …]
|
H A D | ev6-clear_user.S | 54 beq $0, $zerolength # U .. .. .. : U L U L 61 beq $4, $headalign # U .. .. .. : U L U L 67 EX( ldq_u $5, 0($16) ) # .. .. .. L : load dst word to mask back in 70 addq $16, 8, $16 # E .. .. .. : L U U L 72 EX( stq_u $5, -8($16) ) # .. .. .. L : 75 subq $0, 8, $0 # E .. .. .. : U L U L 89 blt $4, $trailquad # U .. .. .. : U L U L 101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64 104 EX( stq_u $31, 0($16) ) # .. .. .. L 107 nop # E .. .. .. : U L U L [all …]
|
H A D | ev6-divide.S | 113 7: stq $1, 0($30) # L : 115 stq $2, 8($30) # L : L U L U 118 stq $0,16($30) # L : 120 LONGIFY(divisor) # E : U L L U 122 stq tmp1,24($30) # L : 125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 147 bne compare,1b # U : U L U L 152 blt divisor, 2f # U : U L U L 157 bne compare,1b # U : U L U L 179 nop # E : L U L U [all …]
|
H A D | ev6-csum_ipv6_magic.S | 64 ldq_u $0,0($16) # L : Latency: 3 66 ldq_u $1,8($16) # L : Latency: 3 67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00 70 ldq_u $5,15($16) # L : Latency: 3 72 ldq_u $2,0($17) # L : U L U L : Latency: 3 76 ldq_u $3,8($17) # L : Latency: 3 77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000 80 ldq_u $23,15($17) # L : Latency: 3 82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00 87 extqh $5,$6,$5 # U : L U L U [all …]
|
H A D | ev6-memchr.S | 49 ldq_u $1, 0($16) # L : load first quadword Latency=3 50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 55 lda $3, -1($31) # E : U L L U 60 sll $17, 32, $2 # U : U L L U : chchchch00000000 65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3 70 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16 80 cmpbge $31, $1, $2 # E : L U L U 85 beq $2, $not_found # U : U L U L 96 ret # L0 : L U L U 110 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0 [all …]
|
H A D | ev6-memcpy.S | 52 ldbu $1, 0($17) # L : grab a byte 55 stb $1, 0($16) # L : 68 ldq $1, 0($17) # L : get 8 bytes 73 stq $1, 0($16) # L : store 91 ldq $4, 8($17) # L : bytes 8..15 92 ldq $5, 16($17) # L : bytes 16..23 96 ldq $3, 24($17) # L : bytes 24..31 102 stq $6, 0($16) # L : bytes 0..7 106 stq $4, 8($16) # L : bytes 8..15 107 stq $5, 16($16) # L : bytes 16..23 [all …]
|
H A D | ev6-memset.S | 81 ldq_u $4,0($16) # L : Fetch first partial 92 stq_u $1,0($5) # L : Store result 136 stq $17, 0($5) # L : 163 stq $17, 0($5) # L : 167 stq $17, 8($5) # L : 168 stq $17, 16($5) # L : 171 stq $17, 24($5) # L : 172 stq $17, 32($5) # L : 176 stq $17, 40($5) # L : 177 stq $17, 48($5) # L : [all …]
|
/linux/arch/m68k/kernel/ |
H A D | head.S | 365 #define L(name) .head.S.##name macro 367 #define L(name) .head.S./**/name macro 371 #define L(name) .L##name macro 373 #define L(name) .L/**/name macro 405 L(\name): 422 jbsr L(\name) 542 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab 543 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab 544 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab 545 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab [all …]
|
/linux/lib/crypto/ |
H A D | des.c | 516 #define IP(L, R, T) \ argument 518 T = L; \ 519 L ^= R; \ 520 L &= 0xf0f0f0f0; \ 521 R ^= L; \ 522 L ^= T; \ 524 T = L; \ 525 L ^= R; \ 526 L &= 0xffff0000; \ 527 R ^= L; \ [all …]
|
/linux/tools/testing/selftests/mm/ |
H A D | mdwe_test.c | 25 EXPECT_LT(prctl(PR_SET_MDWE, PR_MDWE_NO_INHERIT, 0L, 0L, 7L), 0); in TEST() 28 EXPECT_LT(prctl(PR_SET_MDWE, 7L, 0L, 0L, 0L), 0); in TEST() 30 EXPECT_LT(prctl(PR_SET_MDWE, 0L, 7L, 0L, in TEST() [all...] |
/linux/arch/arm64/lib/ |
H A D | memcmp.S | 17 #define L(label) .L ## label macro 37 b.lo L(less8) 42 b.ne L(return) 45 b.gt L(more16) 49 b L(return) 51 L(more16): 55 bne L(return) 60 b.ls L(last_bytes) 65 b.ls L(loop16) 77 L(loop16): [all …]
|
H A D | strncmp.S | 18 #define L(label) .L ## label macro 62 cbz limit, L(ret0) 67 b.ne L(misaligned8) 68 cbnz count, L(mutual_align) 74 L(loop_aligned): 77 L(start_realigned): 85 b.eq L(loop_aligned) 88 L(full_check): 92 L(syndrome_check): 110 tbz limit, #63, L(not_limit) [all …]
|
H A D | strcmp.S | 18 #define L(label) .L ## label macro 61 b.ne L(misaligned8) 62 cbnz tmp, L(mutual_align) 66 L(loop_aligned): 69 L(start_realigned): 80 b.eq L(loop_aligned) 86 L(end): 107 L(mutual_align): 119 b L(start_realigned) 121 L(misaligned8): [all …]
|
H A D | memcpy.S | 18 #define L(label) .L ## label macro 64 b.hi L(copy_long) 66 b.hi L(copy32_128) 70 b.lo L(copy16) 78 L(copy16): 79 tbz count, 3, L(copy8) 88 L(copy8): 89 tbz count, 2, L(copy4) 97 L(copy4): 98 cbz count, L(copy0) [all …]
|
H A D | memchr.S | 20 #define L(label) .L ## label macro 44 cbz wordcnt, L(byte_loop) 48 L(word_loop): 55 b.ne L(found_word) 56 cbnz wordcnt, L(word_loop) 57 L(byte_loop): 58 cbz cntin, L(not_found) 62 b.ne L(byte_loop) 65 L(found_word): 71 L(not_found):
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-details.rst | 50 L' = -1.099(-L)^{0.45} + 0.099 \text{, for } L \le-0.018 52 L' = 4.5L \text{, for } -0.018 < L < 0.018 54 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018 60 L = -\left( \frac{L' - 0.099}{-1.099} \right) ^{\frac{1}{0.45}} \text{, for } L' \le -0.081 62 L = \frac{L'}{4.5} \text{, for } -0.081 < L' < 0.081 64 L = \left(\frac{L' + 0.099}{1.099}\right)^{\frac{1}{0.45} } \text{, for } L' \ge 0.081 121 Transfer function. Normally L is in the range [0…1], but for the 126 L' = -1.099(-L)^{0.45} + 0.099 \text{, for } L \le -0.018 128 L' = 4.5L \text{, for } -0.018 < L < 0.018 130 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018 [all …]
|
H A D | metafmt-vsp1-hgt.rst | 50 5U 0L 0U 1L 1U 2L 2U 3L 3U 4L 4U 5L 5U 0L 58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary 64 n+1L and nU excluded) are attributed to both areas and given a weight for each 72 0L <= 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U 76 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U <= 0L
|
/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun8i-a83t-r.c | 33 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 39 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 45 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 50 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 55 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 60 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 65 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 70 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 75 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 80 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
H A D | pinctrl-sun50i-a64-r.c | 30 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 36 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 42 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 47 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 52 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 57 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 62 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 67 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 72 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 77 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
H A D | pinctrl-sun8i-h3-r.c | 19 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 24 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 29 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 34 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 39 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 44 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 49 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 54 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 59 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 63 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
H A D | pinctrl-sun8i-a23-r.c | 26 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 32 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 38 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 43 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 48 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 53 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 58 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 63 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 68 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 73 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
H A D | pinctrl-sun50i-a100-r.c | 17 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0), 22 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1), 27 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2), 32 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3), 37 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4), 42 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5), 47 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6), 52 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7), 57 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8), 62 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9), [all …]
|
/linux/crypto/ |
H A D | wp512.c | 787 u64 L[8]; in wp512_process_buffer() local 804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer() 814 L[1] = C0[(int)(K[1] >> 56) ] ^ in wp512_process_buffer() 823 L[2] = C0[(int)(K[2] >> 56) ] ^ in wp512_process_buffer() 832 L[3] = C0[(int)(K[3] >> 56) ] ^ in wp512_process_buffer() 841 L[4] = C0[(int)(K[4] >> 56) ] ^ in wp512_process_buffer() 850 L[5] = C0[(int)(K[5] >> 56) ] ^ in wp512_process_buffer() 859 L[6] = C0[(int)(K[6] >> 56) ] ^ in wp512_process_buffer() 868 L[7] = C0[(int)(K[7] >> 56) ] ^ in wp512_process_buffer() 877 K[0] = L[0]; in wp512_process_buffer() [all …]
|
/linux/arch/arm64/crypto/ |
H A D | sm3-ce-core.S | 17 .inst 0xce60c000 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 21 .inst 0xce60c400 | .L\rd | (.L\rn << 5) | (.L\rm << 16) 25 .inst 0xce400000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16) 29 .inst 0xce408000 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16) 33 .inst 0xce408400 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16) 37 .inst 0xce408800 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16) 41 .inst 0xce408c00 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
|
/linux/fs/ext4/ |
H A D | inode-test.c | 17 #define LOWER_MSB_0 0L 89 .expected = {.tv_sec = -0x80000000LL, .tv_nsec = 0L}, 97 .expected = {.tv_sec = -1LL, .tv_nsec = 0L}, 105 .expected = {0LL, 0L}, 113 .expected = {.tv_sec = 0x7fffffffLL, .tv_nsec = 0L}, 121 .expected = {.tv_sec = 0x80000000LL, .tv_nsec = 0L}, 129 .expected = {.tv_sec = 0xffffffffLL, .tv_nsec = 0L}, 137 .expected = {.tv_sec = 0x100000000LL, .tv_nsec = 0L}, 145 .expected = {.tv_sec = 0x17fffffffLL, .tv_nsec = 0L}, 153 .expected = {.tv_sec = 0x180000000LL, .tv_nsec = 0L}, [all …]
|