Searched refs:chks (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 197 int *chks; /* Insn classes which read (RAW), write member 408 insert_dependencies (int nchks, unsigned short *chks, in insert_dependencies() argument 419 chkind = insert_deplist (nchks, chks); in insert_dependencies() 803 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes); in add_dep() 2437 unsigned short chks[256]; in insert_opcode_dependencies() local 2483 if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note)) in insert_opcode_dependencies() 2493 ic_note, opc->name, ics[rs->chks[j]]->name, in insert_opcode_dependencies() 2496 chks[nchks++] = RDEP(ic_note, i); in insert_opcode_dependencies() 2498 chks[nchks++] = RDEP(rs->chknotes[j], i); in insert_opcode_dependencies() 2510 return insert_dependencies (nchks, chks, nregs, regs); in insert_opcode_dependencies()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ia64.h | 264 const unsigned short *chks; member
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | uk.po | 649 msgid "Warning: rsrc %s (%s) has no chks\n" 650 msgstr "Попередження: rsrc %s (%s) не має chks\n" 654 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 655 msgstr "Попередження: rsrc %s (%s) не має chks або regs\n"
|
D | nl.po | 618 msgid "Warning: rsrc %s (%s) has no chks\n" 619 msgstr "Let Op: rsrc %s (%s) heeft geen chks\n" 623 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 624 msgstr "Let Op: rsrc %s (%s) heeft geen chks of regs\n"
|
D | id.po | 603 msgid "Warning: rsrc %s (%s) has no chks\n" 604 msgstr "Peringatan: rsrc %s (%s) tidak memiliki chks\n" 608 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 609 msgstr "Peringatan: rsrc %s (%s) tidak memiliki chks atau regs\n"
|
D | es.po | 647 msgid "Warning: rsrc %s (%s) has no chks\n" 648 msgstr "Aviso: el rsrc %s (%s) no tiene chks\n" 652 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 653 msgstr "Aviso: el rsrc %s (%s) no tiene chks o regs\n"
|
D | de.po | 826 msgid "Warning: rsrc %s (%s) has no chks\n" 827 msgstr "Warnung: Die Ressource »%s (%s)« hat keine »chks«.\n" 831 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 832 msgstr "Warnung: Die Ressource »%s (%s)« hat keine »chks« oder Register.\n"
|
D | vi.po | 653 msgid "Warning: rsrc %s (%s) has no chks\n" 654 msgstr "Cảnh báo: rsrc %s (%s) không có chks\n" 658 msgid "Warning: rsrc %s (%s) has no chks or regs\n" 659 msgstr "Cảnh báo: rsrc %s (%s) không có chks hay regs\n"
|
D | opcodes.pot | 799 msgid "Warning: rsrc %s (%s) has no chks\n" 804 msgid "Warning: rsrc %s (%s) has no chks or regs\n"
|
D | da.po | 598 msgid "Warning: rsrc %s (%s) has no chks\n" 603 msgid "Warning: rsrc %s (%s) has no chks or regs\n"
|
D | zh_CN.po | 321 msgid "Warning: rsrc %s (%s) has no chks%s\n"
|
D | ga.po | 589 msgid "Warning: rsrc %s (%s) has no chks\n" 594 msgid "Warning: rsrc %s (%s) has no chks or regs\n"
|
D | it.po | 604 msgid "Warning: rsrc %s (%s) has no chks\n" 609 msgid "Warning: rsrc %s (%s) has no chks or regs\n"
|
D | fi.po | 823 msgid "Warning: rsrc %s (%s) has no chks\n" 828 msgid "Warning: rsrc %s (%s) has no chks or regs\n"
|
D | sv.po | 325 msgid "Warning: rsrc %s (%s) has no chks%s\n"
|
D | tr.po | 318 msgid "Warning: rsrc %s (%s) has no chks%s\n"
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 8190 if (depind == DEP (dep->chks[i])) in depends_on() 10408 note = NOTE (opdeps->chks[chkind]); in check_dependencies()
|