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

  /src/sys/arch/sparc/fpu/
fpu.c 315 * The type of any i_opf opcode is in the bottom two bits, so we
318 opf = instr.i_opf.i_opf;
337 rs1 = instr.i_opf.i_rs1;
339 rs2 = instr.i_opf.i_rs2;
341 rd = instr.i_opf.i_rd;
575 rd = instr.i_opf.i_rd;
584 rd = instr.i_opf.i_rd;
595 rd = instr.i_opf.i_rd;
  /src/sys/arch/sparc/include/
instr.h 278 u_int i_opf:9; /* coprocessor 3rd-level decode */ member in struct:instr::__anon0aa89e890c08
280 } i_opf; member in union:instr

Completed in 12 milliseconds