Home
last modified time | relevance | path

Searched refs:integer_asm_op (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h716 fprintf (STREAM, "%s%sL%u\n", integer_asm_op (4, TRUE), \
723 fprintf (STREAM, "%s%sL%u-%sL%u\n", integer_asm_op (4, TRUE), \
793 fputs (integer_asm_op (SIZE, FALSE), FILE); \
H A Dxtensa.cc4023 fprintf (stream, ".Lchainval:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
4024 fprintf (stream, ".Lfnaddr:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
4082 fprintf (stream, ".Lchainval:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
4083 fprintf (stream, ".Lfnaddr:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.h705 fprintf (STREAM, "%s%sL%u\n", integer_asm_op (4, TRUE), \
712 fprintf (STREAM, "%s%sL%u-%sL%u\n", integer_asm_op (4, TRUE), \
781 fputs (integer_asm_op (SIZE, FALSE), FILE); \
H A Dxtensa.c3991 fprintf (stream, ".Lchainval:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
3992 fprintf (stream, ".Lfnaddr:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
4050 fprintf (stream, ".Lchainval:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
4051 fprintf (stream, ".Lfnaddr:%s0\n", integer_asm_op (4, TRUE)); in xtensa_asm_trampoline_template()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.h407 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
415 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.h406 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
414 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.h443 integer_asm_op (GET_MODE_SIZE (Pmode), TRUE)); \
455 integer_asm_op (GET_MODE_SIZE (Pmode), TRUE)); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.h443 integer_asm_op (GET_MODE_SIZE (Pmode), TRUE)); \
455 integer_asm_op (GET_MODE_SIZE (Pmode), TRUE)); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Delf.h106 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.h479 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
487 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.h470 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
478 fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), STREAM); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h1386 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1463 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1475 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h1387 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1464 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1476 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsol2.h137 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsol2.h137 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.cc55 const char *op = integer_asm_op (DWARF2_ADDR_SIZE, FALSE); in dw2_assemble_integer()
95 const char *op = integer_asm_op (size, FALSE); in dw2_assemble_integer()
145 const char *op = integer_asm_op (size, FALSE); in dw2_asm_output_data()
H A Doutput.h259 extern const char *integer_asm_op (int, int);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h943 fputs (integer_asm_op (UNITS_PER_LONG, TRUE), (FILE)); \
953 fputs (integer_asm_op (UNITS_PER_LONG, TRUE), (FILE)); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h965 fputs (integer_asm_op (UNITS_PER_LONG, TRUE), (FILE)); \
975 fputs (integer_asm_op (UNITS_PER_LONG, TRUE), (FILE)); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h259 extern const char *integer_asm_op (int, int);
H A Ddwarf2asm.c49 const char *op = integer_asm_op (size, FALSE); in dw2_assemble_integer()
99 const char *op = integer_asm_op (size, FALSE); in dw2_asm_output_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.h469 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.h460 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h1306 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h1310 fputs (integer_asm_op (SIZE, FALSE), FILE); \

12