Home
last modified time | relevance | path

Searched refs:code3 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h345 int code3; in ft32_split_shortcode() local
351 code3 = 0; in ft32_split_shortcode()
354 code3 = 1; in ft32_split_shortcode()
357 code3 = 2; in ft32_split_shortcode()
360 code3 = 3; in ft32_split_shortcode()
363 code3 = 4; in ft32_split_shortcode()
366 code3 = 5; in ft32_split_shortcode()
369 code3 = 6; in ft32_split_shortcode()
372 code3 = 7; in ft32_split_shortcode()
375 code3 = -1; in ft32_split_shortcode()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h345 int code3; in ft32_split_shortcode() local
351 code3 = 0; in ft32_split_shortcode()
354 code3 = 1; in ft32_split_shortcode()
357 code3 = 2; in ft32_split_shortcode()
360 code3 = 3; in ft32_split_shortcode()
363 code3 = 4; in ft32_split_shortcode()
366 code3 = 5; in ft32_split_shortcode()
369 code3 = 6; in ft32_split_shortcode()
372 code3 = 7; in ft32_split_shortcode()
375 code3 = -1; in ft32_split_shortcode()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c906 enum rtx_code code3, const char *file, int line, in rtl_check_failed_code3() argument
911 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3), in rtl_check_failed_code3()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc933 enum rtx_code code3, const char *file, int line, in rtl_check_failed_code3() argument
938 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3), in rtl_check_failed_code3()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-ft32.c1158 unsigned int code3 = code30 & 7; in ft32_elf_relax_section() local
1160 unsigned int pattern = pat3[code3]; in ft32_elf_relax_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ft32.c1157 unsigned int code3 = code30 & 7; in ft32_elf_relax_section() local
1159 unsigned int pattern = pat3[code3]; in ft32_elf_relax_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1479 enum rtx_code code1, code2, code3; in c6x_expand_compare() local
1483 code3 = UNKNOWN; in c6x_expand_compare()
1500 code3 = EQ; in c6x_expand_compare()
1522 if (code3 != UNKNOWN) in c6x_expand_compare()
1523 emit_insn (fn (cmp, gen_rtx_fmt_ee (code3, SImode, op0, op1), in c6x_expand_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1481 enum rtx_code code1, code2, code3; in c6x_expand_compare() local
1485 code3 = UNKNOWN; in c6x_expand_compare()
1502 code3 = EQ; in c6x_expand_compare()
1524 if (code3 != UNKNOWN) in c6x_expand_compare()
1525 emit_insn (fn (cmp, gen_rtx_fmt_ee (code3, SImode, op0, op1), in c6x_expand_compare()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2137 enum rtx_code code1, code2, code3; in ix86_expand_branch() local
2254 code3 = unsigned_condition (code); in ix86_expand_branch()
2286 ix86_expand_branch (code3, lo[0], lo[1], label); in ix86_expand_branch()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2350 enum rtx_code code1, code2, code3; in ix86_expand_branch() local
2467 code3 = unsigned_condition (code); in ix86_expand_branch()
2499 ix86_expand_branch (code3, lo[0], lo[1], label); in ix86_expand_branch()