Searched refs:opf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c73 int (*opf)();
188 opf = moveop;
281 forbid(lfind(2, cnt, opf, (line *)0) < 0);
298 forbid(lfind(3, cnt - 1, opf, (line *)0) < 0);
313 forbid(lfind(0, cnt, opf, (line *) 0) < 0);
332 forbid(lfind(1, cnt, opf, (line *) 0) < 0);
363 if (opf != vmove)
398 i = lbrack(c, opf);
404 (*opf)(c);
408 i = lbrack(c, opf);
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c96 unsigned instr, opf, rs1, rs2; local
101 opf = (instr >> 5) & 0x1ff;
106 switch (opf & 3) {
133 switch (opf & 0x1fc) {
190 unsigned instr, opf, rs1, rs2; local
195 opf = (instr >> 5) & 0x1ff;
200 switch (opf & 3) {
203 if (opf & 0x40) {
240 switch (opf) {
268 switch (opf) {
478 unsigned instr, opf, rs1, rs2, rd; local
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c100 if ((f.inst.opf & 1) == 0) { /* double precision */
109 switch (f.inst.opf) {
165 ftt = vis_pdist(pfpsd, pinst, pregs, prw, f.inst.opf);
406 switch (inst.opf) {
412 switch (inst.opf) {
415 if (inst.opf == edge8) {
428 if (inst.opf == edge8l) {
447 switch (inst.opf) {
450 if (inst.opf == edge16) {
465 if (inst.opf
1438 uint_t opf, msk; local
1600 uint_t opf; local
1719 uint_t opf, h, i, j; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h133 opf:9, member in struct:f_3e
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dvis_simulator.h30 * VIS opf codes, instruction type
46 unsigned int opf : 9; /* Floating-point op code. */ member in struct:__anon9712
50 enum vis_opf { /* VIS opf codes. */
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c417 uint32_t opf:9; member in struct:formatfcmp
423 uint32_t opf:9; member in struct:formatfcmp
442 uint32_t opf:6; member in struct:formatfmov
448 uint32_t opf:6; member in struct:formatfmov
2009 prt_field("opf", f->fcmp.opf, 9);
2053 prt_field("opf", f->fcmp.opf, 9);
2070 prt_field("opf_low", f->fmv.opf, 6);
2127 prt_field("opf",
2444 unsigned int opf = 0; local
[all...]

Completed in 114 milliseconds