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

  /src/external/gpl3/binutils/dist/opcodes/
csky-dis.c 69 static unsigned int mach_flag = INIT_MACH_FLAG; variable
246 mach_flag = elf_elfheader (abfd)->e_flags;
281 return csky_get_general_reg_name (mach_flag, regno, using_abi);
288 return csky_get_control_reg_name (mach_flag, bank, regno, using_abi);
318 if (IS_CSKY_V1(mach_flag) && ((value & 0x1f) == 0x1f))
459 + ((IS_CSKY_V1 (mach_flag)) ? 2 : 0))
499 else if (IS_CSKY_V1 (mach_flag))
521 if (IS_CSKY_V1 (mach_flag))
725 if (IS_CSKY_V2 (mach_flag))
746 if (IS_CSKY_V1 (mach_flag))
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-dis.c 69 static unsigned int mach_flag = INIT_MACH_FLAG; variable
246 mach_flag = elf_elfheader (abfd)->e_flags;
290 return csky_get_general_reg_name (mach_flag, regno, using_abi);
297 return csky_get_control_reg_name (mach_flag, bank, regno, using_abi);
327 if (IS_CSKY_V1(mach_flag) && ((value & 0x1f) == 0x1f))
468 + ((IS_CSKY_V1 (mach_flag)) ? 2 : 0))
508 else if (IS_CSKY_V1 (mach_flag))
530 if (IS_CSKY_V1 (mach_flag))
734 if (IS_CSKY_V2 (mach_flag))
755 if (IS_CSKY_V1 (mach_flag))
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
csky-dis.c 69 static unsigned int mach_flag = INIT_MACH_FLAG; variable
246 mach_flag = elf_elfheader (abfd)->e_flags;
290 return csky_get_general_reg_name (mach_flag, regno, using_abi);
297 return csky_get_control_reg_name (mach_flag, bank, regno, using_abi);
327 if (IS_CSKY_V1(mach_flag) && ((value & 0x1f) == 0x1f))
468 + ((IS_CSKY_V1 (mach_flag)) ? 2 : 0))
508 else if (IS_CSKY_V1 (mach_flag))
530 if (IS_CSKY_V1 (mach_flag))
734 if (IS_CSKY_V2 (mach_flag))
755 if (IS_CSKY_V1 (mach_flag))
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-dis.c 69 static unsigned int mach_flag = INIT_MACH_FLAG; variable
246 mach_flag = elf_elfheader (abfd)->e_flags;
290 return csky_get_general_reg_name (mach_flag, regno, using_abi);
297 return csky_get_control_reg_name (mach_flag, bank, regno, using_abi);
327 if (IS_CSKY_V1(mach_flag) && ((value & 0x1f) == 0x1f))
468 + ((IS_CSKY_V1 (mach_flag)) ? 2 : 0))
508 else if (IS_CSKY_V1 (mach_flag))
530 if (IS_CSKY_V1 (mach_flag))
734 if (IS_CSKY_V2 (mach_flag))
755 if (IS_CSKY_V1 (mach_flag))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 215 unsigned int mach_flag = 0; variable
1191 mach_flag |= csky_cpus[i].arch_flag;
1231 mach_flag |= feature->arch_flag;
1571 if (mach_flag & CSKY_ARCH_DSP)
1606 if (mach_flag & CSKY_ARCH_FLOAT)
1609 if (IS_CSKY_ARCH_V1 (mach_flag))
1677 if (mach_flag != 0)
1679 if (((mach_flag & CSKY_ARCH_MASK)
1685 mach_flag |= arch_flag | other_flag;
1696 mach_flag |= other_flag
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 215 unsigned int mach_flag = 0; variable
1191 mach_flag |= csky_cpus[i].arch_flag;
1231 mach_flag |= feature->arch_flag;
1571 if (mach_flag & CSKY_ARCH_DSP)
1606 if (mach_flag & CSKY_ARCH_FLOAT)
1609 if (IS_CSKY_ARCH_V1 (mach_flag))
1677 if (mach_flag != 0)
1679 if (((mach_flag & CSKY_ARCH_MASK)
1685 mach_flag |= arch_flag | other_flag;
1696 mach_flag |= other_flag
    [all...]

Completed in 32 milliseconds