Symbol: mm_fp1_format
arch/mips/include/uapi/asm/inst.h
1140
struct mm_fp1_format mm_fp1_format;
arch/mips/math-emu/cp1emu.c
243
switch (insn.mm_fp1_format.op) {
arch/mips/math-emu/cp1emu.c
248
if ((insn.mm_fp1_format.op & 0x7f) ==
arch/mips/math-emu/cp1emu.c
265
if ((insn.mm_fp1_format.op & 0x7f) ==
arch/mips/math-emu/cp1emu.c
288
if ((insn.mm_fp1_format.op & 0x7f) ==
arch/mips/math-emu/cp1emu.c
291
else if ((insn.mm_fp1_format.op & 0x7f) ==
arch/mips/math-emu/cp1emu.c
316
if (insn.mm_fp1_format.op == mm_ffloorl_op)
arch/mips/math-emu/cp1emu.c
318
else if (insn.mm_fp1_format.op == mm_ffloorw_op)
arch/mips/math-emu/cp1emu.c
320
else if (insn.mm_fp1_format.op == mm_fceill_op)
arch/mips/math-emu/cp1emu.c
322
else if (insn.mm_fp1_format.op == mm_fceilw_op)
arch/mips/math-emu/cp1emu.c
324
else if (insn.mm_fp1_format.op == mm_ftruncl_op)
arch/mips/math-emu/cp1emu.c
326
else if (insn.mm_fp1_format.op == mm_ftruncw_op)
arch/mips/math-emu/cp1emu.c
328
else if (insn.mm_fp1_format.op == mm_froundl_op)
arch/mips/math-emu/cp1emu.c
330
else if (insn.mm_fp1_format.op == mm_froundw_op)
arch/mips/math-emu/cp1emu.c
332
else if (insn.mm_fp1_format.op == mm_fcvtl_op)
arch/mips/math-emu/cp1emu.c
338
sd_format[insn.mm_fp1_format.fmt];
arch/mips/math-emu/cp1emu.c
341
insn.mm_fp1_format.fs;
arch/mips/math-emu/cp1emu.c
343
insn.mm_fp1_format.rt;
arch/mips/math-emu/cp1emu.c
349
if (insn.mm_fp1_format.op == mm_frsqrt_op)
arch/mips/math-emu/cp1emu.c
351
else if (insn.mm_fp1_format.op == mm_fsqrt_op)
arch/mips/math-emu/cp1emu.c
357
sdps_format[insn.mm_fp1_format.fmt];
arch/mips/math-emu/cp1emu.c
360
insn.mm_fp1_format.fs;
arch/mips/math-emu/cp1emu.c
362
insn.mm_fp1_format.rt;
arch/mips/math-emu/cp1emu.c
371
if (insn.mm_fp1_format.op == mm_mfc1_op)
arch/mips/math-emu/cp1emu.c
373
else if (insn.mm_fp1_format.op == mm_mtc1_op)
arch/mips/math-emu/cp1emu.c
375
else if (insn.mm_fp1_format.op == mm_cfc1_op)
arch/mips/math-emu/cp1emu.c
377
else if (insn.mm_fp1_format.op == mm_ctc1_op)
arch/mips/math-emu/cp1emu.c
379
else if (insn.mm_fp1_format.op == mm_mfhc1_op)
arch/mips/math-emu/cp1emu.c
386
insn.mm_fp1_format.rt;
arch/mips/math-emu/cp1emu.c
388
insn.mm_fp1_format.fs;