| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in addmul() local 236 tmp8 = _mm_srli_epi32(tmp17, 31); in addmul() 240 tmp22 = _mm_slli_si128(tmp8, 4); in addmul() 278 __m128i tmp8 = _mm_srli_epi32(tmp17, 31); in mulv() local 282 __m128i tmp22 = _mm_slli_si128(tmp8, 4); in mulv() 327 __m128i tmp8, tmp9; \ 383 tmp8 = _mm_srli_epi32(tmp2B, 31); \ 387 tmp8 = _mm_slli_si128(tmp8, 4); \ 390 tmp2B = _mm_or_si128(tmp2B, tmp8); \ 393 tmp8 = _mm_slli_epi32(tmp3, 30); \ [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | keytab_file.c | 441 int8_t tmp8; in fkt_next_entry_int() local 462 ret = krb5_ret_int8(cursor->sp, &tmp8); in fkt_next_entry_int() 465 entry->vno = tmp8; in fkt_next_entry_int()
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | mips_emul.c | 447 uint8_t tmp8; in mips_emul_special3() local 448 error = copyin((void *)vaddr, &tmp8, sizeof(tmp8)); in mips_emul_special3() 449 r = tmp8; in mips_emul_special3()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | README.txt | 256 %tmp8 = bitcast %struct.B* %b to i32* ; <uint*> [#uses=2] 257 %tmp9 = load i32* %tmp8 ; <uint> [#uses=1] 264 store i32 %tmp13, i32* %tmp8
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 6690 rtx tmp8 = gen_reg_rtx (V4SImode); in ix86_expand_v1ti_ashiftrt() local 6691 emit_insn (gen_sse2_pshufd (tmp8, tmp7, GEN_INT (0xfd))); in ix86_expand_v1ti_ashiftrt() 6693 emit_move_insn (operands[0], gen_lowpart (V1TImode, tmp8)); in ix86_expand_v1ti_ashiftrt() 6738 rtx tmp8 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp6)); in ix86_expand_v1ti_ashiftrt() local 6740 emit_insn (gen_iorv2di3 (tmp9, tmp7, tmp8)); in ix86_expand_v1ti_ashiftrt() 6764 rtx tmp8 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6765 emit_insn (gen_iorv2di3 (tmp8, tmp5, tmp7)); in ix86_expand_v1ti_ashiftrt() 6767 rtx tmp9 = force_reg (V4SImode, gen_lowpart (V4SImode, tmp8)); in ix86_expand_v1ti_ashiftrt() 6793 rtx tmp8 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6794 emit_insn (gen_iorv2di3 (tmp8, tmp5, tmp7)); in ix86_expand_v1ti_ashiftrt() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 1998 rtx tmp8 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2029 emit_move_insn (tmp8, gen_rtx_LTU (SImode, result_lo, tmp2)); in tilepro_expand_high_multiply() 2043 emit_move_insn (tmp12, (gen_rtx_PLUS (SImode, tmp8, tmp9))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 1998 rtx tmp8 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2029 emit_move_insn (tmp8, gen_rtx_LTU (SImode, result_lo, tmp2)); in tilepro_expand_high_multiply() 2043 emit_move_insn (tmp12, (gen_rtx_PLUS (SImode, tmp8, tmp9))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| H A D | tilegx.c | 2249 rtx tmp8 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2280 emit_move_insn (tmp8, gen_rtx_LTU (DImode, result_lo, tmp2)); in tilegx_expand_high_multiply() 2294 emit_move_insn (tmp12, (gen_rtx_PLUS (DImode, tmp8, tmp9))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
| H A D | tilegx.cc | 2250 rtx tmp8 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2281 emit_move_insn (tmp8, gen_rtx_LTU (DImode, result_lo, tmp2)); in tilegx_expand_high_multiply() 2295 emit_move_insn (tmp12, (gen_rtx_PLUS (DImode, tmp8, tmp9))); in tilegx_expand_high_multiply()
|