Searched refs:speed (Results 26 - 50 of 150) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.h428 #define MOVE_RATIO(speed) ((speed)? 32 : 4)
/haiku-buildtools/gcc/gcc/config/mn10300/
H A Dmn10300.c2195 addr_space_t as ATTRIBUTE_UNUSED, bool speed)
2207 return speed ? 1 : 4;
2218 return speed ? 0 : 1;
2219 if (speed)
2242 return speed ? 0 : 1;
2244 return speed ? 0 : 2;
2245 return speed ? 2 : 6;
2248 return rtx_cost (x, MEM, 0, speed);
2341 Given lack of the form of the address, this must be speed-relative,
2363 int *ptotal, bool speed)
2192 mn10300_address_cost(rtx x, machine_mode mode ATTRIBUTE_UNUSED, addr_space_t as ATTRIBUTE_UNUSED, bool speed) argument
2360 mn10300_rtx_costs(rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED, int *ptotal, bool speed) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/ip2k/
H A Dallinsn.d690 00000440 <speed>:
691 440: 01 00 speed #\$00
692 442: 01 19 speed #\$19
693 444: 01 0c speed #\$0c
694 446: 01 0c speed #\$0c
695 448: 01 01 speed #\$01
696 44a: 01 0e speed #\$0e
697 44c: 01 12 speed #\$12
698 44e: 01 61 speed #\$61
/haiku-buildtools/gcc/gmp/mpn/m88k/
H A Dmul_1.s30 ; The speed for S2_LIMB >= 0x10000 is approximately 21 cycles/limb. (The
33 ; The speed for S2_LIMB < 0x10000 is approximately 16 cycles/limb. (The
36 ; To enhance speed:
H A Dadd_n.s32 ; The speed is about 4.6 clocks/limb + 18 clocks/limb-vector on an 88100,
H A Dsub_n.s32 ; The speed is about 4.6 clocks/limb + 18 clocks/limb-vector on an 88100,
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dcopyd.asm32 C The slightly strange loop form seems necessary for the claimed speed.
42 C Top speed for an all-integer copy is probably 1.0 c/l, being one load and
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daorrlsh1_n.asm33 C Sometimes speed degenerates, supposedly related to that some operand
36 C The speed is limited by decoding/issue bandwidth. There are 22 instructions
H A Dsublsh1_n.asm32 C Sometimes speed degenerates, supposedly related to that some operand
35 C The speed is limited by decoding/issue bandwidth. There are 26 instructions
/haiku-buildtools/gcc/gcc/config/lm32/
H A Dlm32.h361 #define MOVE_RATIO(speed) (speed ? 24 : 3)
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-address.c583 aff_tree *addr, bool speed)
604 acost = mult_by_coeff_cost (coef, address_mode, speed);
662 bool speed)
690 most_expensive_mult_to_index (type, parts, addr, speed);
736 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed)
741 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed);
582 most_expensive_mult_to_index(tree type, struct mem_address *parts, aff_tree *addr, bool speed) argument
660 addr_to_parts(tree type, aff_tree *addr, tree iv_cand, tree base_hint, struct mem_address *parts, bool speed) argument
735 create_mem_ref(gimple_stmt_iterator *gsi, tree type, aff_tree *addr, tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) argument
H A Dauto-inc-dec.c503 bool speed = optimize_bb_for_speed_p (bb); local
508 old_cost = (set_src_cost (mem, speed)
509 + set_rtx_cost (PATTERN (inc_insn.insn), speed));
510 new_cost = set_src_cost (mem_tmp, speed);
H A Drtlanal.c3843 SPEED specifies whether costs optimized for speed or size should
3847 rtx_cost (rtx x, enum rtx_code outer_code, int opno, bool speed)
3912 if (targetm.rtx_costs (x, code, outer_code, opno, &total, speed))
3923 total += rtx_cost (XEXP (x, i), code, i, speed); argument
3926 total += rtx_cost (XVECEXP (x, i, j), code, i, speed);
3931 /* Fill in the structure C with information about both speed and size rtx
3938 c->speed = rtx_cost (x, outer, opno, true); argument
3947 SPEED parameter specify whether costs optimized for speed or size should
3951 address_cost (rtx x, machine_mode mode, addr_space_t as, bool speed)
3960 return targetm.address_cost (x, mode, as, speed);
3820 rtx_cost(rtx x, enum rtx_code outer_code, int opno, bool speed) argument
4919 insn_rtx_cost(rtx pat, bool speed) argument
4954 seq_cost(const rtx_insn *seq, bool speed) argument
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daorsmul_1.asm49 dnl byte block, which might explain the good speed at that unrolling.
77 C The jadcl0()s in the unrolled loop makes the speed data dependent. Small
86 C speed-up using jadcl0 over adcl (8.93 versus 9.57 cycles/limb, with all
/haiku-buildtools/gcc/gmp/mpn/powerpc32/750/
H A Dlshift.asm31 C This code is the same per-limb speed as mpn/powerpc32/lshift.asm, but
H A Drshift.asm31 C This code is the same per-limb speed as mpn/powerpc32/rshift.asm, but
/haiku-buildtools/gcc/gmp/mpn/x86/k6/mmx/
H A Dlshift.asm45 C still the same speed. The push is left as a free helping hand for
H A Drshift.asm46 C still the same speed. The push is left as a free helping hand for
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dcom.asm28 C The loop form below is necessary for the claimed speed. It needs to be
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dpopcount.asm89 ALIGN(8) C necessary on P55 for claimed speed
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Daddlsh1_n.asm36 C then psrlq to get the new carry. That makes 4 c/l the target speed, which
H A Drsh1add_n.asm37 C in total, makes 4 c/l the target speed, which is almost achieved for
/haiku-buildtools/gcc/gmp/mpn/x86/k6/k62mmx/
H A Dlshift.asm49 C still the same speed. The push is left as a free helping hand for
167 C full speed.
H A Drshift.asm47 C still the same speed. The push is left as a free helping hand for
174 C full speed.
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.h3025 #define MOVE_RATIO(speed) \
3033 #define CLEAR_RATIO(speed)\
3034 ((speed) ? 15 : MIPS_CALL_RATIO)
3040 #define SET_RATIO(speed) \
3041 ((speed) ? 15 : MIPS_CALL_RATIO - 2)

Completed in 133 milliseconds

123456