Home
last modified time | relevance | path

Searched refs:rstype (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/arch/sparc64/fpu/
H A Dfpu.c500 fpu_explode(fe, &fe->fe_f1, rstype, rs); in fpu_insn_itof()
516 rstype = opf & 3; in fpu_insn_ftoi()
517 if (rstype == 0) in fpu_insn_ftoi()
524 fpu_explode(fe, &fe->fe_f1, rstype, rs); in fpu_insn_ftoi()
539 rstype = opf & 3; in fpu_insn_ftof()
542 if ((rstype == rdtype) || (rstype == 0) || (rdtype == 0)) in fpu_insn_ftof()
553 fpu_explode(fe, &fe->fe_f1, rstype, rs); in fpu_insn_ftof()
664 rstype = opf & 3; in fpu_insn_fmulx()
666 if ((rstype != rdtype + 1) || (rstype == 0) || (rdtype == 0)) in fpu_insn_fmulx()
675 fpu_explode(fe, &fe->fe_f1, rstype, rs1); in fpu_insn_fmulx()
[all …]