| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 991118-1.c | 13 struct tmp3 struct 39 struct tmp3 argument 40 sub3 (struct tmp3 tmp3) in sub3() argument 42 tmp3.field ^= 0x0018765412345678LL; in sub3() 43 return tmp3; in sub3() 55 struct tmp3 tmp3 = {0x123, 0x1FFFF00000000LL}; variable 72 tmp3 = sub3 (tmp3); in main() 74 if (tmp3.pad != 0x123 || tmp3.field != 0xFFF989AB12345678LL) in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | return.c | 22 double tmp3; variable 33 tmp3 = func3 (); in main()
|
| /openbsd-src/lib/libcrypto/sha/asm/ |
| H A D | sha512-mips.pl | 213 my ($tmp0,$tmp1,$tmp2,$tmp3)=(@X[4],@X[5],@X[6],@X[7]); 226 $SRL $tmp3,@X[14],@sigma1[0] 231 xor $tmp3,$tmp1 233 xor $tmp3,$tmp0 235 xor $tmp3,$tmp1 237 xor $tmp3,$tmp0 # sigma1(X[i+14]) 238 $ADDU @X[0],$tmp3
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sreal.c | 454 unsigned HOST_WIDE_INT tmp1, tmp2, tmp3; in sreal_mul() local 467 tmp3 = a->sig_hi * b->sig_lo + (tmp1 >> SREAL_PART_BITS); in sreal_mul() 470 r->sig_hi += (tmp2 >> SREAL_PART_BITS) + (tmp3 >> SREAL_PART_BITS); in sreal_mul() 472 tmp3 &= ((uhwi) 1 << SREAL_PART_BITS) - 1; in sreal_mul() 473 tmp1 = tmp2 + tmp3; in sreal_mul()
|
| H A D | value-prof.c | 343 tree tmp2, tmp3; in tree_mod_pow2() local 359 tmp3 = create_tmp_var (optype, "PROF"); in tree_mod_pow2() 362 stmt3 = build2 (MODIFY_EXPR, optype, tmp3, in tree_mod_pow2() 366 tmp3, build_int_cst (optype, 0)), in tree_mod_pow2()
|
| H A D | longlong.h | 1113 UDItype tmp1, tmp2, tmp3, tmp4; \ 1138 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
| /openbsd-src/sys/dev/ic/ |
| H A D | z8530tty.c | 896 uint8_t tmp3, tmp4, tmp5; in zsparam() local 956 tmp3 = cs->cs_preg[3]; in zsparam() 958 CLR(tmp3, ZSWR3_RXSIZE); in zsparam() 962 SET(tmp3, ZSWR3_RX_5); in zsparam() 966 SET(tmp3, ZSWR3_RX_6); in zsparam() 970 SET(tmp3, ZSWR3_RX_7); in zsparam() 974 SET(tmp3, ZSWR3_RX_8); in zsparam() 978 cs->cs_preg[3] = tmp3; in zsparam()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | README.txt | 254 %tmp3 = bitcast %struct.B* %b to i32* ; <uint*> [#uses=1] 255 %tmp4 = load i32* %tmp3 ; <uint> [#uses=1] 516 %tmp3 = fcmp ole double %x, %y ; <i1> [#uses=1] 517 %tmp345 = zext i1 %tmp3 to i32 ; <i32> [#uses=1] 523 %tmp3 = fcmp one double %x, %y ; <i1> [#uses=1] 524 %tmp345 = zext i1 %tmp3 to i32 ; <i32> [#uses=1] 530 %tmp3 = fcmp ugt double %x, %y ; <i1> [#uses=1] 531 %tmp34 = zext i1 %tmp3 to i32 ; <i32> [#uses=1]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | target.c | 1068 ffetargetReal1 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex1() local 1076 bad = ffetarget_add_real1 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex1() 1080 if (ffetarget_iszero_real1 (tmp3)) in ffetarget_divide_complex1() 1096 bad = ffetarget_divide_real1 (&res->real, tmp4, tmp3); in ffetarget_divide_complex1() 1109 bad = ffetarget_divide_real1 (&res->imaginary, tmp4, tmp3); in ffetarget_divide_complex1() 1125 ffetargetReal2 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex2() local 1133 bad = ffetarget_add_real2 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex2() 1137 if (ffetarget_iszero_real2 (tmp3)) in ffetarget_divide_complex2() 1153 bad = ffetarget_divide_real2 (&res->real, tmp4, tmp3); in ffetarget_divide_complex2() 1166 bad = ffetarget_divide_real2 (&res->imaginary, tmp4, tmp3); in ffetarget_divide_complex2()
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | xmmintrin.h | 2982 __m128 tmp3, tmp2, tmp1, tmp0; \ 2986 tmp3 = _mm_unpackhi_ps((row2), (row3)); \ 2989 (row2) = _mm_movelh_ps(tmp1, tmp3); \ 2990 (row3) = _mm_movehl_ps(tmp3, tmp1); \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | longlong.h | 1050 UDItype tmp1, tmp2, tmp3, tmp4; \ 1075 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | README.txt | 389 %tmp3 = call i32 @foo( i32* %x ) ; <i32> [#uses=1] 390 ret i32 %tmp3 1016 %tmp4 = getelementptr inbounds %struct.anon* %tmp3, i64 %indvar, i32 0 1019 %tmp10 = getelementptr inbounds %struct.anon* %tmp3, i64 %idxprom7, i32 0 1914 %tmp3.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 1 1915 store i32* null, i32** %tmp3.i.i.i.i.i, align 8, !tbaa !0 1923 store i32* null, i32** %tmp3.i.i.i.i.i, align 8, !tbaa !0 1941 store i32* %0, i32** %tmp3.i.i.i.i.i, align 8, !tbaa !0
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 3041 rtx tmp3 = gen_reg_rtx (SImode); local 3054 emit_insn (gen_andsi3 (tmp3, imm, GEN_INT (0x03FC0000))); 3055 emit_insn (gen_ashlsi3 (tmp4, tmp3, GEN_INT (2)));
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_hwmgr.c | 1808 uint16_t tmp3 = 0; in smu7_init_dpm_defaults() local 1929 &tmp3); in smu7_init_dpm_defaults() 1930 tmp3 = (tmp3 >> 5) & 0x3; in smu7_init_dpm_defaults() 1931 data->vddc_phase_shed_control = ((tmp3 << 1) | (tmp3 >> 1)) & 0x3; in smu7_init_dpm_defaults()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GetElementPtr.rst | 96 %tmp3 = load i32, ptr %tmp2 97 %tmp4 = add i32 %tmp3, %tmp1
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 351 %tmp3 = load <2 x double>* %A, align 16 353 %tmp9 = shufflevector <2 x double> %tmp3,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | README.txt | 274 %tmp3 = load i32* %tmp2 ; <i32> [#uses=1] 276 %tmp7 = add i32 %tmp5, %tmp3 ; <i32> [#uses=2]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 4807 llvm::Value *tmp3 = Builder.CreateAnd(RHSTmp, tmp2); in VisitAbstractConditionalOperator() local 4809 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator()
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 19028 rtx tmp1, tmp2, tmp3; in ix86_expand_reduc_v4sf() local 19032 tmp3 = gen_reg_rtx (V4SFmode); in ix86_expand_reduc_v4sf() 19037 emit_insn (gen_sse_shufps_1 (tmp3, tmp2, tmp2, in ix86_expand_reduc_v4sf() 19040 emit_insn (fn (dest, tmp2, tmp3)); in ix86_expand_reduc_v4sf()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 3179 rtx tempLR, tmp3, mem; in rs6000_legitimize_tls_address() local 3185 tmp3 = gen_reg_rtx (Pmode); in rs6000_legitimize_tls_address() 3191 emit_insn (gen_addsi3 (tmp3, tmp1, tmp2)); in rs6000_legitimize_tls_address() 3192 last = emit_move_insn (got, tmp3); in rs6000_legitimize_tls_address()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 1524 int tmp1, tmp2, tmp3;
|
| H A D | gccint.info | 7700 int tmp1, tmp2, tmp3;
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | 9uninit | 380 my $tmp3; $v = ++$tmp1; # (doesn't warn)
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa.md | 3557 (clobber (match_operand:SI 7 "register_operand" "=&r,&r")) ;item tmp3 3745 (clobber (match_operand:DI 7 "register_operand" "=&r,&r")) ;item tmp3
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 9904 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
|