Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/lib/libcrypto/sha/asm/
H A Dsha512-sparcv9.pl108 $tmp0="%g3";
177 add $tmp31,32,$tmp0
178 sllx @pair[0],$tmp0,$tmp1
194 add $tmp31,32,$tmp0
196 sllx @pair[0],$tmp0,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
229 xor $tmp0,$h,$h
230 $SRL $e,@Sigma1[2],$tmp0
233 xor $tmp0,$h,$h
235 xor $tmp1,$h,$tmp0 ! Sigma1(e)
[all …]
H A Dsha1-sparcv9.pl48 $tmp0="%i3";
57 sll $a,5,$tmp0 !! $i
60 add $tmp0,$e,$e
61 and $c,$b,$tmp0
66 or $tmp1,$tmp0,$tmp1
85 sll $a,5,$tmp0 !! $i
95 sll $a,5,$tmp0 !! $i
120 add $tmp0,$e,$e !!
121 and $c,$b,$tmp0
127 or $tmp1,$tmp0,$tmp1
[all …]
H A Dsha512-mips.pl126 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
133 srl $tmp0,@X[0],24 # byte swap($i)
139 or @X[0],$tmp0
144 ori $tmp0,$zero,0xFF
145 dsll $tmp2,$tmp0,32
146 or $tmp0,$tmp2 # 0x000000FF000000FF
147 and $tmp1,@X[0],$tmp0 # byte swap($i)
150 and $tmp2,$tmp0
151 dsll $tmp0,8 # 0x0000FF000000FF00
153 and $tmp2,@X[0],$tmp0
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlib1funcs.asm144 #define tmp0 $3 macro
192 stq tmp0,32(sp)
230 subq zero,N,tmp0
231 cmovlt N,tmp0,N
232 subq zero,D,tmp0
233 cmovlt D,tmp0,D
249 $35: cmpult N,D,tmp0
251 bne tmp0,$42
254 cmpult N,D,tmp0
256 beq tmp0,$44
[all …]
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm144 #define tmp0 $3 macro
192 stq tmp0,32(sp)
230 subq zero,N,tmp0
231 cmovlt N,tmp0,N
232 subq zero,D,tmp0
233 cmovlt D,tmp0,D
249 $35: cmpult N,D,tmp0
251 bne tmp0,$42
254 cmpult N,D,tmp0
256 beq tmp0,$44
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S103 #define tmp0 16 macro
110 adrp x(tmp0), __aarch64_have_lse_atomics
111 ldrb w(tmp0), [x(tmp0), :lo12:__aarch64_have_lse_atomics]
113 adrp x(tmp0), ___aarch64_have_lse_atomics@page
114 ldrb w(tmp0), [x(tmp0), ___aarch64_have_lse_atomics@pageoff]
116 cbz w(tmp0), \label
131 UXT s(tmp0), s(0)
134 cmp s(0), s(tmp0)
152 mov x(tmp0), x0
156 cmp x0, x(tmp0)
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DMakefile.in106 @echo "## these variables are automatically generated by make ##" > ./tmp0
107 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
108 @echo "# add them to the last section" >> ./tmp0
109 @echo "set host_alias $(host_alias)" >> ./tmp0
110 @echo "set host_triplet ${host_canonical}" >> ./tmp0
111 @echo "set target_alias $(target_alias)" >> ./tmp0
112 @echo "set target_triplet ${target_canonical}" >> ./tmp0
113 @echo "set build_triplet ${build_canonical}" >> ./tmp0
114 @echo "set srcdir ${srcdir}" >> ./tmp0
115 @echo "set tool gdb" >> ./tmp0
[all …]
/openbsd-src/sys/arch/riscv64/include/
H A Dasm.h111 #define SWAP_FAULT_HANDLER(handler, tmp0, tmp1) \ argument
112 ld tmp0, CI_CURPCB(tp); /* Load the pcb */ \
113 ld tmp1, PCB_ONFAULT(tmp0); /* Save old handler */ \
114 sd handler, PCB_ONFAULT(tmp0); /* Set the handler */ \
/openbsd-src/lib/libcrypto/aes/asm/
H A Daes-x86_64.pl242 my $tmp0=$acc0;
248 $tmp0=$s[1];
256 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
261 $code.=" xor 3($sbox,$tmp0,8),$out\n";
278 my $tmp0=$acc0;
284 $tmp0=$s[1];
296 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
300 $code.=" mov 0($sbox,$tmp0,8),$tmp0\n";
304 $code.=" and \$0x0000ff00,$tmp0\n";
308 $code.=" xor $tmp0,$out\n";
[all …]
/openbsd-src/sys/arch/mips64/include/
H A Datomic.h14 unsigned int tmp0, tmp1; in atomic_wait_and_setbits_int() local
24 "=&r"(tmp0), "=&r"(tmp1) : in atomic_wait_and_setbits_int()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DMakefile.in3099 @echo "## these variables are automatically generated by make ##" > ./tmp0
3100 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
3101 @echo "# add them to the last section" >> ./tmp0
3102 @echo "set rootme \"`${PWD_COMMAND}`\"" >> ./tmp0
3103 @echo "set srcdir \"`cd ${srcdir}; ${PWD_COMMAND}`\"" >> ./tmp0
3104 @echo "set host_triplet $(host_canonical)" >> ./tmp0
3105 @echo "set build_triplet $(build_canonical)" >> ./tmp0
3106 @echo "set target_triplet $(target)" >> ./tmp0
3107 @echo "set target_alias $(target_alias)" >> ./tmp0
3109 @echo "set CFLAGS \"\"" >> ./tmp0
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dcompat.exp131 set tmp0 [lindex $tmp 0]
134 $tmp0 all args
/openbsd-src/gnu/gcc/gcc/
H A Dloop-iv.c1992 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; in iv_number_of_iterations() local
2299 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2302 SImode, mode, tmp0, tmp1); in iv_number_of_iterations()
2363 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2379 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); in iv_number_of_iterations()
2397 SImode, mode, tmp0, tmp); in iv_number_of_iterations()
2400 delta = simplify_gen_binary (MINUS, mode, delta, tmp0); in iv_number_of_iterations()
2408 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2421 bound, tmp0); in iv_number_of_iterations()
2423 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); in iv_number_of_iterations()
[all …]
H A Dsimplify-rtx.c2754 long tmp0[4]; in simplify_const_binary_operation() local
2759 real_to_target (tmp0, CONST_DOUBLE_REAL_VALUE (op0), in simplify_const_binary_operation()
2768 tmp0[i] &= tmp1[i]; in simplify_const_binary_operation()
2771 tmp0[i] |= tmp1[i]; in simplify_const_binary_operation()
2774 tmp0[i] ^= tmp1[i]; in simplify_const_binary_operation()
2780 real_from_target (&r, tmp0, mode); in simplify_const_binary_operation()
H A Dfold-const.c8871 tree tmp0 = var0; in fold_binary() local
8874 if (TREE_CODE (tmp0) == NEGATE_EXPR) in fold_binary()
8875 tmp0 = TREE_OPERAND (tmp0, 0); in fold_binary()
8880 if (!operand_equal_p (tmp0, tmp1, 0)) in fold_binary()
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dxmmintrin.h2982 __m128 tmp3, tmp2, tmp1, tmp0; \
2983 tmp0 = _mm_unpacklo_ps((row0), (row1)); \
2987 (row0) = _mm_movelh_ps(tmp0, tmp2); \
2988 (row1) = _mm_movehl_ps(tmp2, tmp0); \
/openbsd-src/sys/crypto/
H A Dcurve25519.c827 fe tmp0, tmp1; in curve25519() local
858 fe_sq_tl(&tmp0, &tmp1l); in curve25519()
862 fe_mul_ttt(&x2, &tmp1, &tmp0); in curve25519()
863 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519()
867 fe_add(&tmp0l, &tmp0, &z3); in curve25519()
/openbsd-src/lib/libcrypto/ec/
H A Decp_smpl.c
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh64-compact.cpu541 (sequence ((BI oldq) (SI tmp0) (UQI tmp1))
548 (set tmp0 rn)
550 (set tmp1 (gtu rn tmp0))
555 (set tmp0 rn)
557 (set tmp1 (ltu rn tmp0))
563 (set tmp0 rn)
565 (set tmp1 (ltu rn tmp0))
570 (set tmp0 rn)
572 (set tmp1 (gtu rn tmp0))
/openbsd-src/lib/libcrypto/curve25519/
H A Dcurve25519.c4824 fe x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult_generic() local
4845 fe_sub(tmp0, x3, z3); in x25519_scalar_mult_generic()
4849 fe_mul(z3, tmp0, x2); in x25519_scalar_mult_generic()
4851 fe_sq(tmp0, tmp1); in x25519_scalar_mult_generic()
4855 fe_mul(x2, tmp1, tmp0); in x25519_scalar_mult_generic()
4856 fe_sub(tmp1, tmp1, tmp0); in x25519_scalar_mult_generic()
4860 fe_add(tmp0, tmp0, z3); in x25519_scalar_mult_generic()
4862 fe_mul(z2, tmp1, tmp0); in x25519_scalar_mult_generic()
/openbsd-src/sys/dev/sdmmc/
H A Dsdmmc_mem.c669 uint32_t tmp0, tmp1; in sdmmc_be512_to_bitfield512() local
672 tmp0 = buf->_bits[i]; in sdmmc_be512_to_bitfield512()
675 buf->_bits[bitswords - 1 - i] = be32toh(tmp0); in sdmmc_be512_to_bitfield512()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1621 ArrayRef<float> tmp0(FVal0); in evaluateCall() local
1622 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall()
1630 ArrayRef<double> tmp0(DVal0); in evaluateCall() local
1631 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c142 double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0); in get_vratio_pre() local
144 if (tmp0 > vratio_pre) in get_vratio_pre()
145 vratio_pre = tmp0; in get_vratio_pre()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DREADME.txt1388 %tmp0 = load i8* %p
1389 %tmp1 = ashr i8 %tmp0, 5
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7283 unsigned tmp0, tmp1; // not used in computeKnownBitsForTargetNode() local
7284 if (Op.getResNo() == 1 && isIntrinsicWithCC(Op, tmp0, tmp1)) { in computeKnownBitsForTargetNode()

12