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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 819 bool 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...]
metag-dis.c 819 bool 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...]
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 819 bool 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...]
metag-dis.c 819 bool 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...]
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 819 bool 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...]
metag-dis.c 819 bool 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...]
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 819 bool 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...]
metag-dis.c 819 bool 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...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 1337 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu,
1346 if (is_fpu)
1370 if (is_fpu && is_64bit)
1398 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1418 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1423 if (is_fpu)
1503 bool is_fpu = template->insn_type == INSN_FPU; local
1504 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1551 !(is_fpu && regs[0]->unit == UNIT_FX))
1562 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bit, &lowest_reg
    [all...]
tc-metag.c 1337 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu,
1346 if (is_fpu)
1370 if (is_fpu && is_64bit)
1398 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1418 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1423 if (is_fpu)
1503 bool is_fpu = template->insn_type == INSN_FPU; local
1504 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1551 !(is_fpu && regs[0]->unit == UNIT_FX))
1562 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bit, &lowest_reg
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 1337 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu,
1346 if (is_fpu)
1370 if (is_fpu && is_64bit)
1398 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1418 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1423 if (is_fpu)
1503 bool is_fpu = template->insn_type == INSN_FPU; local
1504 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1551 !(is_fpu && regs[0]->unit == UNIT_FX))
1562 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bit, &lowest_reg
    [all...]
tc-metag.c 1337 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu,
1346 if (is_fpu)
1370 if (is_fpu && is_64bit)
1398 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1418 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1423 if (is_fpu)
1503 bool is_fpu = template->insn_type == INSN_FPU; local
1504 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1551 !(is_fpu && regs[0]->unit == UNIT_FX))
1562 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bit, &lowest_reg
    [all...]

Completed in 48 milliseconds