| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rsa-tfm.c | 83 fp_mul(&u, iqmp, &u); 87 fp_mul(&u, q, &u); 500 fp_mul(&p, &q, &n); 505 fp_mul(&t1, &t2, &t3);
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| sim-main.h | 786 uint64_t fp_mul (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt); 787 #define Multiply(op1,op2,fmt) fp_mul(SIM_ARGS, op1, op2, fmt)
|
| cp1.c | 1292 fp_mul(sim_cpu *cpu, function
|
| /src/external/gpl3/gdb/dist/sim/mips/ |
| sim-main.h | 786 uint64_t fp_mul (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt); 787 #define Multiply(op1,op2,fmt) fp_mul(SIM_ARGS, op1, op2, fmt)
|
| cp1.c | 1292 fp_mul(sim_cpu *cpu, function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv.cc | 216 unsigned short fp_mul[2]; member in struct:riscv_tune_param 282 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 296 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 310 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 324 {COSTS_N_INSNS (1), COSTS_N_INSNS (1)}, /* fp_mul */ 2088 *total = (tune_param->fp_mul[mode == DFmode] 2104 *total = tune_param->fp_mul[mode == DFmode]; 2158 *total = (tune_param->fp_mul[mode == DFmode]
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv.cc | 280 unsigned short fp_mul[2]; member in struct:riscv_tune_param 419 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 436 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 453 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* fp_mul */ 470 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* fp_mul */ 487 {COSTS_N_INSNS (4), COSTS_N_INSNS (5)}, /* fp_mul */ 504 {COSTS_N_INSNS (3), COSTS_N_INSNS (3)}, /* fp_mul */ 521 {COSTS_N_INSNS (5), COSTS_N_INSNS (6)}, /* fp_mul */ 538 {COSTS_N_INSNS (1), COSTS_N_INSNS (1)}, /* fp_mul */ 3585 *total = (tune_param->fp_mul[mode == DFmode [all...] |