OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alu
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
maskbits.h
98
#define DoRop(result,
alu
, src, dst) \
100
if (
alu
== RR_COPY) \
103
switch (
alu
) { \
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h
134
const int
alu
;
member in struct:vector_cost_table
143
const struct alu_cost_table
alu
;
member in struct:cpu_cost_table
arm.cc
1104
/*
ALU
*/
1201
COSTS_N_INSNS (1), /*
alu
. */
1211
/*
ALU
*/
1308
COSTS_N_INSNS (1), /*
alu
. */
1318
/*
ALU
*/
1416
COSTS_N_INSNS (1), /*
alu
. */
1427
/*
ALU
*/
1525
COSTS_N_INSNS (1), /*
alu
. */
1535
/*
ALU
*/
1632
COSTS_N_INSNS (1), /*
alu
. *
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc
530
ix86_fuse_mov_alu_p (rtx_insn *mov, rtx_insn *
alu
)
545
/* Validate
ALU
. */
546
if (GET_CODE (PATTERN (
alu
)) != PARALLEL)
548
rtx set2 = XVECEXP (PATTERN (
alu
), 0, 0);
687
/* The following is the case that macro-fusion for
alu
+ jmp. */
691
/* No fusion for
alu
op with memory destination operand. */
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc
13194
cost += extra_cost->vect.
alu
;
13219
cost += extra_cost->
alu
.arith_shift_reg;
13223
cost += extra_cost->
alu
.extend_arith;
13226
cost += extra_cost->
alu
.arith_shift;
13230
cost += extra_cost->
alu
.shift;
13567
*cost += extra_cost->
alu
.arith * 2;
13592
*cost += extra_cost->
alu
.arith;
13814
*cost += extra_cost->
alu
.bfi;
13930
*cost += extra_cost->vect.
alu
;
13981
*cost += extra_cost->vect.
alu
;
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026