Searched refs:state0 (Results 1 – 5 of 5) sorted by relevance
| /arch/arm64/kernel/vdso/ |
| A D | vgetrandom-chacha.S | 9 #define state0 v0 macro 61 mov state0.16b, copy0.16b 76 add state0.4s, state0.4s, state1.4s 77 eor state3.16b, state3.16b, state0.16b 87 add state0.4s, state0.4s, state1.4s 88 eor tmp.16b, state3.16b, state0.16b 106 add state0.4s, state0.4s, state1.4s 117 add state0.4s, state0.4s, state1.4s 118 eor tmp.16b, state3.16b, state0.16b 139 add state0.4s, state0.4s, copy0.4s [all …]
|
| /arch/x86/entry/vdso/ |
| A D | vgetrandom-chacha.S | 33 .set state0, %xmm1 define 56 movdqa copy0,state0 64 paddd state1,state0 65 pxor state0,state3 80 paddd state1,state0 81 pxor state0,state3 103 paddd state1,state0 104 pxor state0,state3 120 pxor state0,state3 145 paddd copy0,state0 [all …]
|
| /arch/loongarch/vdso/ |
| A D | vgetrandom-chacha.S | 40 #define state0 s0 macro 64 #define line0 state0, state1, state2, state3 107 move state0, copy0 171 st.w state0, output, 0 179 ld.w state0, key, 0 192 ld.w state0, key, 16 214 sltui state0, cnt_lo, 1 215 add.w cnt_hi, cnt_hi, state0
|
| /arch/riscv/kernel/vdso/ |
| A D | vgetrandom-chacha.S | 39 #define state0 s0 macro 62 #define line0 state0, state1, state2, state3 106 mv state0, copy0 170 sw state0, (output) 178 lw state0, (key) 191 lw state0, 16(key) 205 srli state0, cnt, 32 206 addw state13, state13, state0
|
| /arch/powerpc/kernel/vdso/ |
| A D | vgetrandom-chacha.S | 35 #define state0 r16 macro 195 lis state0, const0@ha 199 addi state0, state0, const0@l 227 addis state0, state0, const0@ha 231 addi state0, state0, const0@l 249 stwbrx state0, val4, dst_bytes 274 stw state0, 4(dst_bytes)
|
Completed in 12 milliseconds