Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64d.s40 fmv.x.d t3, fa1
56 fmv.d.x fa2, t3
H A D64.rv64d.out13 libdis_test+0x30: 53 8e 05 e2 fmv.x.d t3,fa1
26 libdis_test+0x64: 53 06 0e f2 fmv.d.x fa2,t3
H A Dtst.rv32f.s116 fmv.x.w t0, ft1
136 fmv.w.x fs10, s10
H A Dtst.rv32f.out78 libdis_test+0x134: d3 82 00 e0 fmv.x.w t0,ft1
95 libdis_test+0x178: 53 0d 0d f0 fmv.w.x fs10,s10
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c502 formatfmov_t fmv; member
2071 prt_field("opf_low", f->fmv.opf, 6); in fmt_fpop2()
2072 prt_field("cond", f->fmv.cond, 4); in fmt_fpop2()
2073 prt_field("opf_cc", f->fmv.cc, 3); in fmt_fpop2()
2074 prt_field("rs2", f->fmv.rs2, 5); in fmt_fpop2()
2089 (f->fmv.cc < 4) ? condstr_fcc[f->fmv.cond] in fmt_fpop2()
2090 : condstr_icc[f->fmv.cond], in fmt_fpop2()
2100 ccstr = (f->fmv.cc < 4) ? fcc_names[f->fmv.cc & 0x3] in fmt_fpop2()
2101 : icc_names[f->fmv.cc & 0x3]; in fmt_fpop2()
2108 (is_fmov != 0 && f->fmv.cc != 0)); in fmt_fpop2()