Searched refs:byte_op (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2asm.c531 const char *byte_op = targetm.asm_out.byte_op;
533 if (byte_op)
534 fputs (byte_op, asm_out_file);
543 if (byte_op)
593 const char *byte_op = targetm.asm_out.byte_op;
595 if (byte_op)
596 fputs (byte_op, asm_out_file);
607 if (byte_op)
529 const char *byte_op = targetm.asm_out.byte_op; local
591 const char *byte_op = targetm.asm_out.byte_op; local
[all...]
H A Dtarget.h81 const char *byte_op; member in struct:gcc_target::asm_out
H A Dvarasm.c2216 return targetm.asm_out.byte_op;

Completed in 129 milliseconds