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

  /src/sys/arch/sparc/sparc/
emul.c 60 static int muldiv(struct trapframe *, union instr *, int32_t *, int32_t *,
133 muldiv(struct trapframe *tf, function in typeref:typename:int
159 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
181 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
185 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
430 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
435 DPRINTF(("muldiv: write rd %d\n", error));
emul.c 60 static int muldiv(struct trapframe *, union instr *, int32_t *, int32_t *,
133 muldiv(struct trapframe *tf, function in typeref:typename:int
159 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
181 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
185 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
430 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
435 DPRINTF(("muldiv: write rd %d\n", error));
  /src/sys/arch/sparc64/sparc64/
emul.c 61 static int muldiv(struct trapframe64 *, union instr *, int32_t *, int32_t *,
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, function in typeref:typename:int
158 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
180 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
184 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
419 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
424 DPRINTF(("muldiv: write rd %d\n", error));
emul.c 61 static int muldiv(struct trapframe64 *, union instr *, int32_t *, int32_t *,
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, function in typeref:typename:int
158 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
180 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
184 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
419 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
424 DPRINTF(("muldiv: write rd %d\n", error));

Completed in 25 milliseconds