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

  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.h 159 bool rvc; member in struct:riscv_segment_info_type
tc-riscv.c 270 int rvc; /* Generate RVC code. */ member in struct:riscv_set_options
279 0, /* rvc */
285 /* Enable or disable the rvc flags for riscv_opts. Turn on the rvc flag
295 && riscv_opts.rvc && !rvc_value)
301 info->rvc = rvc_value;
304 riscv_opts.rvc = rvc_value;
473 /* Macros for encoding relaxation state for RVC branches and far jumps. */
474 #define RELAX_BRANCH_ENCODE(uncond, rvc, length)
813 int jump, rvc, length = 8; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.h 159 bool rvc; member in struct:riscv_segment_info_type
tc-riscv.c 270 int rvc; /* Generate RVC code. */ member in struct:riscv_set_options
279 0, /* rvc */
285 /* Enable or disable the rvc flags for riscv_opts. Turn on the rvc flag
295 && riscv_opts.rvc && !rvc_value)
301 info->rvc = rvc_value;
304 riscv_opts.rvc = rvc_value;
473 /* Macros for encoding relaxation state for RVC branches and far jumps. */
474 #define RELAX_BRANCH_ENCODE(uncond, rvc, length)
813 int jump, rvc, length = 8; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 4453 /* Allow linking RVC and non-RVC, and keep the RVC flag. */
4883 int rd, r_type, len = 4, rvc = elf_elfheader (abfd)->e_flags & EF_RISCV_RVC; local
4907 rvc = rvc && VALID_CJTYPE_IMM (foff);
4910 rvc = rvc && (rd == 0 || (rd == X_RA && ARCH_SIZE == 32));
4912 if (rvc)
5187 /* Write a final RVC NOP if need be. *
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 4218 /* Allow linking RVC and non-RVC, and keep the RVC flag. */
4648 int rd, r_type, len = 4, rvc = elf_elfheader (abfd)->e_flags & EF_RISCV_RVC; local
4672 rvc = rvc && VALID_CJTYPE_IMM (foff);
4675 rvc = rvc && (rd == 0 || (rd == X_RA && ARCH_SIZE == 32));
4677 if (rvc)
4952 /* Write a final RVC NOP if need be. *
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 4196 /* Allow linking RVC and non-RVC, and keep the RVC flag. */
4626 int rd, r_type, len = 4, rvc = elf_elfheader (abfd)->e_flags & EF_RISCV_RVC; local
4650 rvc = rvc && VALID_CJTYPE_IMM (foff);
4653 rvc = rvc && (rd == 0 || (rd == X_RA && ARCH_SIZE == 32));
4655 if (rvc)
4918 /* Write a final RVC NOP if need be. *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 4462 /* Allow linking RVC and non-RVC, and keep the RVC flag. */
4917 int rd, r_type, len = 4, rvc = elf_elfheader (abfd)->e_flags & EF_RISCV_RVC; local
4941 rvc = rvc && VALID_CJTYPE_IMM (foff);
4944 rvc = rvc && (rd == 0 || (rd == X_RA && ARCH_SIZE == 32));
4946 if (rvc)
4995 bool rvc = elf_elfheader (abfd)->e_flags & EF_RISCV_RVC local
    [all...]

Completed in 49 milliseconds