Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h884 fputs (integer_asm_op (UNITS_PER_WORD, TRUE), (FILE)); \
894 fputs (integer_asm_op (UNITS_PER_WORD, TRUE), (FILE)); \
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h1813 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1896 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1905 fputs (integer_asm_op (SIZE, FALSE), FILE); \
/freebsd-12.1/contrib/gcc/
H A Ddwarf2asm.c50 const char *op = integer_asm_op (size, FALSE); in dw2_assemble_integer()
72 const char *op = integer_asm_op (size, FALSE); in dw2_asm_output_data()
H A Doutput.h243 extern const char *integer_asm_op (int, int);
H A Dvarasm.c2194 integer_asm_op (int size, int aligned_p) in integer_asm_op() function
2238 const char *op = integer_asm_op (size, aligned_p); in default_assemble_integer()
H A DChangeLog-20011028 (integer_asm_op): Declare.
1031 * varasm.c (integer_asm_op): New function to select pseudo-op.
1041 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Use integer_asm_op.
1049 integer_asm_op to get the byte pseudo-op. Use assemble_integer
1100 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use integer_asm_op.
1162 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Use integer_asm_op
1167 integer_asm_op to get the word directive.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1781 fputs (integer_asm_op (SIZE, FALSE), FILE); \