Home
last modified time | relevance | path

Searched refs:tmp12 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; in addmul() local
254 tmp12 = _mm_srli_epi32(tmp30, 2); in addmul()
256 tmp34 = _mm_xor_si128(tmp2, tmp12); in addmul()
296 __m128i tmp12 = _mm_srli_epi32(tmp30, 2); in mulv() local
298 __m128i tmp34 = _mm_xor_si128(tmp2, tmp12); in mulv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt695 %tmp12 = uitofp i8 %x to float ; <float> [#uses=1]
696 ret float %tmp12
793 %tmp12 = bitcast i32 %tmp11 to float ; <float> [#uses=1]
795 store float %tmp12, float* %tmp5
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt262 %tmp12 = and i32 %tmp9, 2147483647 ; <uint> [#uses=1]
263 %tmp13 = or i32 %tmp12, %tmp11 ; <uint> [#uses=1]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc2002 rtx tmp12 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local
2043 emit_move_insn (tmp12, (gen_rtx_PLUS (SImode, tmp8, tmp9))); in tilepro_expand_high_multiply()
2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); in tilepro_expand_high_multiply()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c2002 rtx tmp12 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local
2043 emit_move_insn (tmp12, (gen_rtx_PLUS (SImode, tmp8, tmp9))); in tilepro_expand_high_multiply()
2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); in tilepro_expand_high_multiply()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c2253 rtx tmp12 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local
2294 emit_move_insn (tmp12, (gen_rtx_PLUS (DImode, tmp8, tmp9))); in tilegx_expand_high_multiply()
2295 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc2254 rtx tmp12 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local
2295 emit_move_insn (tmp12, (gen_rtx_PLUS (DImode, tmp8, tmp9))); in tilegx_expand_high_multiply()
2296 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6833 rtx tmp12 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local
6834 emit_insn (gen_iorv2di3 (tmp12, tmp6, tmp11)); in ix86_expand_v1ti_ashiftrt()
6836 emit_move_insn (operands[0], gen_lowpart (V1TImode, tmp12)); in ix86_expand_v1ti_ashiftrt()
6866 rtx tmp12 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local
6867 emit_insn (gen_iorv2di3 (tmp12, tmp10, tmp11)); in ix86_expand_v1ti_ashiftrt()
6870 emit_insn (gen_iorv2di3 (tmp13, tmp6, tmp12)); in ix86_expand_v1ti_ashiftrt()
6902 rtx tmp12 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp11)); in ix86_expand_v1ti_ashiftrt() local
6904 emit_insn (gen_ashlv2di3 (tmp13, tmp12, GEN_INT (64 - bits))); in ix86_expand_v1ti_ashiftrt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1977 %tmp12 = add i64 %tmp11, 1
1978 call void @llvm.memset.p0i8.i64(i8* %a, i8 0, i64 %tmp12, i32 1, i1 false)