HomeSort by relevance Sort by last modified time
    Searched refs:to_fpu (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 1768 bfd_boolean to_fpu = MAJOR_OPCODE (insn_word) == OPC_GET; local
1801 unsigned int to_fpu = ((insn_word >> 7) & 0x1); local
2925 bfd_boolean to_fpu = (template->meta_opcode >> 7) & 0x1; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 3347 bfd_boolean to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET; local
3459 unsigned int to_fpu = ((template->meta_opcode >> 7) & 0x1); local
5316 bfd_boolean to_fpu = (template->meta_opcode >> 7) & 0x1; local
    [all...]

Completed in 108 milliseconds