/arch/riscv/crypto/ |
D | aes-riscv64-zvkned.S | 56 #define LEN a3 macro 87 srli t0, LEN, 2 134 addi LEN, LEN, -16 135 bnez LEN, 1b 142 srli LEN, LEN, 2 // Convert LEN from bytes to words 145 vsetvli t0, LEN, e32, m4, ta, ma 157 sub LEN, LEN, t0 158 bnez LEN, 1b 204 addi LEN, LEN, -16 205 bgt LEN, t0, 1b // Repeat if more than one block remains [all …]
|
D | ghash-riscv64-zvkg.S | 53 #define LEN a3 macro 67 addi LEN, LEN, -16 68 bnez LEN, .Lnext_block
|
D | aes-riscv64-zvkned-zvkb.S | 55 #define LEN a3 macro 64 addi t0, LEN, 15 112 vsetvli t0, LEN, e8, m4, ta, ma 120 sub LEN, LEN, t0 125 bnez LEN, 1b
|
D | aes-riscv64-zvkned-zvbb-zvkg.S | 56 #define LEN a3 macro 98 ble LEN, t0, .Linit_single_block\@ 273 andi TAIL_LEN, LEN, 15 280 sub LEN, LEN, TAIL_LEN 281 addi LEN, LEN, -16 283 srli LEN32, LEN, 2
|
D | chacha-riscv64-zvkb.S | 52 #define LEN a3 macro 141 srli LEN, LEN, 6 // Bytes to blocks 179 vsetvli VL, LEN, e32, m1, ta, ma 274 sub LEN, LEN, VL 278 bnez LEN, .Lblock_loop
|
/arch/x86/crypto/ |
D | aegis128-aesni-asm.S | 24 #define LEN %rsi macro 79 mov LEN, %r8 83 mov LEN, %r8 89 mov LEN, %r8 93 mov LEN, %r8 100 mov LEN, %r8 104 mov LEN, %r8 114 mov LEN, %r8 118 mov LEN, %r8 142 mov LEN, %r8 [all …]
|
D | crc32-pclmul_asm.S | 62 #define LEN %rsi macro 66 #define LEN %edx macro 90 sub $0x40, LEN 92 cmp $0x40, LEN 139 sub $0x40, LEN 141 cmp $0x40, LEN 169 cmp $0x10, LEN 177 sub $0x10, LEN 179 cmp $0x10, LEN
|
D | aesni-intel_asm.S | 153 #define LEN %rcx macro 166 #define LEN %esi macro 2323 pushl LEN 2329 movl (FRAME_OFFSET+28)(%esp), LEN # len 2331 test LEN, LEN # check length 2334 cmp $16, LEN 2336 cmp $64, LEN 2349 sub $64, LEN 2352 cmp $64, LEN 2354 cmp $16, LEN [all …]
|
D | sha256_ni_asm.S | 352 #define LEN %ecx macro 471 mov LEN, LEN 520 add %ebx, LEN // LEN += buffered - 64 526 sub $64, LEN 578 sub $64, LEN 588 add $64, LEN 597 sub LEN, %ebx // ebx = 64 - LEN 607 cmp $56, LEN
|
/arch/m68k/fpsp040/ |
D | bindec.S | 43 | A6. Calculate LEN. 44 | LEN is the number of digits to be displayed. The 49 | If LEN is computed to be greater than 17, set OPERR in 50 | USER_FPSR. LEN is stored in d4. 54 | of decimal places needed to insure LEN integer digits 85 | A13. Check for LEN digits. 86 | If the int operation results in more than LEN digits, 87 | or less than LEN -1 digits, adjust ILOG and repeat from 89 | result is exactly 10^LEN, decrement ILOG and divide 93 | The binstr routine is used to convert the LEN digit [all …]
|
D | binstr.S | 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in 12 | Output: LEN bcd digits representing the 64-bit integer. 19 | LEN digits are formed. 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero. 49 | d0: LEN counter 79 subql #1,%d0 |for dbf d0 would have LEN+1 passes 120 swap %d7 |put LEN counter in word d7a 127 swap %d7 |put LEN counter in word d7a
|
/arch/arm/crypto/ |
D | crc32-ce-core.S | 112 LEN .req r1 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, #0x40 173 cmp LEN, #0x40 195 teq LEN, #0 199 subs LEN, LEN, #0x10
|
/arch/s390/crypto/ |
D | chacha-s390.S | 45 #define LEN %r4 macro 304 aghi LEN,-0x40 316 clgfi LEN,0x40 330 aghi LEN,-0x40 343 clgfi LEN,0x40 357 aghi LEN,-0x40 370 clgfi LEN,0x40 403 brct LEN,.Loop_tail_4x 411 #undef LEN 429 #define LEN %r4 macro [all …]
|
/arch/sparc/net/ |
D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ argument 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ argument 136 mov (LEN), %o2; \
|
/arch/sh/lib/ |
D | checksum.S | 162 ! r6: int LEN
|
/arch/arm64/tools/ |
D | sysreg | 1885 Field 3:0 LEN 1898 Field 3:0 LEN
|