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

  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 819 bfd_boolean is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
826 if (is_fpu)
835 is_fpu && is_64bit);
844 if (is_fpu)
889 unsigned int is_fpu = template->insn_type == INSN_FPU; local
891 !is_fpu);
899 if (is_fpu)
934 if (is_fpu)
940 is_fpu && is_64bit);
963 else if (is_fpu)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 1339 check_rmask (const metag_reg **regs, size_t regs_read, bfd_boolean is_fpu,
1348 if (is_fpu)
1372 if (is_fpu && is_64bit)
1400 bfd_boolean is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1420 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1425 if (is_fpu)
1505 unsigned int is_fpu = template->insn_type == INSN_FPU; local
1507 !is_fpu);
    [all...]

Completed in 83 milliseconds