Home
last modified time | relevance | path

Searched refs:tmp4 (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991118-1.c19 struct tmp4 struct
46 struct tmp4
47 sub4 (struct tmp4 tmp4) in sub4() argument
49 tmp4.field ^= 0x0018765412345678LL; in sub4()
50 return tmp4; in sub4()
56 struct tmp4 tmp4 = {0x1FFFF00000000LL, 0x123}; variable
73 tmp4 = sub4 (tmp4); in main()
76 if (tmp4.pad != 0x123 || tmp4.field != 0xFFF989AB12345678LL) in main()
/openbsd-src/sys/net/
H A Dpf_table.c2427 struct sockaddr_in tmp4; in pfr_kentry_byaddr() local
2438 bzero(&tmp4, sizeof(tmp4)); in pfr_kentry_byaddr()
2439 tmp4.sin_len = sizeof(tmp4); in pfr_kentry_byaddr()
2440 tmp4.sin_family = AF_INET; in pfr_kentry_byaddr()
2441 tmp4.sin_addr.s_addr = a->addr32[0]; in pfr_kentry_byaddr()
2442 ke = (struct pfr_kentry *)rn_match(&tmp4, kt->pfrkt_ip4); in pfr_kentry_byaddr()
2467 struct sockaddr_in tmp4; in pfr_update_stats() local
2482 bzero(&tmp4, sizeof(tmp4)); in pfr_update_stats()
2483 tmp4.sin_len = sizeof(tmp4); in pfr_update_stats()
2484 tmp4.sin_family = AF_INET; in pfr_update_stats()
[all …]
/openbsd-src/sys/dev/ic/
H A Dz8530tty.c896 uint8_t tmp3, tmp4, tmp5; in zsparam() local
986 tmp4 = cs->cs_preg[4]; in zsparam()
987 CLR(tmp4, ZSWR4_SBMASK | ZSWR4_PARMASK); in zsparam()
989 SET(tmp4, ZSWR4_TWOSB); in zsparam()
991 SET(tmp4, ZSWR4_ONESB); in zsparam()
993 SET(tmp4, ZSWR4_EVENP); in zsparam()
995 SET(tmp4, ZSWR4_PARENB); in zsparam()
996 cs->cs_preg[4] = tmp4; in zsparam()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.c1068 ffetargetReal1 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex1() local
1093 bad = ffetarget_add_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1()
1096 bad = ffetarget_divide_real1 (&res->real, tmp4, tmp3); in ffetarget_divide_complex1()
1106 bad = ffetarget_subtract_real1 (&tmp4, tmp1, tmp2); 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
1150 bad = ffetarget_add_real2 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex2()
1153 bad = ffetarget_divide_real2 (&res->real, tmp4, tmp3); in ffetarget_divide_complex2()
1163 bad = ffetarget_subtract_real2 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex2()
1166 bad = ffetarget_divide_real2 (&res->imaginary, tmp4, tmp3); in ffetarget_divide_complex2()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME.txt255 %tmp4 = load i32* %tmp3 ; <uint> [#uses=1]
258 %tmp4.mask17 = shl i32 %tmp4, i8 1 ; <uint> [#uses=1]
259 %tmp1415 = and i32 %tmp4.mask17, 2147483648 ; <uint> [#uses=1]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h1050 UDItype tmp1, tmp2, tmp3, tmp4; \
1075 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/openbsd-src/gnu/gcc/gcc/
H A Dlonglong.h1113 UDItype tmp1, tmp2, tmp3, tmp4; \
1138 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c3042 rtx tmp4 = gen_reg_rtx (SImode); local
3055 emit_insn (gen_ashlsi3 (tmp4, tmp3, GEN_INT (2)));
3059 emit_insn (gen_iorsi3 (tmp6, tmp4, tmp5));
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DREADME.txt1016 %tmp4 = getelementptr inbounds %struct.anon* %tmp3, i64 %indvar, i32 0
1017 %tmp5 = load double* %tmp4, align 8, !tbaa !4
1916 %tmp4.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 2
1917 store i32* null, i32** %tmp4.i.i.i.i.i, align 8, !tbaa !0
1925 store i32* %add.ptr.i5.i.i, i32** %tmp4.i.i.i.i.i, align 8, !tbaa !0
1943 store i32* %add.ptr.i.i.i, i32** %tmp4.i.i.i.i.i, align 8, !tbaa !0
/openbsd-src/gnu/llvm/llvm/docs/
H A DGetElementPtr.rst97 %tmp4 = add i32 %tmp3, %tmp1
99 store i32 %tmp4, ptr %tmp5
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp4808 llvm::Value *tmp4 = Builder.CreateAnd(LHSTmp, tmp); in VisitAbstractConditionalOperator() local
4809 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); in VisitAbstractConditionalOperator()
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit381 our $tmp4; $v = ++$tmp2; # (doesn't warn)
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.md3558 (clobber (match_operand:SI 8 "register_operand" "=&r,&r")) ;item tmp4
3746 (clobber (match_operand:DI 8 "register_operand" "=&r,&r")) ;item tmp4