Home
last modified time | relevance | path

Searched refs:tmp11 (Results 1 – 11 of 11) sorted by relevance

/netbsd/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
232 tmp11 = _mm_srli_si128(tmp10, 8); in addmul()
234 tmp17 = _mm_xor_si128(tmp6, tmp11); in addmul()
274 __m128i tmp11 = _mm_srli_si128(tmp10, 8); in mulv() local
276 __m128i tmp17 = _mm_xor_si128(tmp6, tmp11); in mulv()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt261 %tmp11 = or i32 %tmp1415, %tmp.masked ; <uint> [#uses=1]
263 %tmp13 = or i32 %tmp12, %tmp11 ; <uint> [#uses=1]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt792 %tmp11 = trunc i128 %tmp10 to i32 ; <i32> [#uses=1]
793 %tmp12 = bitcast i32 %tmp11 to float ; <float> [#uses=1]
/netbsd/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.c2001 rtx tmp11 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local
2042 emit_move_insn (tmp11, (gen_rtx_PLUS (SImode, tmp3, tmp7))); in tilepro_expand_high_multiply()
2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); in tilepro_expand_high_multiply()
H A Dtilepro.cc2001 rtx tmp11 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local
2042 emit_move_insn (tmp11, (gen_rtx_PLUS (SImode, tmp3, tmp7))); in tilepro_expand_high_multiply()
2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); in tilepro_expand_high_multiply()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c2001 rtx tmp11 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local
2042 emit_move_insn (tmp11, (gen_rtx_PLUS (SImode, tmp3, tmp7))); in tilepro_expand_high_multiply()
2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); in tilepro_expand_high_multiply()
/netbsd/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.c2252 rtx tmp11 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local
2293 emit_move_insn (tmp11, (gen_rtx_PLUS (DImode, tmp3, tmp7))); in tilegx_expand_high_multiply()
2295 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply()
H A Dtilegx.cc2253 rtx tmp11 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local
2294 emit_move_insn (tmp11, (gen_rtx_PLUS (DImode, tmp3, tmp7))); in tilegx_expand_high_multiply()
2296 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c2252 rtx tmp11 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local
2293 emit_move_insn (tmp11, (gen_rtx_PLUS (DImode, tmp3, tmp7))); in tilegx_expand_high_multiply()
2295 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1020 %tmp11 = load double* %tmp10, align 8, !tbaa !4
1021 %cmp12 = fcmp ogt double %tmp5, %tmp11
1976 %tmp11 = zext i32 %tmp10 to i64
1977 %tmp12 = add i64 %tmp11, 1
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6781 rtx tmp11 = gen_reg_rtx (V8HImode); in ix86_expand_v1ti_ashiftrt() local
6782 emit_insn (gen_sse4_1_pblendw (tmp11, tmp9, tmp10, GEN_INT (0x3f))); in ix86_expand_v1ti_ashiftrt()
6784 emit_move_insn (operands[0], gen_lowpart (V1TImode, tmp11)); in ix86_expand_v1ti_ashiftrt()
6813 rtx tmp11 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local
6814 emit_insn (gen_ashlv2di3 (tmp11, tmp10, GEN_INT (31))); in ix86_expand_v1ti_ashiftrt()
6817 emit_insn (gen_iorv2di3 (tmp12, tmp6, tmp11)); in ix86_expand_v1ti_ashiftrt()
6848 rtx tmp11 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp8)); in ix86_expand_v1ti_ashiftrt() local
6850 emit_insn (gen_iorv2di3 (tmp12, tmp10, tmp11)); in ix86_expand_v1ti_ashiftrt()
6882 rtx tmp11 = gen_reg_rtx (V1TImode); in ix86_expand_v1ti_ashiftrt() local
6883 emit_insn (gen_sse2_ashlv1ti3 (tmp11, tmp10, GEN_INT (64))); in ix86_expand_v1ti_ashiftrt()
[all …]