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

  /src/external/gpl3/binutils/dist/opcodes/
visium-dis.c 269 int fp_ins = (ins >> 27) & 0xf; local
281 if (no_fsrcb[fp_ins] && source_b)
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20)))
290 switch (fp_ins)
338 "fpinst %d,f%d,f%d,f%d", fp_ins,
356 if (fp_ins)
678 int fp_ins = (ins >> 27) & 0xf; local
689 switch (fp_ins)
708 "fpuread %d,r%d,f%d,f%d", fp_ins,
715 if (fp_ins || source_a
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
visium-dis.c 269 int fp_ins = (ins >> 27) & 0xf; local
281 if (no_fsrcb[fp_ins] && source_b)
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20)))
290 switch (fp_ins)
338 "fpinst %d,f%d,f%d,f%d", fp_ins,
356 if (fp_ins)
678 int fp_ins = (ins >> 27) & 0xf; local
689 switch (fp_ins)
708 "fpuread %d,r%d,f%d,f%d", fp_ins,
715 if (fp_ins || source_a
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
visium-dis.c 269 int fp_ins = (ins >> 27) & 0xf; local
281 if (no_fsrcb[fp_ins] && source_b)
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20)))
290 switch (fp_ins)
338 "fpinst %d,f%d,f%d,f%d", fp_ins,
356 if (fp_ins)
678 int fp_ins = (ins >> 27) & 0xf; local
689 switch (fp_ins)
708 "fpuread %d,r%d,f%d,f%d", fp_ins,
715 if (fp_ins || source_a
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
visium-dis.c 269 int fp_ins = (ins >> 27) & 0xf; local
281 if (no_fsrcb[fp_ins] && source_b)
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20)))
290 switch (fp_ins)
338 "fpinst %d,f%d,f%d,f%d", fp_ins,
356 if (fp_ins)
678 int fp_ins = (ins >> 27) & 0xf; local
689 switch (fp_ins)
708 "fpuread %d,r%d,f%d,f%d", fp_ins,
715 if (fp_ins || source_a
    [all...]

Completed in 24 milliseconds