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

  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 230 int arf = ARF (opcode); local
237 arf);
515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 230 int arf = ARF (opcode); local
237 arf);
515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 230 int arf = ARF (opcode); local
237 arf);
515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 230 int arf = ARF (opcode); local
237 arf);
515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
  /src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c 747 struct pex64_runtime_function arf; local
756 (abfd, &arf, &pdata[altent - pdata_vma]);
758 arf.rva_UnwindData);
  /src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c 749 struct pex64_runtime_function arf; local
758 (abfd, &arf, &pdata[altent - pdata_vma]);
760 arf.rva_UnwindData);
  /src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c 747 struct pex64_runtime_function arf; local
756 (abfd, &arf, &pdata[altent - pdata_vma]);
758 arf.rva_UnwindData);
  /src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c 747 struct pex64_runtime_function arf; local
756 (abfd, &arf, &pdata[altent - pdata_vma]);
758 arf.rva_UnwindData);
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 3251 int arf; local
3254 arf = *tmp++ - '0';
3260 return arf >= 2 && arf <= 5 && valid_mod;
3530 int arf; local
3539 arf = ((mod == 12) ? operand->buf[3] - '0' :
3561 arf = (TOUPPER (operand->buf[1]) == 'A' ?
3594 insn->opcode[0].word |= 0x80 | (mod << 3) | arf;
3737 int arf = strlen (operand->buf) >= 3 ? operand->buf[2] - '0' : -1; local
3739 if (strncasecmp ("ar", operand->buf, 2) || arf < 0 || arf > 7
3822 int arf = operand->buf[3] - '0' - 2; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 3251 int arf; local
3254 arf = *tmp++ - '0';
3260 return arf >= 2 && arf <= 5 && valid_mod;
3530 int arf; local
3539 arf = ((mod == 12) ? operand->buf[3] - '0' :
3561 arf = (TOUPPER (operand->buf[1]) == 'A' ?
3594 insn->opcode[0].word |= 0x80 | (mod << 3) | arf;
3737 int arf = strlen (operand->buf) >= 3 ? operand->buf[2] - '0' : -1; local
3739 if (strncasecmp ("ar", operand->buf, 2) || arf < 0 || arf > 7
3822 int arf = operand->buf[3] - '0' - 2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 2015 enum attr_addr_regfile arf = get_attr_addr_regfile (insn);
2017 gcc_assert (arf != ADDR_REGFILE_UNKNOWN);
2018 half = arf == ADDR_REGFILE_A ? 1 : 2;
2004 enum attr_addr_regfile arf = get_attr_addr_regfile (insn); local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 2015 enum attr_addr_regfile arf = get_attr_addr_regfile (insn);
2017 gcc_assert (arf != ADDR_REGFILE_UNKNOWN);
2018 half = arf == ADDR_REGFILE_A ? 1 : 2;
2004 enum attr_addr_regfile arf = get_attr_addr_regfile (insn); local

Completed in 42 milliseconds