Searched refs:opf (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 73 int (*opf)(); in operate() local 188 opf = moveop; in operate() 281 forbid(lfind(2, cnt, opf, (line *)0) < 0); in operate() 298 forbid(lfind(3, cnt - 1, opf, (line *)0) < 0); in operate() 313 forbid(lfind(0, cnt, opf, (line *) 0) < 0); in operate() 332 forbid(lfind(1, cnt, opf, (line *) 0) < 0); in operate() 363 if (opf != vmove) in operate() 398 i = lbrack(c, opf); in operate() 404 (*opf)(c); in operate() 408 i = lbrack(c, opf); in operate() [all …]
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sparc.c | 96 unsigned instr, opf, rs1, rs2; in __fex_get_invalid_type() local 101 opf = (instr >> 5) & 0x1ff; in __fex_get_invalid_type() 106 switch (opf & 3) { in __fex_get_invalid_type() 133 switch (opf & 0x1fc) { in __fex_get_invalid_type() 190 unsigned instr, opf, rs1, rs2; in __fex_get_op() local 195 opf = (instr >> 5) & 0x1ff; in __fex_get_op() 200 switch (opf & 3) { in __fex_get_op() 203 if (opf & 0x40) { in __fex_get_op() 240 switch (opf) { in __fex_get_op() 268 switch (opf) { in __fex_get_op() [all …]
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | visinstr.c | 100 if ((f.inst.opf & 1) == 0) { /* double precision */ in vis_fpu_simulator() 109 switch (f.inst.opf) { in vis_fpu_simulator() 165 ftt = vis_pdist(pfpsd, pinst, pregs, prw, f.inst.opf); in vis_fpu_simulator() 406 switch (inst.opf) { in vis_edge() 412 switch (inst.opf) { in vis_edge() 415 if (inst.opf == edge8) { in vis_edge() 428 if (inst.opf == edge8l) { in vis_edge() 447 switch (inst.opf) { in vis_edge() 450 if (inst.opf == edge16) { in vis_edge() 465 if (inst.opf == edge16l) { in vis_edge() [all …]
|
/titanic_44/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 417 uint32_t opf:9; member 423 uint32_t opf:9; member 442 uint32_t opf:6; member 448 uint32_t opf:6; member 2009 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop1() 2053 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop2() 2070 prt_field("opf_low", f->fmv.opf, 6); in fmt_fpop2() 2127 prt_field("opf", f->fcmp.opf, 9); in fmt_vis() 2444 unsigned int opf = 0; in prt_aluargs() local 2464 opf = f->fcmp.opf; in prt_aluargs() [all …]
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 133 opf:9, member
|
/titanic_44/usr/src/uts/sparc/v9/sys/ |
H A D | vis_simulator.h | 46 unsigned int opf : 9; /* Floating-point op code. */ member
|