Searched refs:tmp13 (Results 1 – 7 of 7) sorted by relevance
| /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 231 tmp13 = _mm_slli_si128(tmp10, 8); in addmul() 233 tmp15 = _mm_xor_si128(tmp3, tmp13); in addmul() 273 __m128i tmp13 = _mm_slli_si128(tmp10, 8); in mulv() local 275 __m128i tmp15 = _mm_xor_si128(tmp3, tmp13); in mulv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | README.txt | 263 %tmp13 = or i32 %tmp12, %tmp11 ; <uint> [#uses=1] 264 store i32 %tmp13, i32* %tmp8
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 2003 rtx tmp13 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); 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 | 2003 rtx tmp13 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2044 emit_move_insn (tmp13, (gen_rtx_PLUS (SImode, tmp11, tmp12))); 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 | 2254 rtx tmp13 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2295 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); 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 | 2255 rtx tmp13 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2296 emit_move_insn (tmp13, (gen_rtx_PLUS (DImode, tmp11, tmp12))); in tilegx_expand_high_multiply() 2297 emit_move_insn (result, (gen_rtx_PLUS (DImode, tmp13, tmp10))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 6869 rtx tmp13 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6870 emit_insn (gen_iorv2di3 (tmp13, tmp6, tmp12)); in ix86_expand_v1ti_ashiftrt() 6872 emit_move_insn (operands[0], gen_lowpart (V1TImode, tmp13)); in ix86_expand_v1ti_ashiftrt() 6903 rtx tmp13 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6904 emit_insn (gen_ashlv2di3 (tmp13, tmp12, GEN_INT (64 - bits))); in ix86_expand_v1ti_ashiftrt() 6907 emit_insn (gen_iorv2di3 (tmp14, tmp9, tmp13)); in ix86_expand_v1ti_ashiftrt()
|