Searched refs:is_fpu (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c819 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...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c819 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...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c819 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...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c819 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...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c1338 check_rmask (const metag_reg **regs, size_t regs_read, bfd_boolean is_fpu, argument
1347 if (is_fpu)
1371 if (is_fpu && is_64bit)
1399 bfd_boolean is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1419 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1424 if (is_fpu)
1504 unsigned int is_fpu = template->insn_type == INSN_FPU; local
1506 !is_fpu);
1553 !(is_fpu && regs[0]->unit == UNIT_FX))
1564 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bi
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c1338 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu, argument
1347 if (is_fpu)
1371 if (is_fpu && is_64bit)
1399 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1419 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1424 if (is_fpu)
1504 bool is_fpu = template->insn_type == INSN_FPU; local
1505 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1552 !(is_fpu && regs[0]->unit == UNIT_FX))
1563 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bi
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c1338 check_rmask (const metag_reg **regs, size_t regs_read, bool is_fpu, argument
1347 if (is_fpu)
1371 if (is_fpu && is_64bit)
1399 bool is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6; local
1419 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1424 if (is_fpu)
1504 bool is_fpu = template->insn_type == INSN_FPU; local
1505 bool is_prime = (MINOR_OPCODE (template->meta_opcode) & 0x2) != 0 && !is_fpu;
1552 !(is_fpu && regs[0]->unit == UNIT_FX))
1563 if (!check_rmask (regs, regs_read - 1, is_fpu, is_64bi
[all...]

Completed in 308 milliseconds