Searched refs:code3 (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dnon-contiguous-arm.s19 bl code3
23 .global code3
24 .type code3, %function
25 code3: label
H A Dnon-contiguous-arm2.d30 20000000 g F .ramu 00000000 code3
47 1fff0014: eb003ff9 bl 20000000 \<code3\>
51 20000000 \<code3\>:
H A Dnon-contiguous-arm5.d30 2000000c g F .ramu 00000000 code3
49 20000008: ebffffff bl 2000000c \<code3\>
51 2000000c \<code3\>:
H A Dnon-contiguous-arm3.d32 20000000 g F .ramu 00000000 code3
49 1fff0014: eb003ff9 bl 20000000 \<code3\>
53 20000000 \<code3\>:
H A Dnon-contiguous-arm6.d29 1fff0018 g F .raml 00000000 code3
45 1fff0014: ebffffff bl 1fff0018 \<code3\>
47 1fff0018 \<code3\>:
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h345 int code3; local
351 code3 = 0;
354 code3 = 1;
357 code3 = 2;
360 code3 = 3;
363 code3 = 4;
366 code3 = 5;
369 code3 = 6;
372 code3 = 7;
375 code3
401 unsigned int code3 = code30 & 7; local
409 int code3; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h345 int code3; local
351 code3 = 0;
354 code3 = 1;
357 code3 = 2;
360 code3 = 3;
363 code3 = 4;
366 code3 = 5;
369 code3 = 6;
372 code3 = 7;
375 code3
401 unsigned int code3 = code30 & 7; local
409 int code3; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h345 int code3; local
351 code3 = 0;
354 code3 = 1;
357 code3 = 2;
360 code3 = 3;
363 code3 = 4;
366 code3 = 5;
369 code3 = 6;
372 code3 = 7;
375 code3
401 unsigned int code3 = code30 & 7; local
409 int code3; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h345 int code3; local
351 code3 = 0;
354 code3 = 1;
357 code3 = 2;
360 code3 = 3;
363 code3 = 4;
366 code3 = 5;
369 code3 = 6;
372 code3 = 7;
375 code3
401 unsigned int code3 = code30 & 7; local
409 int code3; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c912 enum rtx_code code3, const char *file, int line,
917 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3),
905 rtl_check_failed_code3(const_rtx r, enum rtx_code code1, enum rtx_code code2, enum rtx_code code3, const char *file, int line, const char *func) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc939 enum rtx_code code3, const char *file, int line,
944 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3),
932 rtl_check_failed_code3(const_rtx r, enum rtx_code code1, enum rtx_code code2, enum rtx_code code3, const char *file, int line, const char *func) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-ft32.c1159 unsigned int code3 = code30 & 7;
1161 unsigned int pattern = pat3[code3];
1157 unsigned int code3 = code30 & 7; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ft32.c1163 unsigned int code3 = code30 & 7;
1165 unsigned int pattern = pat3[code3];
1160 unsigned int code3 = code30 & 7; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-ft32.c1159 unsigned int code3 = code30 & 7;
1161 unsigned int pattern = pat3[code3];
1157 unsigned int code3 = code30 & 7; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ft32.c1159 unsigned int code3 = code30 & 7;
1161 unsigned int pattern = pat3[code3];
1157 unsigned int code3 = code30 & 7; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1489 enum rtx_code code1, code2, code3;
1493 code3 = UNKNOWN;
1510 code3 = EQ;
1532 if (code3 != UNKNOWN)
1533 emit_insn (fn (cmp, gen_rtx_fmt_ee (code3, SImode, op0, op1),
1479 enum rtx_code code1, code2, code3; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1491 enum rtx_code code1, code2, code3;
1495 code3 = UNKNOWN;
1512 code3 = EQ;
1534 if (code3 != UNKNOWN)
1535 emit_insn (fn (cmp, gen_rtx_fmt_ee (code3, SImode, op0, op1),
1481 enum rtx_code code1, code2, code3; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2137 enum rtx_code code1, code2, code3; local
2254 code3 = unsigned_condition (code);
2286 ix86_expand_branch (code3, lo[0], lo[1], label);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2333 enum rtx_code code1, code2, code3; local
2450 code3 = unsigned_condition (code);
2482 ix86_expand_branch (code3, lo[0], lo[1], label);

Completed in 478 milliseconds