Home
last modified time | relevance | path

Searched refs:tmpr (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-13.c12 TYPE tmpr, tmpi; in scale() local
13 tmpr = *alpha * x[ix]; in scale()
15 x[ix] = tmpr; in scale()
/openbsd/usr.bin/dig/lib/dns/rdata/generic/
H A Dkey_25.c38 isc_region_t tmpr; in generic_totext_key() local
97 dns_rdata_toregion(rdata, &tmpr); in generic_totext_key()
99 dst_region_computeid(&tmpr, algorithm)); in generic_totext_key()
121 dns_rdata_toregion(rdata, &tmpr); in generic_totext_key()
123 dst_region_computeid(&tmpr, algorithm)); in generic_totext_key()
H A Dkeydata_65533.c127 isc_region_t tmpr; in totext_keydata() local
140 dns_rdata_toregion(rdata, &tmpr); in totext_keydata()
142 isc_region_consume(&tmpr, 12); in totext_keydata()
144 dst_region_computeid(&tmpr, algorithm)); in totext_keydata()
/openbsd/games/hack/
H A Dhack.c152 struct rm *tmpr,*ust; in domove() local
220 tmpr = &levl[u.ux+u.dx][u.uy+u.dy]; in domove()
221 if(IS_ROCK(tmpr->typ) || in domove()
222 (u.dx && u.dy && (tmpr->typ == DOOR || ust->typ == DOOR))){ in domove()
324 if(tmpr->typ == DOOR || in domove()
330 if(tmpr->typ == POOL && !Levitation) in domove()
344 if(tmpr->lit) { in domove()
345 if(tmpr->typ == DOOR) in domove()
354 if(tmpr->lit) setsee(); in domove()
357 if(tmpr->typ == DOOR) { in domove()
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.c2430 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local
2431 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1; in mmix_emit_sp_add()
2433 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add()
2447 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local
2448 emit_move_insn (tmpr, GEN_INT (offset)); in mmix_emit_sp_add()
2450 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add()
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c2777 rtx tmpr = gen_rtx_REG (DImode, 255); local
2778 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1;
2780 stack_pointer_rtx, tmpr));
2794 rtx tmpr = gen_rtx_REG (DImode, 255); local
2795 emit_move_insn (tmpr, GEN_INT (offset));
2797 stack_pointer_rtx, tmpr));
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dcris.cpu3384 ((DI src1) (DI src2) (DI tmpr))
3387 (set tmpr (mul src1 src2))
3388 (set Rd (trunc SI tmpr))
3404 ((DI src1) (DI src2) (DI tmpr))
3407 (set tmpr (mul src1 src2))
3408 (set Rd (trunc SI tmpr))
3640 ((SI tmpr))
3641 (set tmpr x)
3642 (or (sll (and tmpr #x1010101) 7)
3643 (or (sll (and tmpr #x2020202) 5)
[all …]