Lines Matching defs:print_binary
3262 print_binary (FILE *file, const char *name, expressionS *exp)
3315 print_binary (file, "multiply", exp);
3318 print_binary (file, "divide", exp);
3321 print_binary (file, "modulus", exp);
3324 print_binary (file, "lshift", exp);
3327 print_binary (file, "rshift", exp);
3330 print_binary (file, "bit_ior", exp);
3333 print_binary (file, "bit_xor", exp);
3336 print_binary (file, "bit_and", exp);
3339 print_binary (file, "eq", exp);
3342 print_binary (file, "ne", exp);
3345 print_binary (file, "lt", exp);
3348 print_binary (file, "le", exp);
3351 print_binary (file, "ge", exp);
3354 print_binary (file, "gt", exp);
3357 print_binary (file, "logical_and", exp);
3360 print_binary (file, "logical_or", exp);