Searched refs:op2 (Results 1 - 25 of 145) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/x86emu/x86emu/
H A Dops.h43 extern void (*x86emu_optab2[0x100])(u8 op2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dmatch.h15 static inline scan_t pick_scan(char op1, char op2, bool *match_at_left) argument
24 return op1 == op2 ? scanright : scanleft;
27 return op1 == op2 ? scanleft : scanright;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dmatch.h15 static inline scan_t pick_scan(char op1, char op2, bool *match_at_left) argument
24 return op1 == op2 ? scanright : scanleft;
27 return op1 == op2 ? scanleft : scanright;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dmatch.h15 static inline scan_t pick_scan(char op1, char op2, bool *match_at_left) argument
24 return op1 == op2 ? scanright : scanleft;
27 return op1 == op2 ? scanleft : scanright;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-accfp.c23 sim_fpu op2; local
29 sim_fpu_32to (&op2, y);
30 status = sim_fpu_add (&ans, &op1, &op2);
42 sim_fpu op2; local
48 sim_fpu_32to (&op2, y);
49 status = sim_fpu_sub (&ans, &op1, &op2);
61 sim_fpu op2; local
67 sim_fpu_32to (&op2, y);
68 status = sim_fpu_mul (&ans, &op1, &op2);
80 sim_fpu op2; local
167 sim_fpu op2; local
186 sim_fpu op2; local
205 sim_fpu op2; local
225 sim_fpu op2; local
236 sim_fpu op2; local
247 sim_fpu op2; local
258 sim_fpu op2; local
269 sim_fpu op2; local
280 sim_fpu op2; local
383 sim_fpu op2; local
402 sim_fpu op2; local
421 sim_fpu op2; local
440 sim_fpu op2; local
527 sim_fpu op2; local
546 sim_fpu op2; local
565 sim_fpu op2; local
585 sim_fpu op2; local
596 sim_fpu op2; local
607 sim_fpu op2; local
618 sim_fpu op2; local
629 sim_fpu op2; local
640 sim_fpu op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-accfp.c23 sim_fpu op2; local
29 sim_fpu_32to (&op2, y);
30 status = sim_fpu_add (&ans, &op1, &op2);
42 sim_fpu op2; local
48 sim_fpu_32to (&op2, y);
49 status = sim_fpu_sub (&ans, &op1, &op2);
61 sim_fpu op2; local
67 sim_fpu_32to (&op2, y);
68 status = sim_fpu_mul (&ans, &op1, &op2);
80 sim_fpu op2; local
167 sim_fpu op2; local
186 sim_fpu op2; local
205 sim_fpu op2; local
225 sim_fpu op2; local
236 sim_fpu op2; local
247 sim_fpu op2; local
258 sim_fpu op2; local
269 sim_fpu op2; local
280 sim_fpu op2; local
383 sim_fpu op2; local
402 sim_fpu op2; local
421 sim_fpu op2; local
440 sim_fpu op2; local
527 sim_fpu op2; local
546 sim_fpu op2; local
565 sim_fpu op2; local
585 sim_fpu op2; local
596 sim_fpu op2; local
607 sim_fpu op2; local
618 sim_fpu op2; local
629 sim_fpu op2; local
640 sim_fpu op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-accfp.c23 sim_fpu op2; local
29 sim_fpu_32to (&op2, y);
30 status = sim_fpu_add (&ans, &op1, &op2);
42 sim_fpu op2; local
48 sim_fpu_32to (&op2, y);
49 status = sim_fpu_sub (&ans, &op1, &op2);
61 sim_fpu op2; local
67 sim_fpu_32to (&op2, y);
68 status = sim_fpu_mul (&ans, &op1, &op2);
80 sim_fpu op2; local
167 sim_fpu op2; local
186 sim_fpu op2; local
205 sim_fpu op2; local
225 sim_fpu op2; local
236 sim_fpu op2; local
247 sim_fpu op2; local
258 sim_fpu op2; local
269 sim_fpu op2; local
280 sim_fpu op2; local
383 sim_fpu op2; local
402 sim_fpu op2; local
421 sim_fpu op2; local
440 sim_fpu op2; local
527 sim_fpu op2; local
546 sim_fpu op2; local
565 sim_fpu op2; local
585 sim_fpu op2; local
596 sim_fpu op2; local
607 sim_fpu op2; local
618 sim_fpu op2; local
629 sim_fpu op2; local
640 sim_fpu op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dqmath.h25 qm_mul321616(int16 op1, int16 op2);
28 qm_mul16(int16 op1, int16 op2);
31 qm_muls321616(int16 op1, int16 op2);
34 qm_mulu16(uint16 op1, uint16 op2);
37 qm_muls16(int16 op1, int16 op2);
40 qm_add32(int32 op1, int32 op2);
43 qm_add16(int16 op1, int16 op2);
46 qm_sub16(int16 op1, int16 op2);
49 qm_sub32(int32 op1, int32 op2);
52 qm_mac321616(int32 acc, int16 op1, int16 op2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
282 set op2list [create_op2 $op2 $exists $noexist $open $retval]
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
310 $op2 $exists $noexist $open $retval]
312 foreach op2 $op2list {
313 lappend retlist [list $op1 $op2]
325 $op2 $exists $noexist $open $retval]
326 foreach op2 $op2list {
327 lappend retlist [list $op1list $op2]
335 $op2
[all...]
H A Dfop006.tcl50 foreach op2 $ops {
52 $op1 $op2 $exists $noexist\
64 foreach op2 $ops {
65 append cases " " [create_badtests $op1 $op2 \
72 # {{op1 {args} result end} {op2 {args} result}}
102 set op2 [lindex [lindex $case 1] 0]
107 $op2 ($names2) $res2."
155 $operator $omethod $op2 $end2 $res2 $names2 &]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
282 set op2list [create_op2 $op2 $exists $noexist $open $retval]
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
310 $op2 $exists $noexist $open $retval]
312 foreach op2 $op2list {
313 lappend retlist [list $op1 $op2]
325 $op2 $exists $noexist $open $retval]
326 foreach op2 $op2list {
327 lappend retlist [list $op1list $op2]
335 $op2
[all...]
H A Dfop006.tcl50 foreach op2 $ops {
52 $op1 $op2 $exists $noexist\
64 foreach op2 $ops {
65 append cases " " [create_badtests $op1 $op2 \
72 # {{op1 {args} result end} {op2 {args} result}}
102 set op2 [lindex [lindex $case 1] 0]
107 $op2 ($names2) $res2."
155 $operator $omethod $op2 $end2 $res2 $names2 &]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
282 set op2list [create_op2 $op2 $exists $noexist $open $retval]
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
310 $op2 $exists $noexist $open $retval]
312 foreach op2 $op2list {
313 lappend retlist [list $op1 $op2]
325 $op2 $exists $noexist $open $retval]
326 foreach op2 $op2list {
327 lappend retlist [list $op1list $op2]
335 $op2
[all...]
H A Dfop006.tcl50 foreach op2 $ops {
52 $op1 $op2 $exists $noexist\
64 foreach op2 $ops {
65 append cases " " [create_badtests $op1 $op2 \
72 # {{op1 {args} result end} {op2 {args} result}}
102 set op2 [lindex [lindex $case 1] 0]
107 $op2 ($names2) $res2."
155 $operator $omethod $op2 $end2 $res2 $names2 &]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dmsp430-dis.c292 char *op2,
369 *op2 = 0;
496 sprintf (op2, "r0");
499 sprintf (op2, "r1");
502 sprintf (op2, "r2");
505 sprintf (op2, "r%d", regd);
516 sprintf (op2, "0x%04x", PS (dst));
526 sprintf (op2, "&0x%04x", PS (dst));
532 sprintf (op2, "%d(r%d)", dst, regd);
672 char op1[32], op2[3 local
287 msp430_doubleoperand(disassemble_info *info, struct msp430_opcode_s *opcode, bfd_vma addr, unsigned short insn, char *op1, char *op2, char *comm1, char *comm2, int *cycles) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dmsp430-dis.c292 char *op2,
369 *op2 = 0;
496 sprintf (op2, "r0");
499 sprintf (op2, "r1");
502 sprintf (op2, "r2");
505 sprintf (op2, "r%d", regd);
516 sprintf (op2, "0x%04x", PS (dst));
526 sprintf (op2, "&0x%04x", PS (dst));
532 sprintf (op2, "%d(r%d)", dst, regd);
672 char op1[32], op2[3 local
287 msp430_doubleoperand(disassemble_info *info, struct msp430_opcode_s *opcode, bfd_vma addr, unsigned short insn, char *op1, char *op2, char *comm1, char *comm2, int *cycles) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dmsp430-dis.c292 char *op2,
369 *op2 = 0;
496 sprintf (op2, "r0");
499 sprintf (op2, "r1");
502 sprintf (op2, "r2");
505 sprintf (op2, "r%d", regd);
516 sprintf (op2, "0x%04x", PS (dst));
526 sprintf (op2, "&0x%04x", PS (dst));
532 sprintf (op2, "%d(r%d)", dst, regd);
672 char op1[32], op2[3 local
287 msp430_doubleoperand(disassemble_info *info, struct msp430_opcode_s *opcode, bfd_vma addr, unsigned short insn, char *op1, char *op2, char *comm1, char *comm2, int *cycles) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dvms-tir.c525 long op1, op2;
539 op2 = (long) _bfd_vms_pop (abfd, NULL);
540 _bfd_vms_push (abfd, (uquad) (op1 + op2), -1);
545 op2 = (long) _bfd_vms_pop (abfd, NULL);
546 _bfd_vms_push (abfd, (uquad) (op2 - op1), -1);
551 op2 = (long) _bfd_vms_pop (abfd, NULL);
552 _bfd_vms_push (abfd, (uquad) (op1 * op2), -1);
557 op2 = (long) _bfd_vms_pop (abfd, NULL);
558 if (op2 == 0)
561 _bfd_vms_push (abfd, (uquad) (op2 / op
523 long op1, op2; local
596 op1 <<= op2; local
1318 long op1, op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dvms-tir.c525 long op1, op2;
539 op2 = (long) _bfd_vms_pop (abfd, NULL);
540 _bfd_vms_push (abfd, (uquad) (op1 + op2), -1);
545 op2 = (long) _bfd_vms_pop (abfd, NULL);
546 _bfd_vms_push (abfd, (uquad) (op2 - op1), -1);
551 op2 = (long) _bfd_vms_pop (abfd, NULL);
552 _bfd_vms_push (abfd, (uquad) (op1 * op2), -1);
557 op2 = (long) _bfd_vms_pop (abfd, NULL);
558 if (op2 == 0)
561 _bfd_vms_push (abfd, (uquad) (op2 / op
523 long op1, op2; local
596 op1 <<= op2; local
1318 long op1, op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/mips/
H A Dcp1.c522 unsigned64 op2,
539 sim_fpu_32to (&wop2, op2);
545 sim_fpu_64to (&wop2, op2);
583 unsigned64 op2,
600 status = fp_test(op1, op2, fmt, abs, cond, &result);
608 status = fp_test(FP_PS_lower (op1), FP_PS_lower (op2), fmt_single,
610 status |= fp_test(FP_PS_upper (op1), FP_PS_upper (op2), fmt_single,
691 unsigned64 op2,
709 sim_fpu_32to (&wop2, op2);
720 sim_fpu_64to (&wop2, op2);
521 fp_test(unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int *condition) argument
580 fp_cmp(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc) argument
687 fp_binary(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
754 inner_mac(int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt, sim_fpu_round round, sim_fpu_denorm denorm, unsigned64 *result) argument
841 fp_mac(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt) argument
998 fp_add(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1008 fp_sub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1018 fp_mul(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1028 fp_div(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1065 fp_madd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1076 fp_msub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1087 fp_nmadd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1098 fp_nmsub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1113 fp_binary_r(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2) argument
1148 fp_add_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1158 fp_mul_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1237 fp_recip2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1335 fp_rsqrt2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1453 pack_ps(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
[all...]
H A Dsim-main.h727 unsigned64 pack_ps (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats from);
728 #define PackPS(op1,op2) pack_ps (SIM_ARGS, op1, op2, fmt_single)
741 void fp_cmp (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc);
742 #define Compare(op1,op2,fmt,cond,cc) fp_cmp(SIM_ARGS, op1, op2, fmt, 0, cond, cc)
747 unsigned64 fp_add (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
748 #define Add(op1,op2,fmt) fp_add(SIM_ARGS, op1, op2, fmt)
749 unsigned64 fp_sub (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_format
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mips/
H A Dcp1.c522 unsigned64 op2,
539 sim_fpu_32to (&wop2, op2);
545 sim_fpu_64to (&wop2, op2);
583 unsigned64 op2,
600 status = fp_test(op1, op2, fmt, abs, cond, &result);
608 status = fp_test(FP_PS_lower (op1), FP_PS_lower (op2), fmt_single,
610 status |= fp_test(FP_PS_upper (op1), FP_PS_upper (op2), fmt_single,
691 unsigned64 op2,
709 sim_fpu_32to (&wop2, op2);
720 sim_fpu_64to (&wop2, op2);
521 fp_test(unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int *condition) argument
580 fp_cmp(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc) argument
687 fp_binary(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
754 inner_mac(int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt, sim_fpu_round round, sim_fpu_denorm denorm, unsigned64 *result) argument
841 fp_mac(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt) argument
998 fp_add(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1008 fp_sub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1018 fp_mul(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1028 fp_div(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1065 fp_madd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1076 fp_msub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1087 fp_nmadd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1098 fp_nmsub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1113 fp_binary_r(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2) argument
1148 fp_add_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1158 fp_mul_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1237 fp_recip2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1335 fp_rsqrt2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1453 pack_ps(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
[all...]
H A Dsim-main.h727 unsigned64 pack_ps (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats from);
728 #define PackPS(op1,op2) pack_ps (SIM_ARGS, op1, op2, fmt_single)
741 void fp_cmp (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc);
742 #define Compare(op1,op2,fmt,cond,cc) fp_cmp(SIM_ARGS, op1, op2, fmt, 0, cond, cc)
747 unsigned64 fp_add (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
748 #define Add(op1,op2,fmt) fp_add(SIM_ARGS, op1, op2, fmt)
749 unsigned64 fp_sub (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_format
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dvms-tir.c525 long op1, op2;
539 op2 = (long) _bfd_vms_pop (abfd, NULL);
540 _bfd_vms_push (abfd, (uquad) (op1 + op2), -1);
545 op2 = (long) _bfd_vms_pop (abfd, NULL);
546 _bfd_vms_push (abfd, (uquad) (op2 - op1), -1);
551 op2 = (long) _bfd_vms_pop (abfd, NULL);
552 _bfd_vms_push (abfd, (uquad) (op1 * op2), -1);
557 op2 = (long) _bfd_vms_pop (abfd, NULL);
558 if (op2 == 0)
561 _bfd_vms_push (abfd, (uquad) (op2 / op
523 long op1, op2; local
596 op1 <<= op2; local
1318 long op1, op2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/mips/
H A Dcp1.c522 unsigned64 op2,
539 sim_fpu_32to (&wop2, op2);
545 sim_fpu_64to (&wop2, op2);
583 unsigned64 op2,
600 status = fp_test(op1, op2, fmt, abs, cond, &result);
608 status = fp_test(FP_PS_lower (op1), FP_PS_lower (op2), fmt_single,
610 status |= fp_test(FP_PS_upper (op1), FP_PS_upper (op2), fmt_single,
691 unsigned64 op2,
709 sim_fpu_32to (&wop2, op2);
720 sim_fpu_64to (&wop2, op2);
521 fp_test(unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int *condition) argument
580 fp_cmp(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc) argument
687 fp_binary(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
754 inner_mac(int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt, sim_fpu_round round, sim_fpu_denorm denorm, unsigned64 *result) argument
841 fp_mac(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2, unsigned64 op3, int scale, int negate, FP_formats fmt) argument
998 fp_add(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1008 fp_sub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1018 fp_mul(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1028 fp_div(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1065 fp_madd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1076 fp_msub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1087 fp_nmadd(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1098 fp_nmsub(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, unsigned64 op3, FP_formats fmt) argument
1113 fp_binary_r(sim_cpu *cpu, address_word cia, int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), unsigned64 op1, unsigned64 op2) argument
1148 fp_add_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1158 fp_mul_r(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1237 fp_recip2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1335 fp_rsqrt2(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
1453 pack_ps(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt) argument
[all...]

Completed in 364 milliseconds

123456