| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; in addmul() local 230 tmp10 = _mm_xor_si128(tmp4, tmp5); in addmul() 231 tmp13 = _mm_slli_si128(tmp10, 8); in addmul() 232 tmp11 = _mm_srli_si128(tmp10, 8); in addmul() 272 __m128i tmp10 = _mm_xor_si128(tmp4, tmp5); in mulv() local 273 __m128i tmp13 = _mm_slli_si128(tmp10, 8); in mulv() 274 __m128i tmp11 = _mm_srli_si128(tmp10, 8); in mulv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 791 %tmp10 = lshr i128 %tmp20, 32 ; <i128> [#uses=1] 792 %tmp11 = trunc i128 %tmp10 to i32 ; <i32> [#uses=1]
|
| H A D | README.txt | 983 %tmp10 = sub i32 %a, %c ; <i32> [#uses=1] 984 ret i32 %tmp10
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 2000 rtx tmp10 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2034 emit_move_insn (tmp10, (gen_rtx_ASHIFTRT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2039 emit_move_insn (tmp10, (gen_rtx_LSHIFTRT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2045 emit_move_insn (result, (gen_rtx_PLUS (SImode, tmp13, tmp10))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 2000 rtx tmp10 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2034 emit_move_insn (tmp10, (gen_rtx_ASHIFTRT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2039 emit_move_insn (tmp10, (gen_rtx_LSHIFTRT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2045 emit_move_insn (result, (gen_rtx_PLUS (SImode, tmp13, tmp10))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| H A D | tilegx.c | 2251 rtx tmp10 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2285 emit_move_insn (tmp10, (gen_rtx_ASHIFTRT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2290 emit_move_insn (tmp10, (gen_rtx_LSHIFTRT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2296 emit_move_insn (result, (gen_rtx_PLUS (DImode, tmp13, tmp10))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
| H A D | tilegx.cc | 2252 rtx tmp10 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2286 emit_move_insn (tmp10, (gen_rtx_ASHIFTRT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2291 emit_move_insn (tmp10, (gen_rtx_LSHIFTRT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2297 emit_move_insn (result, (gen_rtx_PLUS (DImode, tmp13, tmp10))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | README.txt | 1019 %tmp10 = getelementptr inbounds %struct.anon* %tmp3, i64 %idxprom7, i32 0 1020 %tmp11 = load double* %tmp10, align 8, !tbaa !4 1975 %tmp10 = add i32 %n, -1 1976 %tmp11 = zext i32 %tmp10 to i64
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 6768 rtx tmp10 = gen_reg_rtx (V4SImode); in ix86_expand_v1ti_ashiftrt() local 6769 emit_insn (gen_avx2_pblenddv4si (tmp10, tmp2, tmp9, GEN_INT (7))); in ix86_expand_v1ti_ashiftrt() 6771 emit_move_insn (operands[0], gen_lowpart (V1TImode, tmp10)); in ix86_expand_v1ti_ashiftrt() 6797 rtx tmp10 = force_reg (V8HImode, gen_lowpart (V8HImode, tmp8)); in ix86_expand_v1ti_ashiftrt() local 6799 emit_insn (gen_sse4_1_pblendw (tmp11, tmp9, tmp10, GEN_INT (0x3f))); in ix86_expand_v1ti_ashiftrt() 6829 rtx tmp10 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp9)); in ix86_expand_v1ti_ashiftrt() local 6831 emit_insn (gen_ashlv2di3 (tmp11, tmp10, GEN_INT (31))); in ix86_expand_v1ti_ashiftrt() 6862 rtx tmp10 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6863 emit_insn (gen_ashlv2di3 (tmp10, tmp9, GEN_INT (128 - bits))); in ix86_expand_v1ti_ashiftrt() 6867 emit_insn (gen_iorv2di3 (tmp12, tmp10, tmp11)); in ix86_expand_v1ti_ashiftrt() [all …]
|