Lines Matching defs:pinst
81 fp_inst_type pinst, /* FPU instruction to simulate. */
92 fp_inst_type pinst;
96 nrs1 = pinst.rs1;
97 nrs2 = pinst.rs2;
98 nrd = pinst.rd;
99 f.pinst = pinst;
165 ftt = vis_pdist(pfpsd, pinst, pregs, prw, f.inst.opf);
168 ftt = vis_faligndata(pfpsd, pinst, fp);
171 ftt = vis_bshuffle(pfpsd, pinst, fp);
1188 fp_inst_type pinst, /* FPU instruction to simulate. */
1201 nrs1 = pinst.rs1;
1202 nrs2 = pinst.rs2;
1203 nrd = pinst.rd;
1245 fp_inst_type pinst, /* FPU instruction to simulate. */
1256 nrs1 = pinst.rs1;
1257 nrs2 = pinst.rs2;
1258 nrd = pinst.rd;
1289 fp_inst_type pinst, /* FPU instruction to simulate. */
1301 nrs1 = pinst.rs1;
1302 nrs2 = pinst.rs2;
1303 nrd = pinst.rd;
1372 fp_inst_type pinst, /* FPU instruction to simulate. */
1379 fp_inst_type pinst;
1383 i.pinst = pinst;
1828 fp_inst_type pinst, /* FPU instruction to simulate. */
1837 nrd = pinst.rd;
1852 fp_inst_type pinst, /* FPU instruction to simulate. */
1861 nrs1 = pinst.rs1;
1865 if (pinst.ibit == 0) { /* copy the value in r[rs2] */
1868 nrs2 = pinst.rs2;
1878 fp.inst = pinst; /* Extract simm13 field */