Searched refs:asm_code (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 10646 static char asm_code[60]; in output_v8plus_shift() local 10669 strcpy (asm_code, opcode); in output_v8plus_shift() 10672 return strcat (asm_code, "\t%0, %2, %L0\n\tsrlx\t%L0, 32, %H0"); in output_v8plus_shift() 10675 strcat (asm_code, "\t%3, %2, %3\n\tsrlx\t%3, 32, %H0\n\tmov\t%3, %L0"); in output_v8plus_shift()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 10608 static char asm_code[60]; in output_v8plus_shift() local 10631 strcpy (asm_code, opcode); in output_v8plus_shift() 10634 return strcat (asm_code, "\t%0, %2, %L0\n\tsrlx\t%L0, 32, %H0"); in output_v8plus_shift() 10637 strcat (asm_code, "\t%3, %2, %3\n\tsrlx\t%3, 32, %H0\n\tmov\t%3, %L0"); in output_v8plus_shift()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 12343 static const char* const asm_code[][2] = in output_reload_in_const() local 12355 avr_asm_len (asm_code[n][ldreg_p], xop, len, ldreg_p ? 1 : 2); in output_reload_in_const()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 12768 static const char* const asm_code[][2] = in output_reload_in_const() local 12780 avr_asm_len (asm_code[n][ldreg_p], xop, len, ldreg_p ? 1 : 2); in output_reload_in_const()
|