Searched refs:fpu_insn_ftoi (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/sparc64/fpu/ |
H A D | fpu.c | 90 int fpu_insn_ftoi(struct fpemu *, union instr, int *, int, u_int *); 327 if ((err = fpu_insn_ftoi(fe, instr, &rd, rdtype, space)) != 0) in fpu_execute() 333 if ((err = fpu_insn_ftoi(fe, instr, &rd, rdtype, space)) != 0) in fpu_execute() 511 fpu_insn_ftoi(struct fpemu *fe, union instr instr, int *rdp, int rdtype, in fpu_insn_ftoi() function
|