HomeSort by: relevance | last modified time | path
    Searched defs:gen_mul (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 1133 unsigned gen_mul = (g_scalar != NULL); local
1154 if (gen_mul && (i <= 27)) {
ecp_nistp384.c 1412 unsigned int num, gen_mul = (g_scalar != NULL); local
1433 if (gen_mul && (i <= 98)) {
ecp_nistp521.c 1505 unsigned num, gen_mul = (g_scalar != NULL); local
1526 if (gen_mul && (i <= 130)) {
ecp_nistp256.c 1674 unsigned num, gen_mul = (g_scalar != NULL); local
1696 if (gen_mul && (i <= 31)) {
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 1147 unsigned gen_mul = (g_scalar != NULL); local
1168 if (gen_mul && (i <= 27)) {
ecp_nistp521.c 1589 unsigned num, gen_mul = (g_scalar != NULL); local
1610 if (gen_mul && (i <= 130)) {
ecp_nistp256.c 1679 unsigned num, gen_mul = (g_scalar != NULL); local
1701 if (gen_mul && (i <= 31)) {
  /src/external/gpl3/gdb/dist/sim/avr/
interp.c 778 gen_mul (SIM_CPU *cpu, unsigned int res) function
1107 gen_mul (cpu, (word)sram[get_r (op)] * (word)sram[get_d (op)]);
1111 gen_mul (cpu, (sword)(sbyte)sram[get_r16 (op)]
1116 gen_mul (cpu, (sword)(word)sram[get_r16_23 (op)]
1121 gen_mul (cpu, ((word)sram[get_r16_23 (op)]
1126 gen_mul (cpu, ((sword)(sbyte)sram[get_r16_23 (op)]
1131 gen_mul (cpu, ((sword)(word)sram[get_r16_23 (op)]
  /src/external/gpl3/gdb.old/dist/sim/avr/
interp.c 778 gen_mul (SIM_CPU *cpu, unsigned int res) function
1107 gen_mul (cpu, (word)sram[get_r (op)] * (word)sram[get_d (op)]);
1111 gen_mul (cpu, (sword)(sbyte)sram[get_r16 (op)]
1116 gen_mul (cpu, (sword)(word)sram[get_r16_23 (op)]
1121 gen_mul (cpu, ((word)sram[get_r16_23 (op)]
1126 gen_mul (cpu, ((sword)(sbyte)sram[get_r16_23 (op)]
1131 gen_mul (cpu, ((sword)(word)sram[get_r16_23 (op)]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 23084 insn_gen_fn gen_mul = GEN_FCN (code);
23111 emit_insn (gen_mul (enext, eprev, eprev));
23125 emit_insn (gen_mul (u, n, xprev));
23161 insn_gen_fn gen_mul = GEN_FCN (code);
23191 emit_insn (gen_mul (g, e, src));
23193 emit_insn (gen_mul (h, e, mhalf));
23040 insn_gen_fn gen_mul = GEN_FCN (code); local
23117 insn_gen_fn gen_mul = GEN_FCN (code); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 22606 insn_gen_fn gen_mul = GEN_FCN (code);
22633 emit_insn (gen_mul (enext, eprev, eprev));
22647 emit_insn (gen_mul (u, n, xprev));
22683 insn_gen_fn gen_mul = GEN_FCN (code);
22713 emit_insn (gen_mul (g, e, src));
22715 emit_insn (gen_mul (h, e, mhalf));
22562 insn_gen_fn gen_mul = GEN_FCN (code); local
22639 insn_gen_fn gen_mul = GEN_FCN (code); local

Completed in 95 milliseconds