| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-x86_64-asm_64.S | 39 #define R2 %rcx macro 226 encrypt_round(R0,R1,R2,R3,0); 227 encrypt_round(R2,R3,R0,R1,8); 228 encrypt_round(R0,R1,R2,R3,2*8); 229 encrypt_round(R2,R3,R0,R1,3*8); 230 encrypt_round(R0,R1,R2,R3,4*8); 231 encrypt_round(R2,R3,R0,R1,5*8); 232 encrypt_round(R0,R1,R2,R3,6*8); 233 encrypt_round(R2,R3,R0,R1,7*8); 234 encrypt_round(R0,R1,R2,R3,8*8); [all …]
|
| H A D | twofish-i586-asm_32.S | 231 encrypt_round(R0,R1,R2,R3,0); 232 encrypt_round(R2,R3,R0,R1,8); 233 encrypt_round(R0,R1,R2,R3,2*8); 234 encrypt_round(R2,R3,R0,R1,3*8); 235 encrypt_round(R0,R1,R2,R3,4*8); 236 encrypt_round(R2,R3,R0,R1,5*8); 237 encrypt_round(R0,R1,R2,R3,6*8); 238 encrypt_round(R2,R3,R0,R1,7*8); 239 encrypt_round(R0,R1,R2,R3,8*8); 240 encrypt_round(R2,R3,R0,R1,9*8); [all …]
|
| H A D | poly1305-x86_64-cryptogams.pl | 2208 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24)); 2254 vmovdqu `16*3-64`($ctx),%x#$D2 # ... ${R2} 2264 vpermd $D2,$T2,$R2 2274 vmovdqu64 $R2,0x40(%rsp,%rax){%k2} 2293 vpmuludq $T0,$R2,$D2 # d2 = r0'*r2 2296 vpsrlq \$32,$R2,$T2 2301 vpmuludq $T1,$R2,$M3 2313 vpmuludq $T2,$R2,$M4 2402 vpermd $R2,$M0,$R2 2408 vpermd $D2,$M0,${R2}{%k1} [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bpf.c | 41 #define R2 BPF_REG_2 macro 1111 BPF_ALU64_IMM(BPF_MOV, R2, 3), 1112 BPF_ALU64_REG(BPF_SUB, R1, R2), 1127 BPF_ALU64_IMM(BPF_MOV, R2, 3), 1128 BPF_ALU64_REG(BPF_MUL, R1, R2), 1143 BPF_ALU32_IMM(BPF_MOV, R2, 3), 1144 BPF_ALU64_REG(BPF_MUL, R1, R2), 1160 BPF_ALU32_IMM(BPF_MOV, R2, 3), 1161 BPF_ALU32_REG(BPF_MUL, R1, R2), 1181 BPF_ALU64_IMM(BPF_MOV, R2, 2), [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-armv4.pl | 495 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 535 vdup.32 $R2,r4 556 vmull.u32 $D2,$R2,${R0}[1] 563 vmlal.u32 $D3,$R2,${R1}[1] 568 vmlal.u32 $D3,$R1,${R2}[1] 569 vmlal.u32 $D2,$R0,${R2}[1] 570 vmlal.u32 $D4,$R2,${R2}[1] 572 vmlal.u32 $D0,$R2,${S3}[1] 580 vmlal.u32 $D1,$R2,${S4}[1] 609 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | unaligned.c | 108 #define R2(i) (((i)>>16)&0x1f) macro 493 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned() 495 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned() 542 ret = emulate_sth(regs, R2(regs->iir)); in handle_unaligned() 547 ret = emulate_stw(regs, R2(regs->iir),0); in handle_unaligned() 560 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() 603 ret = emulate_ldd(regs,R2(regs->iir),1); in handle_unaligned() 607 ret = emulate_std(regs, R2(regs->iir),1); in handle_unaligned() 611 ret = emulate_ldd(regs, R2(regs->iir),0); in handle_unaligned() 614 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned() [all …]
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | vm_entry.S | 61 R2.H = #HI(_THREAD_SIZE); } \ 64 R2.L = #LO(_THREAD_SIZE); } \ 67 R2 = neg(R2); } \ 70 R2 = and(R0,R2); } \ 72 THREADINFO_REG = R2; } \ 75 R2 = #-1; } \ 76 { memw(R0 + #_PT_SYSCALL_NR) = R2; \ 112 R2 = #-1; } \ 113 { memw(R0 + #_PT_SYSCALL_NR) = R2; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ratio | 30 template <class R1, class R2> using ratio_add = ...; 31 template <class R1, class R2> using ratio_subtract = ...; 32 template <class R1, class R2> using ratio_multiply = ...; 33 template <class R1, class R2> using ratio_divide = ...; 36 template <class R1, class R2> struct ratio_equal; 37 template <class R1, class R2> struct ratio_not_equal; 38 template <class R1, class R2> struct ratio_less; 39 template <class R1, class R2> struct ratio_less_equal; 40 template <class R1, class R2> struct ratio_greater; 41 template <class R1, class R2> struct ratio_greater_equal; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ratio | 30 template <class R1, class R2> using ratio_add = ...; 31 template <class R1, class R2> using ratio_subtract = ...; 32 template <class R1, class R2> using ratio_multiply = ...; 33 template <class R1, class R2> using ratio_divide = ...; 36 template <class R1, class R2> struct ratio_equal; 37 template <class R1, class R2> struct ratio_not_equal; 38 template <class R1, class R2> struct ratio_less; 39 template <class R1, class R2> struct ratio_less_equal; 40 template <class R1, class R2> struct ratio_greater; 41 template <class R1, class R2> struct ratio_greater_equal; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | poly1305-armv8.pl | 262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8)); 513 ld1 {$R0,$R1,$S1,$R2},[x15],#64 573 umull $ACC2,$IN23_0,${R2}[2] 587 umlal $ACC3,$IN23_1,${R2}[2] 596 umlal $ACC4,$IN23_2,${R2}[2] 640 umlal $ACC4,$IN01_2,${R2}[0] 654 umlal $ACC2,$IN01_0,${R2}[0] 663 umlal $ACC3,$IN01_1,${R2}[0] 759 umull2 $ACC4,$IN23_2,${R2} 765 umlal2 $ACC2,$IN23_0,${R2} [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 138 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 140 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadToSmem() argument 146 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 148 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in loadFromSmem() argument 167 …typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R6, typenam… 170 … const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9>& val, in merge() argument 177 …template <typename R0, typename R1, typename R2, typename R3, typename R4, typename R5, typename R… 179 …__device__ __forceinline__ void mergeShfl(const thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, … in mergeShfl() argument 184 …For<0, thrust::tuple_size<thrust::tuple<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9> >::value>::mergeSh… in mergeShfl()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_64.c | 135 PPC_INST_ADDIS | __PPC_RT(R11) | __PPC_RA(R2), 138 PPC_INST_STD | __PPC_RS(R2) | __PPC_RA(R1) | R2_STACK_OFFSET, 142 PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R11) | 40, 700 (PPC_INST_LD | __PPC_RT(R2) | __PPC_RA(R12))) in apply_relocate_add() 703 (PPC_INST_ADD | __PPC_RT(R2) | __PPC_RA(R2) | __PPC_RB(R12))) in apply_relocate_add() 710 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add() 712 ((uint32_t *)location)[1] = PPC_INST_ADDI | __PPC_RT(R2) | in apply_relocate_add() 713 __PPC_RA(R2) | PPC_LO(value); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | ltc3676.txt | 18 values R1 and R2 of the feedback voltage divider in ohms. 22 0.4125 * (1 + R1/R2) V and 0.8 * (1 + R1/R2) V. 25 0.725 * (1 + R1/R2) V. The ldo3 regulator is fixed to 1.8 V. The ldo1 standby
|
| H A D | ltc3589.txt | 18 values R1 and R2 of the feedback voltage divider in ohms. 22 0.3625 * (1 + R1/R2) V and 0.75 * (1 + R1/R2) V. Regulators bb-out and ldo1 23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 261 #define emit_cmp(R1, R2) \ argument 262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0)) 267 #define emit_btst(R1, R2) \ argument 268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0)) 273 #define emit_sub(R1, R2, R3) \ argument 274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3)) 279 #define emit_add(R1, R2, R3) \ argument 280 *prog++ = (ADD | RS1(R1) | RS2(R2) | RD(R3)) 285 #define emit_and(R1, R2, R3) \ argument 286 *prog++ = (AND | RS1(R1) | RS2(R2) | RD(R3))
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ltc4260.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
| H A D | ltc4261.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
| H A D | ltc2945.rst | 45 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 46 value of the divider resistor against the measured voltage and R2 is the value
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 902 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ 903 "${ns_r2}" veth_R2-B "${ns_b}" veth_B-R2 921 mtu "${ns_a}" veth_A-R2 2000 924 mtu "${ns_b}" veth_B-R2 1500 959 mtu "${ns_b}" veth_B-R2 400 965 mtu "${ns_a}" veth_A-R2 500 971 mtu "${ns_a}" veth_A-R2 1500 1686 "${ns_a}" veth_A-R2 "${ns_r2}" veth_R2-A \ 1687 "${ns_r2}" veth_R2-B "${ns_b}" veth_B-R2 1698 mtu "${ns_a}" veth_A-R2 2000 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6qdl-gw552x.dtsi | 286 /* VDD_SOC (1+R1/R2 = 1.635) */ 297 /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */ 308 /* VDD_ARM (1+R1/R2 = 1.635) */ 319 /* VDD_DDR (1+R1/R2 = 2.105) */ 330 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 340 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
| H A D | imx6qdl-gw51xx.dtsi | 294 /* VDD_SOC (1+R1/R2 = 1.635) */ 305 /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */ 316 /* VDD_ARM (1+R1/R2 = 1.635) */ 327 /* VDD_DDR (1+R1/R2 = 2.105) */ 338 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */ 348 /* VDD_HIGH (1+R1/R2 = 4.17) */
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm/tests/ |
| H A D | regs_load.S | 6 #define R2 0x10 macro 43 str r2, [r0, #R2]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/tests/ |
| H A D | regs_load.S | 7 #define R2 2 * 8 macro 46 std 2, R2(3)
|