Home | History | Annotate | Download | only in compile

Lines Matching defs:BINARY

483 static void binary (int indent, string_file *stream, const char *format, ...)
487 binary (int indent, string_file *stream, const char *format, ...)
1016 binary (indent, stream, ("((" GCC_INTPTR
1022 binary (indent, stream,
1027 #define BINARY(OP) \
1028 binary (indent, stream, "%s", "__gdb_stack[__gdb_tos-1] " #OP \
1033 BINARY (&);
1035 BINARY (-);
1037 BINARY (%);
1039 BINARY (*);
1041 BINARY (|);
1043 BINARY (+);
1045 BINARY (<<);
1047 BINARY (>>);
1049 BINARY (^);
1050 #undef BINARY
1053 binary (indent, stream, \