| /netbsd-src/sys/arch/atari/dev/ |
| H A D | zs.c | 1097 int tmp, tmp5, cflag, s; in zsparam() local 1100 tmp5 = t->c_ispeed; in zsparam() 1101 if (tmp < 0 || (tmp5 && tmp5 != tmp)) in zsparam() 1126 tmp5 = ZSWR5_TX_5; in zsparam() 1130 tmp5 = ZSWR5_TX_6; in zsparam() 1134 tmp5 = ZSWR5_TX_7; in zsparam() 1139 tmp5 = ZSWR5_TX_8; in zsparam() 1143 tmp5 |= ZSWR5_TX_ENABLE | ZSWR5_DTR | ZSWR5_RTS; in zsparam() 1169 cs->cs_preg[5] = tmp5; in zsparam()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | z8530tty.c | 973 uint8_t tmp3, tmp4, tmp5; in zsparam() local 1036 tmp5 = cs->cs_preg[5]; in zsparam() 1038 CLR(tmp5, ZSWR5_TXSIZE); in zsparam() 1042 SET(tmp5, ZSWR5_TX_5); in zsparam() 1046 SET(tmp5, ZSWR5_TX_6); in zsparam() 1050 SET(tmp5, ZSWR5_TX_7); in zsparam() 1054 SET(tmp5, ZSWR5_TX_8); in zsparam() 1058 cs->cs_preg[5] = tmp5; in zsparam()
|
| /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 228 tmp5 = _mm_clmulepi64_si128(A, B, 0x01); in addmul() 230 tmp10 = _mm_xor_si128(tmp4, tmp5); in addmul() 270 __m128i tmp5 = _mm_clmulepi64_si128(A, B, 0x01); in mulv() local 272 __m128i tmp10 = _mm_xor_si128(tmp4, tmp5); in mulv()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 6390 rtx tmp5 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_shift() local 6392 emit_insn (gen_ashlv2di3 (tmp5, tmp4, GEN_INT (bits))); in ix86_expand_v1ti_shift() 6394 emit_insn (gen_lshrv2di3 (tmp5, tmp4, GEN_INT (bits))); in ix86_expand_v1ti_shift() 6402 emit_insn (gen_iorv2di3 (tmp3, tmp5, tmp6)); in ix86_expand_v1ti_shift() 6560 rtx tmp5 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp3)); in ix86_expand_v1ti_ashiftrt() local 6562 emit_insn (gen_vec_interleave_highv2di (tmp6, tmp4, tmp5)); in ix86_expand_v1ti_ashiftrt() 6577 rtx tmp5 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_ashiftrt() local 6578 emit_insn (gen_vec_interleave_highv2di (tmp5, tmp3, tmp4)); in ix86_expand_v1ti_ashiftrt() 6580 rtx tmp6 = force_reg(V4SImode, gen_lowpart (V4SImode, tmp5)); in ix86_expand_v1ti_ashiftrt() 6599 rtx tmp5 = force_reg (V4SImode, gen_lowpart (V4SImode, tmp4)); in ix86_expand_v1ti_ashiftrt() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 794 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1] 795 store float %tmp12, float* %tmp5
|
| H A D | README.txt | 275 %tmp5 = add i32 %t_addr.0.0, %x.0.0 ; <i32> [#uses=1] 276 %tmp7 = add i32 %tmp5, %tmp3 ; <i32> [#uses=2]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GetElementPtr.rst | 98 %tmp5 = getelementptr %struct.munger_struct, %struct.munger_struct* %P, i32 0, i32 0 99 store i32 %tmp4, i32* %tmp5
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 1995 rtx tmp5 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2023 emit_move_insn (tmp5, (gen_rtx_ASHIFT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2025 emit_move_insn (tmp6, (gen_rtx_PLUS (SImode, tmp4, tmp5))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 1995 rtx tmp5 = gen_reg_rtx (SImode); in tilepro_expand_high_multiply() local 2023 emit_move_insn (tmp5, (gen_rtx_ASHIFT (SImode, tmp1, GEN_INT (16)))); in tilepro_expand_high_multiply() 2025 emit_move_insn (tmp6, (gen_rtx_PLUS (SImode, tmp4, tmp5))); in tilepro_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| H A D | tilegx.c | 2246 rtx tmp5 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2274 emit_move_insn (tmp5, (gen_rtx_ASHIFT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2276 emit_move_insn (tmp6, (gen_rtx_PLUS (DImode, tmp4, tmp5))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
| H A D | tilegx.cc | 2247 rtx tmp5 = gen_reg_rtx (DImode); in tilegx_expand_high_multiply() local 2275 emit_move_insn (tmp5, (gen_rtx_ASHIFT (DImode, tmp1, GEN_INT (32)))); in tilegx_expand_high_multiply() 2277 emit_move_insn (tmp6, (gen_rtx_PLUS (DImode, tmp4, tmp5))); in tilegx_expand_high_multiply()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 4562 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator() local 4564 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType()); in VisitAbstractConditionalOperator() 4566 return tmp5; in VisitAbstractConditionalOperator()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | vsx.md | 4407 rtx tmp2, tmp3, tmp4, tmp5; 4414 tmp5 = gen_reg_rtx (V4SFmode); 4421 tmp5 = operands[4]; 4427 emit_insn (gen_<VEC_reduc_rtx>v4sf3 (tmp5, tmp4, tmp3)); 4428 emit_insn (gen_vsx_xscvspdp_scalar2 (op0, tmp5));
|
| H A D | rs6000.c | 22189 rtx tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in rs6000_emit_parity() local 22201 tmp5 = gen_reg_rtx (DImode); in rs6000_emit_parity() 22202 emit_insn (gen_xordi3 (tmp5, tmp3, tmp4)); in rs6000_emit_parity() 22205 emit_insn (gen_lshrdi3 (tmp6, tmp5, GEN_INT (8))); in rs6000_emit_parity() 22206 emit_insn (gen_xordi3 (tmp, tmp5, tmp6)); in rs6000_emit_parity()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | vsx.md | 4858 rtx tmp2, tmp3, tmp4, tmp5; 4865 tmp5 = gen_reg_rtx (V4SFmode); 4872 tmp5 = operands[4]; 4878 emit_insn (gen_<VEC_reduc_rtx>v4sf3 (tmp5, tmp4, tmp3)); 4879 emit_insn (gen_vsx_xscvspdp_scalar2 (op0, tmp5));
|
| H A D | rs6000.cc | 22793 rtx tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in rs6000_emit_parity() local 22805 tmp5 = gen_reg_rtx (DImode); in rs6000_emit_parity() 22806 emit_insn (gen_xordi3 (tmp5, tmp3, tmp4)); in rs6000_emit_parity() 22809 emit_insn (gen_lshrdi3 (tmp6, tmp5, GEN_INT (8))); in rs6000_emit_parity() 22810 emit_insn (gen_xordi3 (tmp, tmp5, tmp6)); in rs6000_emit_parity()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | README.txt | 1017 %tmp5 = load double* %tmp4, align 8, !tbaa !4 1021 %cmp12 = fcmp ogt double %tmp5, %tmp11
|