Searched refs:integer_asm_op (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.h | 884 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 D | ia64.h | 1813 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 D | dwarf2asm.c | 50 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 D | output.h | 243 extern const char *integer_asm_op (int, int);
|
| H A D | varasm.c | 2194 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 D | ChangeLog-2001 | 1028 (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 D | sparc.h | 1781 fputs (integer_asm_op (SIZE, FALSE), FILE); \
|