HomeSort by: relevance | last modified time | path
    Searched defs:opf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu.c 305 int opf, rs1, rs2, rd, type, mask, fsr, cx; local in function:fpu_execute
308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; local in function:fpu_execute
318 opf = instr.i_opf.i_opf;
320 * The low two bits of the opf field for floating point insns usually
334 type = opf & 3;
356 if (instr.i_op3.i_op3 == IOP3_FPop2 && (opf&0xff0) != (FCMP&0xff0)) {
357 switch (opf >>= 2) {
446 ("fpu_execute: unknown v9 FP inst %x opf %x\n",
447 instr.i_int, opf));
452 switch (opf >>= 2)
    [all...]
fpu.c 305 int opf, rs1, rs2, rd, type, mask, fsr, cx; local in function:fpu_execute
308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; local in function:fpu_execute
318 opf = instr.i_opf.i_opf;
320 * The low two bits of the opf field for floating point insns usually
334 type = opf & 3;
356 if (instr.i_op3.i_op3 == IOP3_FPop2 && (opf&0xff0) != (FCMP&0xff0)) {
357 switch (opf >>= 2) {
446 ("fpu_execute: unknown v9 FP inst %x opf %x\n",
447 instr.i_int, opf));
452 switch (opf >>= 2)
    [all...]

Completed in 50 milliseconds